diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2008-02-19 14:59:52 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2008-02-19 14:59:52 +0000 |
commit | b784aad67a5306930659704613e69bafdacf9f6e (patch) | |
tree | 93ae563c0ca4591ff27c90095e18a3e1c29bd6fb /Doc/Zsh | |
parent | 00e6c6e0f5bd48d730d77e76379cfd0b17325a70 (diff) | |
download | zsh-b784aad67a5306930659704613e69bafdacf9f6e.tar.gz zsh-b784aad67a5306930659704613e69bafdacf9f6e.tar.xz zsh-b784aad67a5306930659704613e69bafdacf9f6e.zip |
24572: add style reformat-date to calendar
Diffstat (limited to 'Doc/Zsh')
-rw-r--r-- | Doc/Zsh/calsys.yo | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/Doc/Zsh/calsys.yo b/Doc/Zsh/calsys.yo index 6e38bb0bc..8758b1189 100644 --- a/Doc/Zsh/calsys.yo +++ b/Doc/Zsh/calsys.yo @@ -440,6 +440,10 @@ option tt(-L) indicates that tt(calendar_add) does not need to lock the calendar file as it is already locked. These options will not usually be needed by users. +If the style tt(reformat-date) is true, the date and time of the +new entry will be rewritten into the standard date format: see +the descriptions of this style and the style tt(date-format). + The function can use a unique identifier stored with each event to ensure that updates to existing events are treated correctly. The entry should contain the word tt(UID), followed by whitespace, followed by @@ -624,6 +628,14 @@ The default is the calendar file location with the suffix tt(.done). The style may be set to an empty string in which case a "done" file will not be maintained. ) +kindex(reformat-date) +item(tt(reformat-date))( +Boolean, used by tt(calendar_add). If it is true, the date and time +of new entries added to the calendar will be reformatted to the format +given by the style tt(date-format) or its default. Only the date and +time of the event itself is reformatted; any subsidiary dates and times +such as those associated with repeat and warning times are left alone. +) kindex(show-prog) item(tt(show-prog))( The programme run by tt(calendar) for showing events. It will |