aboutsummaryrefslogtreecommitdiffstats
path: root/doc/add.txt
diff options
context:
space:
mode:
authorLukas Fleischer <calcurse@cryptocrack.de>2013-07-09 00:31:30 +0200
committerLukas Fleischer <calcurse@cryptocrack.de>2013-07-09 00:34:21 +0200
commit906c2fa02731af0a02338b57096947f5b993759d (patch)
treee932888c24faf56df515051dcfad4ac8d5692cc4 /doc/add.txt
parenta3d43ead87a742e6c1ffa24c9528608cc68c7e52 (diff)
downloadcalcurse-906c2fa02731af0a02338b57096947f5b993759d.tar.gz
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/add.txt')
-rw-r--r--doc/add.txt37
1 files changed, 37 insertions, 0 deletions
diff --git a/doc/add.txt b/doc/add.txt
new file mode 100644
index 0000000..fa038d2
--- /dev/null
+++ b/doc/add.txt
@@ -0,0 +1,37 @@
+Add
+===
+
+Add an item in either the TODO or Appointment list, depending on which
+panel is selected when you press 'a'.
+
+To enter a new item in the TODO list, you will need first to enter the
+description of this new item. Then you will be asked to specify the todo
+priority. This priority is represented by a number going from 9 for the
+lowest priority, to 1 for the highest one. It is still possible to
+change the item priority afterwards, by using the '+' and '-' keys
+inside the todo panel.
+
+If the APPOINTMENT panel is selected while pressing 'a', you will be
+able to enter either a new appointment or a new all-day long event.
+To enter a new event, press [ENTER] instead of the item start time, and
+just fill in the event description.
+To enter a new appointment to be added in the APPOINTMENT list, you
+will need to enter successively the time at which the appointment
+begins, the appointment length (either by specifying the end time in
+[hh:mm] or the duration in [+hh:mm], [+xxdxxhxxm] or [+mm] format),
+and the description of the event.
+
+The day at which occurs the event or appointment is the day currently
+selected in the calendar, so you need to move to the desired day before
+pressing 'a'.
+
+Notes:
+ o if an appointment lasts for such a long time that it continues
+ on the next days, this event will be indicated on all the
+ corresponding days, and the beginning or ending hour will be
+ replaced by '..' if the event does not begin or end on the day.
+ o if you only press [ENTER] at the APPOINTMENT or TODO event
+ description prompt, without any description, no item will be
+ added.
+ o do not forget to save the calendar data to retrieve the new
+ event next time you launch Calcurse.