diff options
author | fpi | 2021-02-23 10:09:41 +0100 |
---|---|---|
committer | fpi | 2022-03-17 14:44:38 +0100 |
commit | 8792acbe9e4f5121b24cb4b0aa6221ca14c340dd (patch) | |
tree | ef387a673569ff84a40cf5269658fd9471c82724 | |
parent | Remove "Interrupt: " prefix from interrupt captures (diff) |
Update org-edna project task trigger
.. to consider if the next task really needs to be set to NEXT
-rw-r--r-- | emacs-init.org | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emacs-init.org b/emacs-init.org index 635f9a9..8b82130 100644 --- a/emacs-init.org +++ b/emacs-init.org @@ -4525,7 +4525,7 @@ Org Edna ("L" (jmm/org-edna-link "todo!(NEXT)")) ("n" (jmm/org-edna-set-trigger-and-point "next-sibling todo!(NEXT)")) ("N" (jmm/org-edna-set-trigger-and-point "next-sibling todo!(NEXT) chain!(\"TRIGGER\")")) - ("P" (jmm/org-edna-set-trigger-and-point "next-sibling todo!(NEXT) chain!(\"TRIGGER\") if siblings then parent todo!(DONE) endif")) + ("P" (jmm/org-edna-set-trigger-and-point "if next-sibling todo-state?(HOLD) then else next-sibling todo!(NEXT) endif next-sibling chain!(\"TRIGGER\") if siblings then parent todo!(DONE) endif")) ("p" (jmm/org-edna-set-trigger-and-point "parent todo!(DONE)")) ("q" nil))) #+end_src |