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/flag.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/flag.txt')
-rw-r--r-- | doc/flag.txt | 23 |
1 files changed, 12 insertions, 11 deletions
diff --git a/doc/flag.txt b/doc/flag.txt index 7941167..fb04d88 100644 --- a/doc/flag.txt +++ b/doc/flag.txt @@ -1,15 +1,16 @@ Flag Item ========= -Toggle an appointment's 'important' flag or a todo's 'completed' flag. -If a todo is flagged as completed, its priority number will be replaced -by an 'X' sign. Completed tasks will no longer appear in exported data -or when using the '-t' command line flag (unless specifying '0' as the -priority number, in which case only completed tasks will be shown). +Toggle an appointment's 'important' flag or a todo's 'completed' flag. If a +todo is flagged as completed, its priority number will be replaced by an 'X' +sign. Completed tasks will no longer appear in exported data or when using the +'-t' command line flag (unless specifying '0' as the priority number, in which +case only completed tasks will be shown). -If an appointment is flagged as important, an exclamation mark appears -in front of it, and you will be warned if time gets closed to the -appointment start time. -To customize the way one gets notified, the configuration submenu lets -you choose the command launched to warn user of an upcoming appointment, -and how long before it he gets notified.
\ No newline at end of file +If an appointment is flagged as important, an exclamation mark appears in front +of it, and you will be warned if time gets closed to the appointment start +time. + +To customize the way one gets notified, the configuration submenu lets you +choose the command launched to warn user of an upcoming appointment, and how +long before it he gets notified. |