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
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
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
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
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
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
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
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
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
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,
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-
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
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(+
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
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
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
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-
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 @@
+*
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
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
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
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
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
--
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
-
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
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
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
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(
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.
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.
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
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
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
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
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
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
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
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
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
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
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
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
--
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 +
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
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
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
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
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
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(+)
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.
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
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
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
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
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
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
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
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
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
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
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
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/
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,
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
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
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
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
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
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
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
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
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.
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
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
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):
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
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
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
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
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
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
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
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
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
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
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(-)
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-
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
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 |
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(
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
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
---
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,
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.
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
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 +
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
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
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
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 - 100 of 141 matches
Mail list logo