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

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

[elpa] master a943aa6 008/135: Added more custom IDs to documentation


From: Ian Dunn
Subject: [elpa] master a943aa6 008/135: Added more custom IDs to documentation
Date: Mon, 17 Feb 2020 10:52:43 -0500 (EST)

branch: master
commit a943aa6cf471ece1bc541820ceef7001c6dcbf9d
Author: Ian D <address@hidden>
Commit: Ian D <address@hidden>

    Added more custom IDs to documentation
---
 README.org | 25 ++++++++++++++++++++++---
 1 file changed, 22 insertions(+), 3 deletions(-)

diff --git a/README.org b/README.org
index 246b62c..be38e19 100644
--- a/README.org
+++ b/README.org
@@ -247,19 +247,38 @@ Sets the TODO state of the target headline to NEW-STATE.
 :CUSTOM_ID: conditions
 :END:
 
-BAT gives you he option to specify *blocking conditions*.  Each condition is 
check
+BAT gives you he option to specify *blocking conditions*.  Each condition is 
checked
 for each of the specified targets; if one of the conditions returns true for
-that target, then
+that target, then that headline is blocked.
 
 *** done
+:PROPERTIES:
+:CUSTOM_ID: done
+:END:
 *** headings
+:PROPERTIES:
+:CUSTOM_ID: headings
+:END:
 *** todo-state
+:PROPERTIES:
+:CUSTOM_ID: todo-state
+:END:
 *** variable-set
+:PROPERTIES:
+:CUSTOM_ID: variable-set
+:END:
+*** has-property
+:PROPERTIES:
+:CUSTOM_ID: has-property
+:END:
 *** Negating Conditions
+:PROPERTIES:
+:CUSTOM_ID: negate
+:END:
 You can also negate a condition using '!'.
 
 #+BEGIN_EXAMPLE
-match(test) !hasProperty(PROP,1)
+match(test) !has-property(PROP,1)
 #+END_EXAMPLE
 
 The above example will cause the current headline to block if any headline



reply via email to

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