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/export.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/export.txt')
-rw-r--r-- | doc/export.txt | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/doc/export.txt b/doc/export.txt new file mode 100644 index 0000000..570257d --- /dev/null +++ b/doc/export.txt @@ -0,0 +1,22 @@ +Export +====== + +Export calcurse data (appointments, events and todos). +This leads to the export submenu, from which you can choose between +two different export formats: 'ical' and 'pcal'. Choosing one of +those formats lets you export calcurse data to icalendar or pcal +format. + +You first need to specify the file to which the data will be exported. +By default, this file is: + + ~/calcurse.ics + +for an ical export, and: + + ~/calcurse.txt + +for a pcal export. + +Calcurse data are exported in the following order: + events, appointments, todos. |