manual: Fix special property descriptions for DEADLINE/SCHEDULED
* doc/org-manual.org (Special Properties): Remove claim that angular brackets are stripped from DEADLINE and SCHEDULED time stamps, which has not been true since v8.3, specifically8d8ad9838
. It doesn't seem like8d8ad9838
(Rewrite `org-entry-properties', 2014-09-30) intended to change this behavior, but let's stick with it because some spots in Org's code base depend on it and it's likely that third-party code does too. Also, replace "time string" with "timestamp" in DEADLINE's description for consistency with the other descriptions.
This commit is contained in:
parent
3bbaca1660
commit
75902a4732
|
@ -5169,11 +5169,11 @@ not be used as keys in the properties drawer:
|
|||
| | ~org-clock-sum-today~ must be run first to compute the |
|
||||
| | values in the current buffer. |
|
||||
| =CLOSED= | When was this entry closed? |
|
||||
| =DEADLINE= | The deadline time string, without the angular brackets. |
|
||||
| =DEADLINE= | The deadline timestamp. |
|
||||
| =FILE= | The filename the entry is located in. |
|
||||
| =ITEM= | The headline of the entry. |
|
||||
| =PRIORITY= | The priority of the entry, a string with a single letter. |
|
||||
| =SCHEDULED= | The scheduling timestamp, without the angular brackets. |
|
||||
| =SCHEDULED= | The scheduling timestamp. |
|
||||
| =TAGS= | The tags defined directly in the headline. |
|
||||
| =TIMESTAMP= | The first keyword-less timestamp in the entry. |
|
||||
| =TIMESTAMP_IA= | The first inactive timestamp in the entry. |
|
||||
|
|
Loading…
Reference in New Issue