[elpa] externals/org-edna 8258a4d: Synced with upstream

2020-09-02 Thread Ian Dunn
branch: externals/org-edna commit 8258a4dfa00aa522249cdf9aeea5be4de97bd7c1 Author: Ian Dunn Commit: Ian Dunn Synced with upstream --- org-edna.el | 118 org-edna.info | 282 -- org-edna.org | 78

[elpa] master 5cacf20 078/135: Updated documentation

2020-02-17 Thread Ian Dunn
branch: master commit 5cacf20b153a7da664ab846efd20ff63449a4bb6 Author: Ian Dunn Commit: Ian Dunn Updated documentation Including info and dir pages for use in ELPA. * org-edna.el: Added docstrings for all finders, actions, and conditions. * org-edna.org: Updated

[elpa] master cd8c87e 3/4: Updated copyright strings

2020-02-17 Thread Ian Dunn
branch: master commit cd8c87e7f70a71e9feb786308e17c3c4776b908b Author: Ian Dunn Commit: Ian Dunn Updated copyright strings --- org-edna.el | 2 +- org-edna.org | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/org-edna.el b/org-edna.el index e72dd4c..68cca82 100644

[elpa] master 94edf14 120/135: Added timestamp sorting to relatives finder

2020-02-17 Thread Ian Dunn
branch: master commit 94edf1470ecb6e09434d3b82ebb6d81944d3a656 Author: Ian Dunn Commit: Ian Dunn Added timestamp sorting to relatives finder * org-edna.el (org-edna--get-timestamp-time): New helper function. (org-edna-finder/relatives): Use it for timestamp-up and timestamp

[elpa] master eab857e 2/4: Updated documentation

2020-02-17 Thread Ian Dunn
branch: master commit eab857eee25d8f5ed01c6fbf3279121da67ad2b0 Author: Ian Dunn Commit: Ian Dunn Updated documentation --- org-edna.org | 5 + 1 file changed, 5 insertions(+) diff --git a/org-edna.org b/org-edna.org index 4053e78..01dc3d0 100644 --- a/org-edna.org +++ b/org-edna.org

[elpa] master 97b6600 119/135: Additional tests and minor cleanup

2020-02-17 Thread Ian Dunn
branch: master commit 97b6600954bf6589c9972282d303a05c3803f521 Author: Ian Dunn Commit: Ian Dunn Additional tests and minor cleanup * org-edna.el: Added some section headers. * org-edna-tests.el (org-edna-doc-test/ancestors-cache): (org-edna-doc-test/descendants

[elpa] master 1b05e1e 131/135: Fixed failing tests

2020-02-17 Thread Ian Dunn
branch: master commit 1b05e1e2b6b5c66b4fad338dc94ddc6605cde5b9 Author: Ian Dunn Commit: Ian Dunn Fixed failing tests * org-edna-tests.el (org-test-at-time): Added to keep up with org mode changes. (org-edna-test-setup): Use it. --- org-edna-tests.el | 59

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

2020-02-17 Thread Ian Dunn
branch: master commit 2354cde6bc27313813062ec679d3ebb235dec17c Author: Ian Dunn Commit: Ian Dunn Fixed up description of set-effort!. * org-edna.org (Effort): Changed layout of syntax variations. --- org-edna.info | 227

[elpa] master d5bce9d 133/135: Deprecated org-edna-load and org-edna-unload

2020-02-17 Thread Ian Dunn
branch: master commit d5bce9db875a7ab2b085aca265ff7f3350d224ba Author: Ian Dunn Commit: Ian Dunn Deprecated org-edna-load and org-edna-unload * org-edna.el (org-edna--load): Renamed from `org-edna-load'. (org-edna--unload): Renamed from `org-edna-unload'. (org

[elpa] master updated (bf8ecda -> ccc0814)

2020-02-17 Thread Ian Dunn
skolar42 pushed a change to branch master. from bf8ecda Add 'packages/org-edna/' from commit 'd5bce9db875a7ab2b085aca265ff7f3350d224ba' new e7b0bb0 Updated documentation new eab857e Updated documentation new cd8c87e Updated copyright strings new ccc0

[elpa] master c02a28f 117/135: Various fixes from testing

2020-02-17 Thread Ian Dunn
branch: master commit c02a28f3883a5b0189357b71a93944063079a87c Author: Ian Dunn Commit: Ian Dunn Various fixes from testing * org-edna.el (org-edna--function-for-key): Return nil on invalid input (org-edna--expand-single-sexp-form): Quote arguments to consideration

[elpa] master 24a0228 059/135: Added tests for actions

2020-02-17 Thread Ian Dunn
ading-two))) +(org-entry-put old-pom "TEST" "1") +(org-with-point-at new-pom + (org-edna-action/chain! old-pom "TEST") + (should (equal (org-entry-get nil "TEST") "1"))) +(org-entry-delete old-pom "TEST"))) +

[elpa] master fd1de2f 125/135: Fixed stacking multiple conditions

2020-02-17 Thread Ian Dunn
branch: master commit fd1de2f180c97fd52ae4843ca3e2d04f26c91f97 Author: Ian Dunn Commit: Ian Dunn Fixed stacking multiple conditions * org-edna.el (org-edna--normalize-sexp-form): Only set state if not breaking. (org-edna--expand-sexp-form): Properly handle blocking-var

[elpa] master a9af45f 092/135: Added links in "Changelog"

2020-02-17 Thread Ian Dunn
branch: master commit a9af45fbf6b9ed0f1d87a5637cc6dbbeb1ed1698 Author: Ian Dunn Commit: Ian Dunn Added links in "Changelog" * org-edna.org (Changelog): Added links --- org-edna.org | 9 - 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/org-edna

[elpa] master a3183b2 105/135: Bumped version

2020-02-17 Thread Ian Dunn
branch: master commit a3183b29fd352835a076bff7768de35f808afb72 Author: Ian Dunn Commit: Ian Dunn Bumped version --- org-edna.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/org-edna.el b/org-edna.el index a4d9d3e..9974e3a 100644 --- a/org-edna.el +++ b/org-edna.el

[elpa] master dcad8cc 113/135: Added org-edna-describe-keyword function

2020-02-17 Thread Ian Dunn
branch: master commit dcad8cc8085843ddd2f172aadf5c0456df13de37 Author: Ian Dunn Commit: Ian Dunn Added org-edna-describe-keyword function * org-edna.el (org-edna--function-for-key): Return `org-edna-handle-consideration' for consideration and consider keywords.

[elpa] master 342f3dd 109/135: Improved contributing section in documentation

2020-02-17 Thread Ian Dunn
branch: master commit 342f3dd7207ca934002f982bb8a7f5c516e8a684 Author: Ian Dunn Commit: Ian Dunn Improved contributing section in documentation * org-edna.org (Installation and Setup): Removed compilation instructions. (Finder Cache): New section documenting cache setup

[elpa] master 4c8058f 129/135: Step down should not include the headline itself when it has no children.

2020-02-17 Thread Ian Dunn
branch: master commit 4c8058fee983504392f024620fa01ef146197af8 Author: Alex Roper Commit: al...@productionimage.aroper.net Step down should not include the headline itself when it has no children. --- org-edna.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/org-ed

[elpa] master e6d38ec 086/135: Added relatives finder

2020-02-17 Thread Ian Dunn
branch: master commit e6d38ecc0b7545fa5a3b32da8fbac42633e67658 Author: Ian Dunn Commit: Ian Dunn Added relatives finder * org-edna.el (org-edna-first-sibling): (org-edna-last-sibling): (org-edna-goto-sibling): (org-edna-self-marker): (org-edna-collect

[elpa] master 2e8b7eb 094/135: Don't export special strings for documentation

2020-02-17 Thread Ian Dunn
branch: master commit 2e8b7eb395133107b1dc737e37b61d6e15f675d8 Author: Ian Dunn Commit: Ian Dunn Don't export special strings for documentation Preserves -- in docs. * org-edna.org: Add special string preserve option --- org-edna.org | 2 +- 1 file changed, 1 inse

[elpa] master 6287170 122/135: Removed remnants of old build system

2020-02-17 Thread Ian Dunn
branch: master commit 6287170939712c029a34a51dabbfafb7137b3792 Author: Ian Dunn Commit: Ian Dunn Removed remnants of old build system --- defaults.mk | 26 -- 1 file changed, 26 deletions(-) diff --git a/defaults.mk b/defaults.mk deleted file mode 100644 index

[elpa] master bad787d 128/135: Bumped version

2020-02-17 Thread Ian Dunn
branch: master commit bad787d6671d5a3666149e3407a2716721f8d234 Author: Ian Dunn Commit: Ian Dunn Bumped version --- org-edna.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/org-edna.el b/org-edna.el index b2398c7..1cdc52b 100644 --- a/org-edna.el +++ b/org-edna.el

[elpa] master ef04c24 123/135: Added has-tags? and matches? conditions

2020-02-17 Thread Ian Dunn
branch: master commit ef04c24b93b4f200a6af37aabc8ba24084640d68 Author: Ian Dunn Commit: Ian Dunn Added has-tags? and matches? conditions * org-edna.el (org-edna-condition/has-tags?): New defun. (org-edna--heading-matches): New helper defun. (org-edna-condition/matches

[elpa] master b72cb7b 101/135: Cleaned up Changelog some more

2020-02-17 Thread Ian Dunn
branch: master commit b72cb7b83287ec9685dadf9cae2c817f830ff47e Author: Ian Dunn Commit: Ian Dunn Cleaned up Changelog some more * org-edna.org (Changelog): Use spaces between each feature description * org-edna.info: Regenerated documentation. --- org-edna.info | 364

[elpa] master db8a046 124/135: Bumped version

2020-02-17 Thread Ian Dunn
branch: master commit db8a046a037dd85a8cb90e1562df36b54c03c0c2 Author: Ian Dunn Commit: Ian Dunn Bumped version --- org-edna.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/org-edna.el b/org-edna.el index f804dba..486cd88 100644 --- a/org-edna.el +++ b/org-edna.el

[elpa] master e7b0bb0 1/4: Updated documentation

2020-02-17 Thread Ian Dunn
branch: master commit e7b0bb0c892798b1d8660f762bcc1e32cb54a597 Author: Ian Dunn Commit: Ian Dunn Updated documentation --- org-edna.info | 172 +- org-edna.org | 6 +- 2 files changed, 91 insertions(+), 87 deletions(-) diff --git

[elpa] master e08eae5 096/135: Fixed bugs in parsing multiple forms

2020-02-17 Thread Ian Dunn
branch: master commit e08eae5e929016a7f596ecc261ca84466c4aec10 Author: Ian Dunn Commit: Ian Dunn Fixed bugs in parsing multiple forms * org-edna.el (org-edna--normalize-all-forms): New defun to parse all forms. (org-edna-string-form-to-sexp-form): Use it. (org-edna

[elpa] master ccc0814 4/4: Merge commit 'cd8c87e7f70a71e9feb786308e17c3c4776b908b'

2020-02-17 Thread Ian Dunn
branch: master commit ccc0814a3342252340fc8c8e9c9eba2227a472fc Merge: bf8ecda cd8c87e Author: Ian Dunn Commit: Ian Dunn Merge commit 'cd8c87e7f70a71e9feb786308e17c3c4776b908b' --- packages/org-edna/org-edna.el | 2 +- packages/org-edna/org-edna.

[elpa] master c4d1298 099/135: Added new forms for set-property! and fixed up build system

2020-02-17 Thread Ian Dunn
branch: master commit c4d12987025906f69e12eca4205958b6e3ede12e Author: Ian Dunn Commit: Ian Dunn Added new forms for set-property! and fixed up build system * org-edna.el (org-edna--string-is-numeric-p): (org-edna--increment-numeric-property): (org-edna--cycle-property

[elpa] master b86ae49 103/135: Fixed parsing of ! in conditions

2020-02-17 Thread Ian Dunn
branch: master commit b86ae49dc7136a9b047fea845ffc2e6e1663b56d Author: Ian Dunn Commit: Ian Dunn Fixed parsing of ! in conditions * org-edna.el (org-edna--normalize-sexp-form): Break form before parsing. * org-edna-tests.el: Added test for parsing negations * org

[elpa] master 6869846 130/135: Merged fix.

2020-02-17 Thread Ian Dunn
branch: master commit 686984683904a06ae561341522bf34dbb04aa919 Merge: bad787d 4c8058f Author: Ian Dunn Commit: Ian Dunn Merged fix. Copyright exempt.

[elpa] master 31c40be 100/135: Fixed up Changelog in documentation

2020-02-17 Thread Ian Dunn
branch: master commit 31c40be5b1ba6de14aa6d329c907a48acb9c25fd Author: Ian Dunn Commit: Ian Dunn Fixed up Changelog in documentation * org-edna.org (Changelog): Use lists, not headings, to avoid cluttering info output --- org-edna.org | 42

[elpa] master 6b3923b 110/135: Added tests for cache

2020-02-17 Thread Ian Dunn
branch: master commit 6b3923bc630d70732925b19479e54aad960d72cf Author: Ian Dunn Commit: Ian Dunn Added tests for cache * org-edna.el (org-edna--get-cache-entry): New function for finding an entry in cache. (org-edna--handle-finder): Use it. (org-edna--expand

[elpa] master 1f2adab 097/135: Updated copyright

2020-02-17 Thread Ian Dunn
branch: master commit 1f2adab37d82174e2659346b426fc85b73112e92 Author: Ian Dunn Commit: Ian Dunn Updated copyright --- Makefile | 2 +- defaults.mk| 2 +- org-edna-tests.el | 2 +- org-edna-tests.org | 2 +- org-edna.el| 2 +- org-edna.info | 148

[elpa] master d5c8002 121/135: Inverted definition of consideration

2020-02-17 Thread Ian Dunn
branch: master commit d5c80028e8dc03f63111ed2d04a25add7f9356a5 Author: Ian Dunn Commit: Ian Dunn Inverted definition of consideration Makes it clearer how it works with the rest of the system. * org-edna.el (org-edna-handle-consideration): Inverted semantics

[elpa] master 7776cb4 079/135: Added documentation for popout editing

2020-02-17 Thread Ian Dunn
branch: master commit 7776cb4e866784aaa727cb05350ea6886ea50b33 Author: Ian Dunn Commit: Ian Dunn Added documentation for popout editing * org-edna.el (org-edna-edit): Added explanation of how to abort changes. * org-edna.org (Setting the Properties): New section

[elpa] master 4c26cc8 041/135: Added copyright and licensing information to all files

2020-02-17 Thread Ian Dunn
he GNU General Public License does not permit incorporating your program +into proprietary programs. If your program is a subroutine library, you +may consider it more useful to permit linking proprietary applications with +the library. If this is what you want to do, use the GNU Lesser General +Pu

[elpa] master 3748507 083/135: Add space between edit message and BLOCKER section

2020-02-17 Thread Ian Dunn
branch: master commit 3748507304d6295a835f8f9408c8815e09907b87 Author: Ian Dunn Commit: Ian Dunn Add space between edit message and BLOCKER section * org-edna.el (org-edna-edit): Modify edit message --- org-edna.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[elpa] master 972968a 116/135: Modified cache to only work for specific finders

2020-02-17 Thread Ian Dunn
branch: master commit 972968ad1a72af84551c15262a9d4a6a46ffd8fa Author: Ian Dunn Commit: Ian Dunn Modified cache to only work for specific finders * org-edna.el (org-edna-finder-cache-enabled-finders): List of finder functions for which cache is enabled. (org-edna

[elpa] master 8a21978 042/135: Fixed copyright notices

2020-02-17 Thread Ian Dunn
branch: master commit 8a21978307a55949b713bc500b98bf41ac0a1da4 Author: Ian D Commit: Ian D Fixed copyright notices * org-edna.el: Fixed typo in copyright notice. * org-edna-tests.el: Fixed typo in copyright notice. --- org-edna-tests.el | 26 -- org

[elpa] master 827d7c1 060/135: Fixed up chain test

2020-02-17 Thread Ian Dunn
branch: master commit 827d7c15e131971fba257ea5dd0e3bd60ac15864 Author: Ian D Commit: Ian D Fixed up chain test * org-edna-tests.el (org-edna-action-chain): Remove TEST property from both headings. --- org-edna-tests.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)

[elpa] master f909703 114/135: Added note about naming conventions.

2020-02-17 Thread Ian Dunn
branch: master commit f9097031fbd516d2fe4c0ffe2ea7c6e807faf39e Author: Ian Dunn Commit: Ian Dunn Added note about naming conventions. * org-edna.org (Naming Conventions): Added note about reserved characters. --- org-edna.info | 44 +--- org

[elpa] master f45f911 115/135: Mention consider in opening of Consideration section

2020-02-17 Thread Ian Dunn
branch: master commit f45f911c2b9fbeb5f84f17ed34f8a7d8cab91d81 Author: Ian Dunn Commit: Ian Dunn Mention consider in opening of Consideration section * org-edna.org (Consideration): Mention consider. --- org-edna.org | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff

[elpa] master 836feb4 062/135: Fixed actions and documentation

2020-02-17 Thread Ian Dunn
branch: master commit 836feb47dc51e64739e2fb5d9efef30377118b8a Author: Ian D Commit: Ian D 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 |

[elpa] master f265a6b 102/135: Fixed error reporting

2020-02-17 Thread Ian Dunn
branch: master commit f265a6b2e8a6c004d5f796efeb00bc3823e97d95 Author: Ian Dunn Commit: Ian Dunn Fixed error reporting * org-edna.el (org-edna--syntax-error): Take the error position as an argument. (org-edna--print-syntax-error): Update contents of error-plist. (org

[elpa] master c05b661 111/135: Added documentation about using a timeout for cache

2020-02-17 Thread Ian Dunn
branch: master commit c05b6619b6a522f012b3a93d7a95aebdb2093060 Author: Ian Dunn Commit: Ian Dunn Added documentation about using a timeout for cache --- org-edna.el | 5 + 1 file changed, 5 insertions(+) diff --git a/org-edna.el b/org-edna.el index 5a152e6..37c9849 100644 --- a/org

[elpa] master e6f88e7 069/135: Silenced byte-compiler

2020-02-17 Thread Ian Dunn
branch: master commit e6f88e7b7de87e6187356540d61d2e09e15e39db Author: Ian D Commit: Ian D Silenced byte-compiler * org-edna.el: Correctly declare lm-report-bug --- org-edna.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/org-edna.el b/org-edna.el index 883e9

[elpa] master 0503710 080/135: Bumped version to beta1

2020-02-17 Thread Ian Dunn
branch: master commit 0503710955afa1b787173b8fd755a93ffc070493 Author: Ian Dunn Commit: Ian Dunn Bumped version to beta1 --- org-edna.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/org-edna.el b/org-edna.el index c8e466d..9a7e043 100644 --- a/org-edna.el +++ b/org

[elpa] master f560f1b 056/135: Fixed error reporting

2020-02-17 Thread Ian Dunn
branch: master commit f560f1b0381312b56268e0f3eb289b314650737a Author: Ian D Commit: Ian D Fixed error reporting * org-edna.el (org-edna-run): Fixed error symbol. --- org-edna.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/org-edna.el b/org-edna.el index 8c5

[elpa] master d493232 077/135: Added support for interactive editing of blockers and triggers

2020-02-17 Thread Ian Dunn
branch: master commit d493232c706aeefc0b4af11b6f53d6fa4eedf86f Author: Ian Dunn Commit: Ian Dunn Added support for interactive editing of blockers and triggers --- org-edna.el | 205 1 file changed, 205 insertions(+) diff --git

[elpa] master 3a3ed39 046/135: Various parsing fixes

2020-02-17 Thread Ian Dunn
branch: master commit 3a3ed391bcdcb7310450d14d1df987d13448e665 Author: Ian D Commit: Ian D Various parsing fixes - Don't convert everything to strings - Don't throw errors that will bog down the user * org-edna.el (org-edna--syntax-error, org-edna--handle-syntax-error):

[elpa] master a2da465 107/135: Bumped version

2020-02-17 Thread Ian Dunn
branch: master commit a2da4651ddfbeb362162caca17dd7b1ec6b87fd9 Author: Ian Dunn Commit: Ian Dunn Bumped version * org-edna.org: Added entry for cache to changelog --- org-edna.el | 2 +- org-edna.org | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/org

[elpa] master 5aad235 126/135: Added function to invalidate cache

2020-02-17 Thread Ian Dunn
branch: master commit 5aad235ed85639f5c215af0a2d015de8b9dc201c Author: Ian Dunn Commit: Ian Dunn Added function to invalidate cache * org-edna.el (org-edna-invalidate-cache): New interactive defun. --- org-edna.el | 11 +++ 1 file changed, 11 insertions(+) diff --git a

[elpa] master 3b3625f 064/135: Cleaned up package header and added various docstrings

2020-02-17 Thread Ian Dunn
@@ ;; Copyright (C) 2017 Ian Dunn ;; Author: Ian Dunn +;; Maintainer: Ian Dunn ;; Keywords: convenience, text, org -;; Version: 1.0 -;; Package-Requires: ((emacs "25.1") (seq "2.19") (org "8.0")) +;; URL: https://savannah.nongnu.org/projects/org-edna-el/ +;; P

[elpa] master c29a951 045/135: Use example instead of src to make HTML export prettier

2020-02-17 Thread Ian Dunn
branch: master commit c29a951ca2611d08fa8d695f81cc34223c0b95b6 Author: Ian D Commit: Ian D Use example instead of src to make HTML export prettier * org-edna.org: Replaced BEGIN_SRC org with BEGIN_EXAMPLE --- org-edna.org | 36 ++-- 1 file changed, 1

[elpa] master eda515d 039/135: Added check and local settings to Makefile

2020-02-17 Thread Ian Dunn
branch: master commit eda515d20906e2599f6fa90dab0f261b53c501f8 Author: Ian D Commit: Ian D Added check and local settings to Makefile --- .bzrignore | 3 ++- Makefile| 29 - Makefile => defaults.mk | 25 + 3 f

[elpa] master b4f7033 104/135: Fixed parsing multiple forms inside if/then/else blocks

2020-02-17 Thread Ian Dunn
branch: master commit b4f70337125425c4ce9e4fccef03404f916591aa Author: Ian Dunn Commit: Ian Dunn Fixed parsing multiple forms inside if/then/else blocks * org-edna.el (org-edna--normalize-forms): New defun. (org-edna--normalize-sexp-form): Use it for if-statements (org

[elpa] master 4142fb8 108/135: Updated tests for new form expansion

2020-02-17 Thread Ian Dunn
branch: master commit 4142fb8bd9befa32741b7b535f943ef7caba9f78 Author: Ian Dunn Commit: Ian Dunn Updated tests for new form expansion * org-edna-tests.el (org-edna-action-scheduled/landing-no-hour): New test to ensure landing doesn't mess with assigned time. --- org

[elpa] master f80835a 038/135: Added tests for considerations

2020-02-17 Thread Ian Dunn
branch: master commit f80835af84b1290fafb3fc27e68540692dc41917 Author: Ian D Commit: Ian D Added tests for considerations --- org-edna-tests.el | 22 ++ 1 file changed, 22 insertions(+) diff --git a/org-edna-tests.el b/org-edna-tests.el index d304c2a..3ffc5a8 100644 ---

[elpa] master 8e20fb9 098/135: Fixed failing effort test

2020-02-17 Thread Ian Dunn
branch: master commit 8e20fb9287124fc9cdea6cb6caaace39c75b6d1e Author: Ian Dunn Commit: Ian Dunn Fixed failing effort test * org-edna.el (org-edna-set-effort): New defun for compatibility (org-edna-action/set-effort!): Use it. --- org-edna.el | 11 +-- 1 file changed

[elpa] master 1d8bf6e 127/135: Fixed timestamp bug in scheduled! and deadline! actions

2020-02-17 Thread Ian Dunn
branch: master commit 1d8bf6eca573c055ec670a9da8763b863a46617c Author: Ian Dunn Commit: Ian Dunn Fixed timestamp bug in scheduled! and deadline! actions * org-edna.el (org-edna-timestamp-format): New defcustom. (org-edna--determine-timestamp-format): New helper function

[elpa] master 311e980 065/135: Compile targets before running tests

2020-02-17 Thread Ian Dunn
branch: master commit 311e980d67da0a494c0cc00b57db573bb9efad59 Author: Ian D Commit: Ian D Compile targets before running tests * Makefile (check): Added "compile" as a prerequisite --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile

[elpa] master 3647cf7 095/135: Overhauled parsing method, and added conditional blocks

2020-02-17 Thread Ian Dunn
branch: master commit 3647cf7a85d286a5291bb9780ff89405fd467db9 Author: Ian Dunn Commit: Ian Dunn Overhauled parsing method, and added conditional blocks Also bumped version to 1.0beta3 --- org-edna-tests.el | 277 ++ org-edna.el | 506

[elpa] master 491c810 132/135: Added minor mode for Edna

2020-02-17 Thread Ian Dunn
branch: master commit 491c8104126c1c34b766c59bf88be9d91bc887f9 Author: Ian Dunn Commit: Ian Dunn Added minor mode for Edna * org-edna.el (org-edna-mode): New command. --- org-edna.el | 15 ++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/org-edna.el b

[elpa] master 3f4595b 052/135: Finished rough draft of documentation

2020-02-17 Thread Ian Dunn
branch: master commit 3f4595b0a4986c59ee1304a25d49a5f3c1cc1f4c Author: Ian D Commit: Ian D Finished rough draft of documentation --- org-edna.org | 170 +++ 1 file changed, 149 insertions(+), 21 deletions(-) diff --git a/org-edna.org

[elpa] master 7d30f60 088/135: Catch non-existent timestamps in planning action

2020-02-17 Thread Ian Dunn
branch: master commit 7d30f60877802876f71e6da817e11705d1d39151 Author: Ian Dunn Commit: Ian Dunn Catch non-existent timestamps in planning action * org-edna.el (org-edna--handle-planning): Throw an error if the source timestamp doesn't exist. --- org-edna.el | 3 +++ 1

[elpa] master 9a6ba17 071/135: Fixed up documentation

2020-02-17 Thread Ian Dunn
branch: master commit 9a6ba1795c44c45da467491af6c95a6c4cf07b68 Author: Ian D Commit: Ian D Fixed up documentation * org-edna.el: Removed org annotations from docstrings. * org-edna.org: Changed syntax snippets to lists. --- org-edna.el | 28 +-- or

[elpa] master 459ecd4 081/135: Update if-let and when-let to their -let* counterparts

2020-02-17 Thread Ian Dunn
branch: master commit 459ecd4d567e3bc7809a9f20db459a44d05a1ff6 Author: Ian Dunn Commit: Ian Dunn Update if-let and when-let to their -let* counterparts * org-edna.el (if-let*, when-let*): Aliases for <26.1 --- org-edna.el | 34 -- 1 file changed,

[elpa] master 34e4d86 054/135: Fixed variable-set condition

2020-02-17 Thread Ian Dunn
branch: master commit 34e4d864bfb78ce6a9e8c5e76444040545618917 Author: Ian D Commit: Ian D Fixed variable-set condition * org-edna.el (org-edna-condition/variable-set): Don't treat the input as strings. --- org-edna.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) di

[elpa] master d348102 025/135: Added file for tests

2020-02-17 Thread Ian Dunn
branch: master commit d348102ee5c8bb5b52f139ad3516740d7ef61360 Author: Ian D Commit: Ian D Added file for tests --- org-edna-tests.org | 18 ++ 1 file changed, 18 insertions(+) diff --git a/org-edna-tests.org b/org-edna-tests.org new file mode 100644 index 000..cf2cbff

[elpa] master c50f484 106/135: Implemented finder cache

2020-02-17 Thread Ian Dunn
branch: master commit c50f484fa95d932b5b16bc708fac4b4f39b84271 Author: Ian Dunn Commit: Ian Dunn Implemented finder cache * org-edna.el (org-edna--finder-input): (org-edna--finder-cache-entry): New structs. (org-edna-finder-use-cache): New defcustom to toggle cache

[elpa] master 6e1f5fb 087/135: Fixed bug in planning action

2020-02-17 Thread Ian Dunn
branch: master commit 6e1f5fb99e5441f2760a99bc016e0cbb8f4fd8ac Author: Ian Dunn Commit: Ian Dunn Fixed bug in planning action * org-edna.el (org-edna--handle-planning): Bind case-fold-search for org-date-read-analyze. --- org-edna.el | 7 --- 1 file changed, 4 insertions

[elpa] master dc20076 112/135: Quick fix for handle finders.

2020-02-17 Thread Ian Dunn
branch: master commit dc200765c50e884fb9ffbadace8177e37a80ba54 Author: Ian Dunn Commit: Ian Dunn Quick fix for handle finders. Attempt to expand empty argument list resulted in calling `quote' with no arguments. * org-edna.el (org-edna--handle-finder): Pass argu

[elpa] master 3a4cca9 003/135: Added Makefile.

2020-02-17 Thread Ian Dunn
/null +++ b/Makefile @@ -0,0 +1,41 @@ +# This is part of org-bat +# +# Copyright (C) 2017 Ian Dunn. +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, either version 3 of

[elpa] master 0aa0bf8 082/135: Don't present variables for keyword completion

2020-02-17 Thread Ian Dunn
branch: master commit 0aa0bf84bdcbb86784358ab087a2805240cb41da Author: Ian Dunn Commit: Ian Dunn Don't present variables for keyword completion * org-edna.el (org-edna--collect-keywords): Check that symbols that match the patterns are bound as functions. --- org-edna.e

[elpa] master 88b59b3 089/135: Added section to documentation for changes

2020-02-17 Thread Ian Dunn
branch: master commit 88b59b39f70aff6fc9335adc69b1e41ce42da21e Author: Ian Dunn Commit: Ian Dunn Added section to documentation for changes * org-edna.org (Changelog): New section --- org-edna.org | 15 +++ 1 file changed, 15 insertions(+) diff --git a/org-edna.org b

[elpa] master 7379c4f 043/135: Added copyright date to source files

2020-02-17 Thread Ian Dunn
..398fa64 100644 --- a/org-edna-tests.el +++ b/org-edna-tests.el @@ -1,5 +1,7 @@ ;;; org-edna-tests.el --- Tests for org-edna +;; Copyright (C) 2017 Ian Dunn + ;; Author: Ian Dunn ;; Keywords: convenience, text, org ;; Version: 1.0 diff --git a/org-edna.el b/org-edna.el index 0911ff8..e5889ba 100644

[elpa] master 6470c5f 033/135: Added test for todo action

2020-02-17 Thread Ian Dunn
branch: master commit 6470c5faa3850de00bfb4beea40f1e85bce78762 Author: Ian D Commit: Ian D Added test for todo action --- org-edna-tests.el | 18 ++ 1 file changed, 18 insertions(+) diff --git a/org-edna-tests.el b/org-edna-tests.el index 3444096..d304c2a 100644 --- a/org-e

[elpa] master 21d2019 006/135: Added has-property condition

2020-02-17 Thread Ian Dunn
branch: master commit 21d20195722474f3588864e2beb77432bd0dedc2 Author: Ian D Commit: Ian D Added has-property condition * org-bat.el (org-bat-condition/has-property): New function. --- org-bat.el | 5 + 1 file changed, 5 insertions(+) diff --git a/org-bat.el b/org-bat.el index

[elpa] master 71e00e4 036/135: Fixed consideration handling

2020-02-17 Thread Ian Dunn
branch: master commit 71e00e49385bd4433926fdc44a280b34aef09004 Author: Ian D Commit: Ian D Fixed consideration handling * org-edna.el (org-edna-handle-consideration): Use >= instead of > when comparing fulfilled to consideration. --- org-edna.el | 8 1 file changed,

[elpa] master f6feccf 084/135: Fix bug in keyword completion

2020-02-17 Thread Ian Dunn
branch: master commit f6feccf3d480ac5f041c2d8ac1c0592049314d50 Author: Ian Dunn Commit: Ian Dunn Fix bug in keyword completion * org-edna.el (org-edna--collect-keywords): Use let* instead of let. --- org-edna.el | 20 ++-- 1 file changed, 10 insertions(+), 10

[elpa] master 329b39e 058/135: Added installation and setup instructions to documentation

2020-02-17 Thread Ian Dunn
branch: master commit 329b39ee765a990599dfa71e71e0efd105474910 Author: Ian D Commit: Ian D Added installation and setup instructions to documentation * org-edna.org (Installation and Setup): New section. --- org-edna.org | 18 ++ 1 file changed, 18 insertions(+) di

[elpa] master 7618794 066/135: Added in-buffer settings and new sections to Documentation

2020-02-17 Thread Ian Dunn
E: Org Edna: (edna) +#+TEXINFO_DIR_DESC: Extensible Dependencies 'N' Actions for Org Mode tasks * Copying Copyright (C) 2017 Ian Dunn @@ -29,9 +33,10 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. * Introduction :PROPERTIES: :CUSTOM_ID: introduction +:DE

[elpa] master e793f3c 047/135: Fixed bugs from last commit

2020-02-17 Thread Ian Dunn
branch: master commit e793f3c4ae45469198ec54ada25183e3bdb3b298 Author: Ian D Commit: Ian D Fixed bugs from last commit * org-edna.el (org-edna--syntax-error): Back-quote arguments (org-edna--print-syntax-error): Fixed name. --- org-edna.el | 4 ++-- 1 file changed, 2 insertio

[elpa] master 89c2ecf 057/135: Added tests for conditions

2020-02-17 Thread Ian Dunn
branch: master commit 89c2ecf633cd28e8bd0c0673a84bd3ed991d Author: Ian D Commit: Ian D Added tests for conditions * org-edna.el (org-edna-condition/variable-set?): Fixed handling of NEG. (org-edna-condition/re-search?): Same. * org-edna-tests.el: Added tests for c

[elpa] master ef302af 070/135: Added more docstrings

2020-02-17 Thread Ian Dunn
branch: master commit ef302af917f119db7088d4473be33f34a865f1d5 Author: Ian D Commit: Ian D Added more docstrings --- org-edna.el | 72 - 1 file changed, 67 insertions(+), 5 deletions(-) diff --git a/org-edna.el b/org-edna.el index

[elpa] master 975da4b 010/135: Improved org-bat-parse-form to handle new argument types

2020-02-17 Thread Ian Dunn
branch: master commit 975da4bc12d61cbc8e233c6a1c90d0741d0a4180 Author: Ian D Commit: Ian D Improved org-bat-parse-form to handle new argument types Includes quoted arguments, nested parentheses, and arguments with spaces. * org-bat.el (org-bat-parse-form): Rewrote to use `r

[elpa] master a71c519 068/135: Added docstrings to some finders

2020-02-17 Thread Ian Dunn
branch: master commit a71c5191bc316e4b420ddc4747825f32b0996241 Author: Ian D Commit: Ian D Added docstrings to some finders * org-edna.el (org-edna-finder/match): (org-edna-finder/ids): (org-edna-finder/ancestors): (org-edna-finder/olp): Added docstrings from org-e

[elpa] master 7e6913b 091/135: Fixed "Setting the Properties" custom_id and title

2020-02-17 Thread Ian Dunn
branch: master commit 7e6913bfe4ba086791403fba93765001cf881b3f Author: Ian Dunn Commit: Ian Dunn Fixed "Setting the Properties" custom_id and title * org-edna.org (Setting the Properties): Fixed. --- org-edna.org | 4 ++-- 1 file changed, 2 insertions(+), 2 deletion

[elpa] master 6b9a676 031/135: Added documentation for each condition

2020-02-17 Thread Ian Dunn
b/org-edna.org index d76a2b1..7b74340 100644 --- a/org-edna.org +++ b/org-edna.org @@ -1,6 +1,10 @@ #+TITLE: Org Edna #+AUTHOR: Ian Dunn #+EMAIL: du...@gnu.org +#+DATE: {{{modification-time}}} + +#+STARTUP: overview +#+TODO: FIXME | FIXED Extensible Dependencies 'N' Actions for Org-

[elpa] master aa259f0 037/135: Fix considerations

2020-02-17 Thread Ian Dunn
branch: master commit aa259f0edc351f77bf5fe55500978cb42f2d694a Author: Ian D Commit: Ian D Fix considerations * org-edna.el (org-edna-handle-consideration): Use floats when computing percentage of fulfilled blocks. --- org-edna.el | 8 +++- 1 file changed, 3 insertions(+)

[elpa] master 5b1c81a 049/135: Fixed error in last commit

2020-02-17 Thread Ian Dunn
branch: master commit 5b1c81a3cf89d746c05a576dfa0bcf5271331396 Author: Ian D Commit: Ian D Fixed error in last commit --- org-edna.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/org-edna.el b/org-edna.el index 89cda05..73d2bd0 100644 --- a/org-edna.el +++ b/org-edna.

[elpa] master 0b0cb67 063/135: Use org source blocks instead of example blocks in documentation

2020-02-17 Thread Ian Dunn
branch: master commit 0b0cb67450448c4fca6359487478c77641fa48e8 Author: Ian D Commit: Ian D Use org source blocks instead of example blocks in documentation --- org-edna.org | 46 +++--- 1 file changed, 23 insertions(+), 23 deletions(-) diff --git a/o

[elpa] master 3ff308b 055/135: Updated to new syntax

2020-02-17 Thread Ian Dunn
branch: master commit 3ff308b3a091b3f76e828771c00cdf0a5c89a15b Author: Ian D Commit: Ian D Updated to new syntax Remove ambiguity between types using ? and ! * org-edna.el (org-edna--types): Removed. (org-edna--function-for-key): Test for ? and ! Updated all fun

[elpa] master 13e752b 021/135: Fix uses of substring

2020-02-17 Thread Ian Dunn
branch: master commit 13e752b14aface86f316278e8d92db1919c6922d Author: Ian D Commit: Ian D Fix uses of substring * org-edna.el (org-edna-parse-form): Third argument to substring is TO, not LENGTH --- org-edna.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --g

[elpa] master 9d26430 072/135: Fixed copyright strings.

2020-02-17 Thread Ian Dunn
-edna.el @@ -1,6 +1,6 @@ ;;; org-edna.el --- Extensible Dependencies 'N' Actions -*- lexical-binding: t; -*- -;; Copyright (C) 2017 Ian Dunn +;; Copyright (C) 2017 Free Software Foundation, Inc. ;; Author: Ian Dunn ;; Maintainer: Ian Dunn @@ -9,7 +9,7 @@ ;; Package-Requires: ((e

[elpa] master 30fc4cd 023/135: Created finders for compatibility with org-depend

2020-02-17 Thread Ian Dunn
branch: master commit 30fc4cdb2c87dc11e801daf73ae3a099c53a4836 Author: Ian D Commit: Ian D Created finders for compatibility with org-depend * org-edna.el (org-edna-finder/siblings-wrap): (org-edna-finder/rest-of-siblings): New functions (org-edna-finder/chain-find): Fin

[elpa] master ad75461 017/135: Use existing org-xor instead of new function

2020-02-17 Thread Ian Dunn
branch: master commit ad75461e957ffe427d2c87cc49cb1cbcd13200bd Author: Ian D Commit: Ian D Use existing org-xor instead of new function * org-edna.el (org-edna--xor): Removed. (org-edna-condition/todo-state): (org-edna-condition/headings): (org-edna-condition/varia

[elpa] master 029bc2e 012/135: Cleaned up condition handling

2020-02-17 Thread Ian Dunn
branch: master commit 029bc2e8fc6a5b91aaae798acfc514b718d542a0 Author: Ian D Commit: Ian D Cleaned up condition handling * org-bat.el (org-bat--handle-condition): New function. (org-bat-process-form): Use it. --- org-bat.el | 37 + 1 file c

[elpa] master 6886b8a 026/135: Fixed chain-find

2020-02-17 Thread Ian Dunn
branch: master commit 6886b8a17972ca1026516b82f62f440a539d5f73 Author: Ian D Commit: Ian D Fixed chain-find * org-edna.el (org-edna-finder/chain-find): Return a list of targets as expected. --- org-edna.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/or

  1   2   3   4   5   6   >