emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[elpa] scratch/org-edna ad7bdc9 62/72: Fixed actions and documentation


From: Ian Dunn
Subject: [elpa] scratch/org-edna ad7bdc9 62/72: Fixed actions and documentation
Date: Sun, 21 May 2017 21:11:29 -0400 (EDT)

branch: scratch/org-edna
commit ad7bdc9bf68e4347b2da356ef14d86923fa8b1b7
Author: Ian D <address@hidden>
Commit: Ian D <address@hidden>

    Fixed actions and documentation
    
    * org-edna.org (Archive): Documented org-edna-prompt-for-archive.
      (TODO State): Fixed syntax
      (Scheduled/Deadline): Fixed example
---
 org-edna.org | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/org-edna.org b/org-edna.org
index 1d1f17a..3ab9a9e 100644
--- a/org-edna.org
+++ b/org-edna.org
@@ -494,10 +494,10 @@ There are several forms that the planning keywords can 
take:
 
 Examples:
 
-scheduled("Mon 09:00") -> Set SCHEDULED to the following Monday at 9:00
-*** Todo State
+scheduled!("Mon 09:00") -> Set SCHEDULED to the following Monday at 9:00
+*** TODO State
 
-Syntax: todo(NEW-STATE)
+Syntax: todo!(NEW-STATE)
 
 Sets the TODO state of the target headline to NEW-STATE.
 
@@ -512,6 +512,9 @@ Syntax: archive!
 
 Archives all targets with confirmation.
 
+Confirmation is controlled with ~org-edna-prompt-for-archive~.  If this option 
is
+nil, Edna will not ask before archiving the target.
+
 *** Chain Property
 
 Syntax: chain!("PROPERTY")



reply via email to

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