summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2020-05-10 17:15:20 -0400
committerKyle Meyer <kyle@kyleam.com>2020-05-10 17:22:32 -0400
commit75902a47324c1edfe72e5a5c5adca85f06f5b4a5 (patch)
tree72d45ea4a881ee5d18df75094501f20be0d49073
parent3bbaca166052c4761a1bc8227496b23dc157bf96 (diff)
downloadorg-mode-75902a47324c1edfe72e5a5c5adca85f06f5b4a5.tar.gz
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, specifically 8d8ad9838. It doesn't seem like 8d8ad9838 (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.
-rw-r--r--doc/org-manual.org4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/org-manual.org b/doc/org-manual.org
index 92a526b..c20a930 100644
--- a/doc/org-manual.org
+++ b/doc/org-manual.org
@@ -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. |