diff options
author | Lukas Fleischer <calcurse@cryptocrack.de> | 2013-07-09 00:31:30 +0200 |
---|---|---|
committer | Lukas Fleischer <calcurse@cryptocrack.de> | 2013-07-09 00:34:21 +0200 |
commit | 906c2fa02731af0a02338b57096947f5b993759d (patch) | |
tree | e932888c24faf56df515051dcfad4ac8d5692cc4 /doc/delete.txt | |
parent | a3d43ead87a742e6c1ffa24c9528608cc68c7e52 (diff) | |
download | calcurse-906c2fa02731af0a02338b57096947f5b993759d.zip |
Export online help as text files
Move the texts of each online help screen to a separate text file. The
set of files is supposed to replace the online help screens later.
Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de>
Diffstat (limited to 'doc/delete.txt')
-rw-r--r-- | doc/delete.txt | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/doc/delete.txt b/doc/delete.txt new file mode 100644 index 0000000..937b9a6 --- /dev/null +++ b/doc/delete.txt @@ -0,0 +1,17 @@ +Delete +====== + +Delete an element in the TODO or Appointment list. + +Depending on which panel is selected when you press the delete key, +the hilighted item of either the TODO or Appointment list will be +removed from this list. + +If the item to be deleted is recurrent, you will be asked if you +wish to suppress all of the item occurences or just the one you +selected. + +If the general option 'confirm_delete' is set to 'YES', then you will +be asked for confirmation before deleting the selected event. +Do not forget to save the calendar data to retrieve the modifications +next time you launch Calcurse.
\ No newline at end of file |