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

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

[elpa] master 2354cde 118/135: Fixed up description of set-effort!.


From: Ian Dunn
Subject: [elpa] master 2354cde 118/135: Fixed up description of set-effort!.
Date: Mon, 17 Feb 2020 10:53:04 -0500 (EST)

branch: master
commit 2354cde6bc27313813062ec679d3ebb235dec17c
Author: Ian Dunn <address@hidden>
Commit: Ian Dunn <address@hidden>

    Fixed up description of set-effort!.
    
    * org-edna.org (Effort): Changed layout of syntax variations.
---
 org-edna.info | 227 ++++++++++++++++++++++++++++++----------------------------
 org-edna.org  |  16 +++--
 2 files changed, 127 insertions(+), 116 deletions(-)

diff --git a/org-edna.info b/org-edna.info
index 2bc5847..de1c087 100644
--- a/org-edna.info
+++ b/org-edna.info
@@ -85,12 +85,12 @@ Advanced Features
 
 Conditions
 
-* done::
-* headings::
-* todo-state::
-* variable-set::
-* has-property::
-* re-search::                    Search for a regular expression
+* Heading is DONE::
+* File Has Headings::
+* Heading TODO State::
+* Lisp Variable Set::
+* Heading Has Property::
+* Regexp Search::                Search for a regular expression
 * Negating Conditions::
 
 
@@ -1091,14 +1091,19 @@ File: org-edna.info,  Node: Effort,  Prev: Tag,  Up: 
Actions
 Effort
 ------
 
-   • Syntax: set-effort!(VALUE)
+Modifies the effort of all targets.
 
-   Sets the effort of all targets according to VALUE:
+   • Syntax: set-effort!(“VALUE”)
 
-   • If VALUE is a string, then the effort is set to VALUE
-   • If VALUE is an integer, then set the value to the VALUE’th allowed
-     effort property
-   • If VALUE is the symbol ’increment, increment effort
+     Set the effort of all targets to “VALUE”.
+
+   • Syntax: set-effort!(NUMBER)
+
+     Sets the effort to the NUMBER’th allowed effort property.
+
+   • Syntax: set-effort!(increment)
+
+     Increment the effort value.
 
 
 File: org-edna.info,  Node: Getting Help,  Prev: Actions,  Up: Basic Features
@@ -1168,29 +1173,29 @@ means block if any target heading isn’t done.
 
 * Menu:
 
-* done::
-* headings::
-* todo-state::
-* variable-set::
-* has-property::
-* re-search::                    Search for a regular expression
+* Heading is DONE::
+* File Has Headings::
+* Heading TODO State::
+* Lisp Variable Set::
+* Heading Has Property::
+* Regexp Search::                Search for a regular expression
 * Negating Conditions::
 
 
-File: org-edna.info,  Node: done,  Next: headings,  Up: Conditions
+File: org-edna.info,  Node: Heading is DONE,  Next: File Has Headings,  Up: 
Conditions
 
-done
-----
+Heading is DONE
+---------------
 
    • Syntax: done?
 
    Blocks the source heading if any target heading is DONE.
 
 
-File: org-edna.info,  Node: headings,  Next: todo-state,  Prev: done,  Up: 
Conditions
+File: org-edna.info,  Node: File Has Headings,  Next: Heading TODO State,  
Prev: Heading is DONE,  Up: Conditions
 
-headings
---------
+File Has Headings
+-----------------
 
    • Syntax: headings?
 
@@ -1202,10 +1207,10 @@ Org heading.  This means that target does not have to 
be a heading.
    The above example blocks if refile.org has any headings.
 
 
-File: org-edna.info,  Node: todo-state,  Next: variable-set,  Prev: headings,  
Up: Conditions
+File: org-edna.info,  Node: Heading TODO State,  Next: Lisp Variable Set,  
Prev: File Has Headings,  Up: Conditions
 
-todo-state
-----------
+Heading TODO State
+------------------
 
    • Syntax: todo-state?(STATE)
 
@@ -1214,10 +1219,10 @@ todo-state
    STATE may be a string or a symbol.
 
 
-File: org-edna.info,  Node: variable-set,  Next: has-property,  Prev: 
todo-state,  Up: Conditions
+File: org-edna.info,  Node: Lisp Variable Set,  Next: Heading Has Property,  
Prev: Heading TODO State,  Up: Conditions
 
-variable-set
-------------
+Lisp Variable Set
+-----------------
 
    • Syntax: variable-set?(VARIABLE VALUE)
 
@@ -1234,10 +1239,10 @@ self variable-set?(buffer-file-name “org-edna.org”)
      Blocks if the variable ‘buffer-file-name’ is set to “org-edna.org”.
 
 
-File: org-edna.info,  Node: has-property,  Next: re-search,  Prev: 
variable-set,  Up: Conditions
+File: org-edna.info,  Node: Heading Has Property,  Next: Regexp Search,  Prev: 
Lisp Variable Set,  Up: Conditions
 
-has-property
-------------
+Heading Has Property
+--------------------
 
    • Syntax: has-property?(“PROPERTY” “VALUE”)
 
@@ -1261,10 +1266,10 @@ to VALUE.
 showered at least three times.
 
 
-File: org-edna.info,  Node: re-search,  Next: Negating Conditions,  Prev: 
has-property,  Up: Conditions
+File: org-edna.info,  Node: Regexp Search,  Next: Negating Conditions,  Prev: 
Heading Has Property,  Up: Conditions
 
-re-search
----------
+Regexp Search
+-------------
 
    • Syntax: re-search?(“REGEXP”)
 
@@ -1275,7 +1280,7 @@ in any of the targets.
 other targets as well.
 
 
-File: org-edna.info,  Node: Negating Conditions,  Prev: re-search,  Up: 
Conditions
+File: org-edna.info,  Node: Negating Conditions,  Prev: Regexp Search,  Up: 
Conditions
 
 Negating Conditions
 -------------------
@@ -1847,80 +1852,80 @@ Big release here, with three new features.
 
 Tag Table:
 Node: Top225
-Node: Copying4165
-Node: Introduction4987
-Node: Installation and Setup5935
-Node: Basic Operation6659
-Node: Blockers8510
-Node: Triggers8796
-Node: Syntax9058
-Node: Basic Features9748
-Node: Finders10102
-Node: ancestors11867
-Node: children12461
-Node: descendants12871
-Node: file13393
-Node: first-child14142
-Node: ids14402
-Node: match15063
-Node: next-sibling15701
-Node: next-sibling-wrap15958
-Node: olp16272
-Node: org-file16684
-Node: parent17329
-Node: previous-sibling17527
-Node: previous-sibling-wrap17788
-Node: relatives18067
-Node: rest-of-siblings21688
-Node: rest-of-siblings-wrap21973
-Node: self22322
-Node: siblings22483
-Node: siblings-wrap22720
-Node: Actions23024
-Node: Scheduled/Deadline23787
-Node: TODO State27302
-Node: Archive28027
-Node: Chain Property28347
-Node: Clocking29100
-Node: Property29512
-Node: Priority31685
-Node: Tag32254
-Node: Effort32471
-Node: Getting Help32860
-Node: Advanced Features33305
-Node: Finder Cache33753
-Node: Conditions34792
-Node: done35428
-Node: headings35592
-Node: todo-state35968
-Node: variable-set36224
-Node: has-property36861
-Node: re-search37574
-Node: Negating Conditions37934
-Node: Consideration38321
-Node: Conditional Forms39909
-Node: Setting the Properties42565
-Node: Extending Edna43649
-Node: Naming Conventions44139
-Node: Finders 144931
-Node: Actions 145293
-Node: Conditions 145752
-Node: Contributing46638
-Node: Bugs47504
-Node: Working with EDE47861
-Node: Compiling Edna48945
-Node: Testing Edna49814
-Node: Before Sending Changes50795
-Node: Developing with Bazaar51482
-Node: Documentation52223
-Node: Changelog52679
-Node: 10beta852929
-Node: 10beta753041
-Node: 10beta653335
-Node: 10beta553611
-Node: 10beta453998
-Node: 10beta354251
-Node: 10beta254690
+Node: Copying4206
+Node: Introduction5028
+Node: Installation and Setup5976
+Node: Basic Operation6700
+Node: Blockers8551
+Node: Triggers8837
+Node: Syntax9099
+Node: Basic Features9789
+Node: Finders10143
+Node: ancestors11908
+Node: children12502
+Node: descendants12912
+Node: file13434
+Node: first-child14183
+Node: ids14443
+Node: match15104
+Node: next-sibling15742
+Node: next-sibling-wrap15999
+Node: olp16313
+Node: org-file16725
+Node: parent17370
+Node: previous-sibling17568
+Node: previous-sibling-wrap17829
+Node: relatives18108
+Node: rest-of-siblings21729
+Node: rest-of-siblings-wrap22014
+Node: self22363
+Node: siblings22524
+Node: siblings-wrap22761
+Node: Actions23065
+Node: Scheduled/Deadline23828
+Node: TODO State27343
+Node: Archive28068
+Node: Chain Property28388
+Node: Clocking29141
+Node: Property29553
+Node: Priority31726
+Node: Tag32295
+Node: Effort32512
+Node: Getting Help32896
+Node: Advanced Features33341
+Node: Finder Cache33789
+Node: Conditions34828
+Node: Heading is DONE35505
+Node: File Has Headings35711
+Node: Heading TODO State36133
+Node: Lisp Variable Set36427
+Node: Heading Has Property37095
+Node: Regexp Search37841
+Node: Negating Conditions38221
+Node: Consideration38612
+Node: Conditional Forms40200
+Node: Setting the Properties42856
+Node: Extending Edna43940
+Node: Naming Conventions44430
+Node: Finders 145222
+Node: Actions 145584
+Node: Conditions 146043
+Node: Contributing46929
+Node: Bugs47795
+Node: Working with EDE48152
+Node: Compiling Edna49236
+Node: Testing Edna50105
+Node: Before Sending Changes51086
+Node: Developing with Bazaar51773
+Node: Documentation52514
+Node: Changelog52970
+Node: 10beta853220
+Node: 10beta753332
+Node: 10beta653626
+Node: 10beta553902
+Node: 10beta454289
+Node: 10beta354542
+Node: 10beta254981
 
 End Tag Table
 
diff --git a/org-edna.org b/org-edna.org
index 5fd4cf4..d18828e 100644
--- a/org-edna.org
+++ b/org-edna.org
@@ -909,13 +909,19 @@ e.g. tag1:tag2
 :DESCRIPTION: So much effort!
 :END:
 
-- Syntax: set-effort!(VALUE)
+Modifies the effort of all targets.
 
-Sets the effort of all targets according to VALUE:
+- Syntax: set-effort!("VALUE")
 
-- If VALUE is a string, then the effort is set to VALUE
-- If VALUE is an integer, then set the value to the VALUE'th allowed effort 
property
-- If VALUE is the symbol 'increment, increment effort
+  Set the effort of all targets to "VALUE".
+
+- Syntax: set-effort!(NUMBER)
+
+  Sets the effort to the NUMBER'th allowed effort property.
+
+- Syntax: set-effort!(increment)
+
+  Increment the effort value.
 
 ** Getting Help
 :PROPERTIES:



reply via email to

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