branch: master commit 836feb47dc51e64739e2fb5d9efef30377118b8a Author: Ian D <du...@gnu.org> Commit: Ian D <du...@gnu.org>
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")