From 75902a47324c1edfe72e5a5c5adca85f06f5b4a5 Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Sun, 10 May 2020 17:15:20 -0400 Subject: [PATCH] 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. --- doc/org-manual.org | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/org-manual.org b/doc/org-manual.org index 92a526ba6..c20a93000 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. |