emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] manual: Fix special property descriptions for DEADLINE/SCHEDULED


From: Kyle Meyer
Subject: [PATCH] manual: Fix special property descriptions for DEADLINE/SCHEDULED
Date: Sun, 10 May 2020 21:31:18 +0000

Kyle Meyer writes:

> Instead I think it'd be better to update the documentation and tweak
> the output on colview's end.

Here's an update for the manual.  I'll apply it in a day or two if no
objections come in.

-- >8 --
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 @@ ** Special Properties
 |                | ~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.                  
   |

base-commit: 3bbaca166052c4761a1bc8227496b23dc157bf96
-- 
2.26.1





reply via email to

[Prev in Thread] Current Thread [Next in Thread]