[elpa] externals/phps-mode 8f3ada6: Improved indentation in two edge cases

2020-02-17 Thread Christian Johansson
branch: externals/phps-mode commit 8f3ada6f51c0a45f37009fb3957567005fcebf4b Author: Christian Johansson Commit: Christian Johansson Improved indentation in two edge cases --- Makefile| 2 +- README.md | 3 +- phps-mode-lex-analyzer.el

[elpa] master 7a3332d 032/135: Fixed error in re-search

2020-02-17 Thread Ian Dunn
branch: master commit 7a3332d94d008f3f5f0841821a0a5b2603131213 Author: Ian D Commit: Ian D Fixed error in re-search * org-edna.el (org-edna-condition/re-search): Correctly use `buffer-name' --- org-edna.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/org-edna

[elpa] master 567e982 007/135: Added package requirements

2020-02-17 Thread Ian Dunn
branch: master commit 567e982dd609698bd7911c377d5c9313d8deb43c Author: Ian D Commit: Ian D Added package requirements * org-bat.el: Added seq and org as package requirements --- org-bat.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/org-bat.el b/org-bat.el

[elpa] master 01c50c0 002/135: Make all finders return lists of markers

2020-02-17 Thread Ian Dunn
branch: master commit 01c50c057d8854f4e17a9057eb9ed33119ec0e37 Author: Ian D Commit: Ian D Make all finders return lists of markers * org-bat.el (org-bat-process-form): Assume all finders will either be nil or lists. (org-bat-finder/self): (org-bat-finder/next-sib

[elpa] master cb1f51f 020/135: Don't assume arguments will be symbols or strings

2020-02-17 Thread Ian Dunn
branch: master commit cb1f51fa9808be5533946a8e903992d62dfcbaa5 Author: Ian D Commit: Ian D Don't assume arguments will be symbols or strings * org-edna.el (org-edna-parse-form): Use `prin1-to-string' instead of `symbol-name'. --- org-edna.el | 2 +- 1 file changed, 1 insertio

[elpa] master updated (487ad1b -> bf8ecda)

2020-02-17 Thread Ian Dunn
skolar42 pushed a change to branch master. from 487ad1b * packages/csv-mode/csv-mode.el: Bump version number new e6ba769 Temporarily removed Org Edna directory new 18814ca Initial Commit. new 01c50c0 Make all finders return lists of markers new 3a4cca

[elpa] master db23e3f 034/135: Added some more test headings

2020-02-17 Thread Ian Dunn
branch: master commit db23e3fa6edd511beab0981d72666fde69dc104c Author: Ian D Commit: Ian D Added some more test headings --- org-edna-tests.org | 14 ++ 1 file changed, 14 insertions(+) diff --git a/org-edna-tests.org b/org-edna-tests.org index cf2cbff..bd93dd6 100644 --- a/org

[elpa] master 18814ca 001/135: Initial Commit.

2020-02-17 Thread Ian Dunn
branch: master commit 18814ca5565f9e67a213e37bb167c758989a87ee Author: Ian D Commit: Ian D Initial Commit. --- org-bat.el | 433 + 1 file changed, 433 insertions(+) diff --git a/org-bat.el b/org-bat.el new file mode 100644 index 0

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

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

[elpa] master a70f9ac 016/135: Fixed bug in Makefile

2020-02-17 Thread Ian Dunn
branch: master commit a70f9ac252dbb56d4114a802c71d8bfa614a149b Author: Ian D Commit: Ian D Fixed bug in Makefile --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 55498c7..74e079a 100644 --- a/Makefile +++ b/Makefile @@ -15,7 +15,

[elpa] master 9f27779 014/135: Clarified use of case-fold-search in `org-bat--handle-planning'

2020-02-17 Thread Ian Dunn
branch: master commit 9f2777927e2156b84179040659fdd7bab63f5b82 Author: Ian D Commit: Ian D Clarified use of case-fold-search in `org-bat--handle-planning' * org-bat.el (org-bat--handle-planning): Added comment. --- org-bat.el | 1 + 1 file changed, 1 insertion(+) diff --git a/org-

[elpa] master 180d05b 022/135: Added configuration option to use inheritance

2020-02-17 Thread Ian Dunn
branch: master commit 180d05be20f5be4701a90b635048590e028df587 Author: Ian D Commit: Ian D Added configuration option to use inheritance * org-edna.el (org-edna-use-inheritance): New defcustom. (org-edna-trigger-function): (org-edna-blocker-function): Use it --- org-edn

[elpa] master 3937f31 009/135: Fixed headings condition

2020-02-17 Thread Ian Dunn
branch: master commit 3937f31f64de63ff20150febafcd7980886745c2 Author: Ian D Commit: Ian D Fixed headings condition * org-bat.el (org-bat-condition/headings): Check for a non-empty set of headings rather than an empty one. --- org-bat.el | 2 +- 1 file changed, 1 insertion(+

[elpa] master d07a8d8 035/135: Added note about quoting file names to documentation.

2020-02-17 Thread Ian Dunn
branch: master commit d07a8d8204b0c3996c2612d1794548cce673ed11 Author: Ian D Commit: Ian D Added note about quoting file names to documentation. --- org-edna.org | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/org-edna.org b/org-edna.org index 7b74340..f94fa2b 100644

[elpa] master 602ad6d 011/135: Added tests for org-bat-parse-form

2020-02-17 Thread Ian Dunn
branch: master commit 602ad6d1951afa6db282ecbd33df8e90ff22c579 Author: Ian D Commit: Ian D Added tests for org-bat-parse-form * org-bat-tests.el (org-bat-parse-form-no-arguments): (org-bat-parse-form-no-arguments-modifier): (org-bat-parse-form-single-argument): (or

[elpa] master adbff7e 019/135: Remove duplicate targets

2020-02-17 Thread Ian Dunn
branch: master commit adbff7ec564cfcc1f11781456a27a5309c88fb0e Author: Ian D Commit: Ian D Remove duplicate targets * org-edna.el (org-edna-process-form): Run targets through seq-uniq. --- org-edna.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/org-edna.el b

[elpa] master c675036 030/135: Added test for empty argument list

2020-02-17 Thread Ian Dunn
branch: master commit c675036b1aca5301350a7a0673ea09921b30e11b Author: Ian D Commit: Ian D Added test for empty argument list --- org-edna-tests.el | 8 1 file changed, 8 insertions(+) diff --git a/org-edna-tests.el b/org-edna-tests.el index 0d2de3b..3444096 100644 --- a/org-edna-

[elpa] master 0e5fd41 004/135: Added .bzrignore.

2020-02-17 Thread Ian Dunn
branch: master commit 0e5fd4126abeb2a2d4c55ede3ce48a2591b07b75 Author: Ian D Commit: Ian D Added .bzrignore. --- .bzrignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.bzrignore b/.bzrignore new file mode 100644 index 000..016d3b1 --- /dev/null +++ b/.bzrignore @@ -0,0 +1 @@ +*

[elpa] master fc0dcc1 029/135: Added re-search condition

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

[elpa] master 1fb6dcf 013/135: Added chain action

2020-02-17 Thread Ian Dunn
branch: master commit 1fb6dcf56deda1e111892719c690bacdbe09bee0 Author: Ian D Commit: Ian D Added chain action Chain will copy a given property from the old entry to its targets. * org-bat.el (org-bat-action/chain): New function. --- org-bat.el | 4 1 file changed, 4 i

[elpa] master 5010097 005/135: Added initial documentation

2020-02-17 Thread Ian Dunn
branch: master commit 5010097011aee4862605d36afd31c11e9cddca62 Author: Ian D Commit: Ian D Added initial documentation --- README.org | 300 + 1 file changed, 300 insertions(+) diff --git a/README.org b/README.org new file mode 10

[elpa] master bb3c739 044/135: Fixed license blocks in elisp files

2020-02-17 Thread Ian Dunn
branch: master commit bb3c739d9709ebc5cf42dda8b76716be40aa85c7 Author: Ian D Commit: Ian D Fixed license blocks in elisp files --- org-edna-tests.el | 5 ++--- org-edna.el | 4 +--- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/org-edna-tests.el b/org-edna-tests.el in

[elpa] master 729a391 040/135: Added copyright and licensing information to all files

2020-02-17 Thread Ian Dunn
branch: master commit 729a39111bda3ba7a33e0f423c7760fd3711eb79 Author: Ian D Commit: Ian D Added copyright and licensing information to all files --- org-edna.el | 17 + 1 file changed, 17 insertions(+) diff --git a/org-edna.el b/org-edna.el index bb6e548..3f01a4d 100644 --

[elpa] master f83f47b 074/135: Updated documentation for ELPA release

2020-02-17 Thread Ian Dunn
branch: master commit f83f47bc240abb2e43cbba63299e82418987c73e Author: Ian D Commit: Ian D Updated documentation for ELPA release --- org-edna.org | 15 +-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/org-edna.org b/org-edna.org index bb31c85..ee2cd93 100644 -

[elpa] master 71cdc0a 027/135: Fixed parsing bug

2020-02-17 Thread Ian Dunn
branch: master commit 71cdc0a7e789d2816ee14ca61d064ad6db8e9902 Author: Ian D Commit: Ian D Fixed parsing bug * org-edna.el (org-edna-parse-form): Check for whitespace in between forms. --- org-edna.el | 4 1 file changed, 4 insertions(+) diff --git a/org-edna.el b/org-edna.el

[elpa] master abb0083 018/135: Fixed up indenting

2020-02-17 Thread Ian Dunn
branch: master commit abb0083c334f3bf17f588decc24a519ea7c7cf25 Author: Ian D Commit: Ian D Fixed up indenting --- org-edna.el | 24 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/org-edna.el b/org-edna.el index a605179..5843086 100644 --- a/org-edna

[elpa] master d0f7e21 085/135: Added two new forms for setting planning information

2020-02-17 Thread Ian Dunn
branch: master commit d0f7e21f9a20407d2032e1871bcc68be850c12f4 Author: Ian Dunn Commit: Ian Dunn Added two new forms for setting planning information * org-edna.el (org-edna--read-date-get-relative): New defun for landing form. (org-edna--float-time): New defun for float form

[elpa] master f549ea2 090/135: Added section in the documentation about updating the documentation

2020-02-17 Thread Ian Dunn
branch: master commit f549ea26940a29be46b63f5e81d78df24c65ed32 Author: Ian Dunn Commit: Ian Dunn Added section in the documentation about updating the documentation * org-edna.org (Documentation): New section. --- org-edna.org | 18 +- 1 file changed, 17 insertions(

[elpa] master c442e77 076/135: Only require subr-x during compilation

2020-02-17 Thread Ian Dunn
branch: master commit c442e7727b47b6ca0c95d2ab0fbf74333ab1042f Author: Ian Dunn Commit: Ian Dunn Only require subr-x during compilation --- org-edna.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/org-edna.el b/org-edna.el index 38d1a3c..aa319d2 100644 --- a/org-edna.

[elpa] master 9a38d60 050/135: Fixed chain-find and planning actions

2020-02-17 Thread Ian Dunn
branch: master commit 9a38d60fbdda634ebf063f8e9888ab57bc582aa8 Author: Ian D Commit: Ian D Fixed chain-find and planning actions * org-edna.el (org-edna-finder/chain-find): Fixed to match org-depend.el (org-edna--handle-planning): Fix to recognize when a time was used.

[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
branch: master commit 76187948c67e9fc63eec1d538aa5ae7b750181a8 Author: Ian D Commit: Ian D Added in-buffer settings and new sections to Documentation * org-edna.org (Contributing): New section * .bzrignore: Ignore generated documentation files --- .bzrignore | 6 ++- o

[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 3a4cca9 003/135: Added Makefile.

2020-02-17 Thread Ian Dunn
branch: master commit 3a4cca909fdef92f934d09f7ffcc1a9051874138 Author: Ian D Commit: Ian D Added Makefile. --- Makefile | 41 + 1 file changed, 41 insertions(+) diff --git a/Makefile b/Makefile new file mode 100644 index 000..fcac54f --- /dev/nul

[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 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.el | 2

[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/o

[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 7379c4f 043/135: Added copyright date to source files

2020-02-17 Thread Ian Dunn
branch: master commit 7379c4fbb11966b267c2467ad4a3ed10ea136e31 Author: Ian D Commit: Ian D Added copyright date to source files --- org-edna-tests.el | 2 ++ org-edna.el | 2 ++ 2 files changed, 4 insertions(+) diff --git a/org-edna-tests.el b/org-edna-tests.el index 636d9af..398fa64

[elpa] master 3c6b66c 075/135: Added next-sibling-wrap finder

2020-02-17 Thread Ian Dunn
branch: master commit 3c6b66c8e39444adeac432304f918e9594138422 Author: Ian Dunn Commit: Ian Dunn Added next-sibling-wrap finder * org-edna.el (org-edna-finder/next-sibling-wrap): Added * org-edna-tests.el (org-edna-finder/next-sibling-wrap-next): (org-edna-finder/next

[elpa] master 9916819 028/135: Added test for parsing multiple forms

2020-02-17 Thread Ian Dunn
branch: master commit 991681945a9a16b3e31384f68346ba9131b92fcb Author: Ian D Commit: Ian D Added test for parsing multiple forms --- org-edna-tests.el | 16 1 file changed, 16 insertions(+) diff --git a/org-edna-tests.el b/org-edna-tests.el index d5f629c..0d2de3b 100644 --

[elpa] master 55283ff 015/135: Renamed to Org-Edna.

2020-02-17 Thread Ian Dunn
branch: master commit 55283ffd08a5ec6d55338e96b0be824a6647487b Author: Ian D Commit: Ian D Renamed to Org-Edna. --- Makefile | 14 ++-- org-bat-tests.el => org-edna-tests.el | 24 +++--- org-bat.el => org-edna.el | 152 +

[elpa] master a758e6a 051/135: Added tests for finders

2020-02-17 Thread Ian Dunn
branch: master commit a758e6a873830fa908394b78977ac0439c9c3eeb Author: Ian D Commit: Ian D Added tests for finders * org-edna.el (org-edna-finder/siblings): Fixed case where current headline is the first sibling. (org-edna-finder/siblings-wrap): Wrap movements in save-e

[elpa] master 11aaa52 053/135: Added Savannah project link to documentation

2020-02-17 Thread Ian Dunn
branch: master commit 11aaa52683aa58e3b35d5bdd86925ec8c10af41e Author: Ian D Commit: Ian D Added Savannah project link to documentation --- org-edna.org | 2 ++ 1 file changed, 2 insertions(+) diff --git a/org-edna.org b/org-edna.org index dba2bca..d959f7c 100644 --- a/org-edna.org +++ b/o

[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 deletions(-) diff --git

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

2020-02-17 Thread Ian Dunn
branch: master commit 6b9a6769f9f96423cae2090cc06260c5dba775da Author: Ian D Commit: Ian D Added documentation for each condition --- org-edna.org | 139 +++ 1 file changed, 131 insertions(+), 8 deletions(-) diff --git a/org-edna.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 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 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
branch: master commit 9d26430eeea173bb487dba20d3d0d82ec5ae0502 Author: Ian D Commit: Ian D Fixed copyright strings. --- org-edna.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/org-edna.el b/org-edna.el index e0d3cc0..d11f5de 100644 --- a/org-edna.el +++ b/org-edn

[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 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 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

[elpa] master 00abd93 073/135: Fixed tests copyright string

2020-02-17 Thread Ian Dunn
branch: master commit 00abd932f5a1fe38ab13f90c32506f8354081cab Author: Ian D Commit: Ian D Fixed tests copyright string --- org-edna-tests.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/org-edna-tests.el b/org-edna-tests.el index 3ba5c28..bdbd49f 100644 --- a/org-edn

[elpa] master 390ee68 067/135: Fixed ancestors example

2020-02-17 Thread Ian Dunn
branch: master commit 390ee6805bc784922f46254204fdfd5857abc9e9 Author: Ian D Commit: Ian D Fixed ancestors example * org-edna.org (ancestors): Fixed headings in example --- org-edna.org | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/org-edna.org b/

[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 6843bee 093/135: Updated info pages

2020-02-17 Thread Ian Dunn
branch: master commit 6843bee05bc5309f68de7eabf24131cf97145dd9 Author: Ian Dunn Commit: Ian Dunn Updated info pages --- org-edna.info | 230 +- 1 file changed, 165 insertions(+), 65 deletions(-) diff --git a/org-edna.info b/org-edna.i

[elpa] master 99939aa 048/135: Handle all errors in Edna forms

2020-02-17 Thread Ian Dunn
branch: master commit 99939aae2b6b8211a876c01e958152801f4cc510 Author: Ian D Commit: Ian D Handle all errors in Edna forms * org-edna.el (org-edna-run): Catch and report all errors. (org-edna-finder/match): Don't convert arguments. --- org-edna.el | 12 1 file ch

[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 deleti

[elpa] master b38a1ca 024/135: Added tests for ids and match finders

2020-02-17 Thread Ian Dunn
branch: master commit b38a1ca616b2cc50ab46bd8d340af02b8cf8de51 Author: Ian D Commit: Ian D Added tests for ids and match finders --- org-edna-tests.el | 49 + 1 file changed, 49 insertions(+) diff --git a/org-edna-tests.el b/org-edna-tests.el

[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, 20

[elpa] master 03bafb0 061/135: Documented delete-property! action

2020-02-17 Thread Ian Dunn
branch: master commit 03bafb03f7a06ad346b9a75dfe18460627a7 Author: Ian D Commit: Ian D Documented delete-property! action * org-edna.org (Property): Added delete-property! documentation. --- org-edna.org | 4 1 file changed, 4 insertions(+) diff --git a/org-edna.org b/org

[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 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 a

[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-edna.el

[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/org

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

2020-02-17 Thread Ian Dunn
branch: master commit 3b3625f94dcf9469260b4f56dac9dc3f9bcc43f8 Author: Ian D Commit: Ian D Cleaned up package header and added various docstrings * org-edna.el (package header): Added Maintainer and URL (Commentary): Added (History): Added empty section (org-edna-s

[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-e

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

2020-02-17 Thread Ian Dunn
branch: master commit 4c26cc82e0ee150540e2abf7a676e3eb544fc467 Author: Ian D Commit: Ian D Added copyright and licensing information to all files --- COPYING| 674 + org-edna-tests.el | 22 +- org-edna-tests.org | 17 ++ 3 f

[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 a

[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--cache

[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 --g

[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 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 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-edna-test

[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 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-ed

[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-edn

[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 arguments as

[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/o

  1   2   >