diff options
author | Lukas Fleischer <calcurse@cryptocrack.de> | 2013-07-22 16:29:02 +0200 |
---|---|---|
committer | Lukas Fleischer <calcurse@cryptocrack.de> | 2013-07-22 16:29:02 +0200 |
commit | 5aa2f0de3caa29c5e9dcef1351dc8b307aea5d1d (patch) | |
tree | c92caff0ef406d534e78f807a3fdeb1b3da24b89 /doc/edit.txt | |
parent | 3f621c69fc42d0404017c1db53cd27d09c02da22 (diff) | |
download | calcurse-5aa2f0de3caa29c5e9dcef1351dc8b307aea5d1d.zip |
doc/: Formatting fixes
* Use an AsciiDoc-compatible layout.
* Use a maximum line width of 79 characters everywhere.
Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de>
Diffstat (limited to 'doc/edit.txt')
-rw-r--r-- | doc/edit.txt | 31 |
1 files changed, 18 insertions, 13 deletions
diff --git a/doc/edit.txt b/doc/edit.txt index 56554fa..27b8528 100644 --- a/doc/edit.txt +++ b/doc/edit.txt @@ -2,17 +2,22 @@ Edit Item ========= Edit the item which is currently selected. -Depending on the item type (appointment, event, or todo), and if it is -repeated or not, you will be asked to choose one of the item properties -to modify. An item property is one of the following: the start time, the -end time, the description, or the item repetition. -Once you have chosen the property you want to modify, you will be shown -its actual value, and you will be able to change it as you like. -Notes: - o if you choose to edit the item repetition properties, you will - be asked to re-enter all of the repetition characteristics - (repetition type, frequence, and ending date). Moreover, the - previous data concerning the deleted occurences will be lost. - o do not forget to save the calendar data to retrieve the - modified properties next time you launch Calcurse.
\ No newline at end of file +Depending on the item type (appointment, event, or todo), and if it is repeated +or not, you will be asked to choose one of the item properties to modify. An +item property is one of the following: the start time, the end time, the +description, or the item repetition. + +Once you have chosen the property you want to modify, you will be shown its +actual value, and you will be able to change it as you like. + +Notes +----- + +* If you choose to edit the item repetition properties, you will be asked to + re-enter all of the repetition characteristics (repetition type, frequence, + and ending date). Moreover, the previous data concerning the deleted + occurences will be lost. + +* Do not forget to save the calendar data to retrieve the modified properties + next time you launch Calcurse. |