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/export.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/export.txt')
-rw-r--r-- | doc/export.txt | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/doc/export.txt b/doc/export.txt index 570257d..0f6a8c9 100644 --- a/doc/export.txt +++ b/doc/export.txt @@ -2,13 +2,13 @@ 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: +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 @@ -18,5 +18,4 @@ for an ical export, and: for a pcal export. -Calcurse data are exported in the following order: - events, appointments, todos. +Calcurse data are exported in the following order: events, appointments, todos. |