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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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.
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
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
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
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
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.
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
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
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
branch: master
commit 686984683904a06ae561341522bf34dbb04aa919
Merge: bad787d 4c8058f
Author: Ian Dunn
Commit: Ian Dunn
Merged fix.
Copyright exempt.
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
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
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
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
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
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
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
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
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
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")))
+
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
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
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
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
501 - 543 of 543 matches
Mail list logo