branch: master commit aa718f5dd8755cae0e4634467015ac1c45879b2f Author: Ian Dunn <du...@gnu.org> Commit: Ian Dunn <du...@gnu.org>
Updated info pages --- org-edna.info | 230 +++++++++++++++++++++++++++++++++++++++++----------------- 1 file changed, 165 insertions(+), 65 deletions(-) diff --git a/org-edna.info b/org-edna.info index 00bfa6e..eddda64 100644 --- a/org-edna.info +++ b/org-edna.info @@ -20,6 +20,7 @@ Org Edna * Advanced Features:: * Extending Edna:: What else can it do? * Contributing:: I wanna help! +* Changelog:: List of changes by version — The Detailed Node Listing — @@ -77,7 +78,7 @@ Advanced Features * Conditions:: More than just DONE headings * Consideration:: Only some of them -* Setting the properties:: The easy way to set BLOCKER and TRIGGER +* Setting the Properties:: The easy way to set BLOCKER and TRIGGER Conditions @@ -101,6 +102,19 @@ Contributing * Bugs:: * Development:: +* Documentation:: Improving the documentation + +Changelog + +* 1.0beta2: 10beta2. + +1.0beta2 + +* Added interactive keyword editor with completion:: +* New uses of schedule! and deadline!:: +* New ``relatives'' finder:: +* New finders:: + @@ -991,7 +1005,7 @@ Advanced Features * Conditions:: More than just DONE headings * Consideration:: Only some of them -* Setting the properties:: The easy way to set BLOCKER and TRIGGER +* Setting the Properties:: The easy way to set BLOCKER and TRIGGER File: org-edna.info, Node: Conditions, Next: Consideration, Up: Advanced Features @@ -1108,7 +1122,7 @@ Any condition can be negated by using ’!’ before the condition. heading tagged “test” does *not* have the property PROP set to “1”. -File: org-edna.info, Node: Consideration, Next: Setting the properties, Prev: Conditions, Up: Advanced Features +File: org-edna.info, Node: Consideration, Next: Setting the Properties, Prev: Conditions, Up: Advanced Features Consideration ============= @@ -1147,9 +1161,9 @@ are complete. If no consideration is given, ALL is assumed. -File: org-edna.info, Node: Setting the properties, Prev: Consideration, Up: Advanced Features +File: org-edna.info, Node: Setting the Properties, Prev: Consideration, Up: Advanced Features -Setting the properties +Setting the Properties ====================== There are two ways to set the BLOCKER and TRIGGER properties: by hand, @@ -1274,7 +1288,7 @@ get our result. blocked. -File: org-edna.info, Node: Contributing, Prev: Extending Edna, Up: Top +File: org-edna.info, Node: Contributing, Next: Changelog, Prev: Extending Edna, Up: Top Contributing ************ @@ -1294,6 +1308,7 @@ We are all happy for any help you may provide. * Bugs:: * Development:: +* Documentation:: Improving the documentation File: org-edna.info, Node: Bugs, Next: Development, Up: Contributing @@ -1310,7 +1325,7 @@ There are two ways to submit bug reports: caused the bug, with as much context as possible. -File: org-edna.info, Node: Development, Prev: Bugs, Up: Contributing +File: org-edna.info, Node: Development, Next: Documentation, Prev: Bugs, Up: Contributing Development =========== @@ -1340,68 +1355,153 @@ We can then merge that into the main development branch. • Avoid additional or altered dependencies if at all possible • Exception: New versions of Org mode are allowed + +File: org-edna.info, Node: Documentation, Prev: Development, Up: Contributing + +Documentation +============= + +Documentation is always helpful to us. Please be sure to do the +following after making any changes: + + 1. Update the info page in the repository with ‘C-c C-e i i’ + 2. If you’re updating the HTML documentation, switch to a theme that + can easily be read on a white background; we recommend the + “adwaita” theme + + +File: org-edna.info, Node: Changelog, Prev: Contributing, Up: Top + +Changelog +********* + +* Menu: + +* 1.0beta2: 10beta2. + + +File: org-edna.info, Node: 10beta2, Up: Changelog + +1.0beta2 +======== + +Big release here, with three new features. + +* Menu: + +* Added interactive keyword editor with completion:: +* New uses of schedule! and deadline!:: +* New ``relatives'' finder:: +* New finders:: + + +File: org-edna.info, Node: Added interactive keyword editor with completion, Next: New uses of schedule! and deadline!, Up: 10beta2 + +Added interactive keyword editor with completion +------------------------------------------------ + +See *note Setting the Properties:: for how to do that + + +File: org-edna.info, Node: New uses of schedule! and deadline!, Next: New ``relatives'' finder, Prev: Added interactive keyword editor with completion, Up: 10beta2 + +New uses of schedule! and deadline! +----------------------------------- + + • New “float” form that mimics diary-float + • New “landing” addition to “+1d” and friends to force planning + changes to land on a certain day or type of day (weekend/weekday) + • See *note Scheduled/Deadline:: for details + + +File: org-edna.info, Node: New ``relatives'' finder, Next: New finders, Prev: New uses of schedule! and deadline!, Up: 10beta2 + +New “relatives” finder +---------------------- + + • Renamed from chain-find with tons of new keywords + • Modified all other relative finders (previous-sibling, first-child, + etc.) to use the same keywords + • See *note relatives:: for details + + +File: org-edna.info, Node: New finders, Prev: New ``relatives'' finder, Up: 10beta2 + +New finders +----------- + + • *note previous-sibling-wrap:: + • *note rest-of-siblings-wrap:: + Tag Table: Node: Top225 -Node: Copying3409 -Node: Introduction4226 -Node: Installation and Setup5174 -Node: Basic Operation5967 -Node: Blockers7818 -Node: Triggers8104 -Node: Syntax8366 -Node: Basic Features9056 -Node: Finders9359 -Node: ancestors11124 -Node: children11718 -Node: descendants12128 -Node: file12650 -Node: first-child13399 -Node: ids13659 -Node: match14320 -Node: next-sibling14958 -Node: next-sibling-wrap15215 -Node: olp15529 -Node: org-file15941 -Node: parent16586 -Node: previous-sibling16784 -Node: previous-sibling-wrap17045 -Node: relatives17324 -Node: rest-of-siblings20945 -Node: rest-of-siblings-wrap21230 -Node: self21579 -Node: siblings21740 -Node: siblings-wrap21977 -Node: Actions22281 -Node: Scheduled/Deadline23023 -Node: TODO State26598 -Node: Archive26966 -Node: Chain Property27286 -Node: Clocking27569 -Node: Property27981 -Node: Priority28303 -Node: Tag28872 -Node: Effort29089 -Node: Advanced Features29478 -Node: Conditions29816 -Node: done30431 -Node: headings30595 -Node: todo-state30971 -Node: variable-set31227 -Node: has-property31656 -Node: re-search31925 -Node: Negating Conditions32285 -Node: Consideration32672 -Node: Setting the properties33904 -Node: Extending Edna34984 -Node: Naming Conventions35474 -Node: Finders (1)35937 -Node: Actions (1)36303 -Node: Conditions (1)36768 -Node: Contributing37658 -Node: Bugs38130 -Node: Development38482 +Node: Copying3713 +Node: Introduction4530 +Node: Installation and Setup5478 +Node: Basic Operation6271 +Node: Blockers8122 +Node: Triggers8408 +Node: Syntax8670 +Node: Basic Features9360 +Node: Finders9663 +Node: ancestors11428 +Node: children12022 +Node: descendants12432 +Node: file12954 +Node: first-child13703 +Node: ids13963 +Node: match14624 +Node: next-sibling15262 +Node: next-sibling-wrap15519 +Node: olp15833 +Node: org-file16245 +Node: parent16890 +Node: previous-sibling17088 +Node: previous-sibling-wrap17349 +Node: relatives17628 +Node: rest-of-siblings21249 +Node: rest-of-siblings-wrap21534 +Node: self21883 +Node: siblings22044 +Node: siblings-wrap22281 +Node: Actions22585 +Node: Scheduled/Deadline23327 +Node: TODO State26902 +Node: Archive27270 +Node: Chain Property27590 +Node: Clocking27873 +Node: Property28285 +Node: Priority28607 +Node: Tag29176 +Node: Effort29393 +Node: Advanced Features29782 +Node: Conditions30120 +Node: done30735 +Node: headings30899 +Node: todo-state31275 +Node: variable-set31531 +Node: has-property31960 +Node: re-search32229 +Node: Negating Conditions32589 +Node: Consideration32976 +Node: Setting the Properties34208 +Node: Extending Edna35288 +Node: Naming Conventions35778 +Node: Finders (1)36241 +Node: Actions (1)36607 +Node: Conditions (1)37072 +Node: Contributing37962 +Node: Bugs38513 +Node: Development38865 +Node: Documentation40018 +Node: Changelog40463 +Node: 10beta240587 +Node: Added interactive keyword editor with completion40853 +Node: New uses of schedule! and deadline!41145 +Node: New ``relatives'' finder41640 +Node: New finders42036 End Tag Table