emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/embark 88124a9eaf 3/4: Add binding for org-schedule


From: ELPA Syncer
Subject: [elpa] externals/embark 88124a9eaf 3/4: Add binding for org-schedule
Date: Tue, 13 Jun 2023 03:57:45 -0400 (EDT)

branch: externals/embark
commit 88124a9eaf117100bc233f24fa3f2041a85a020a
Author: Omar Antolín Camarena <omar.antolin@gmail.com>
Commit: Omar Antolín Camarena <omar.antolin@gmail.com>

    Add binding for org-schedule
    
    It shadows outline-show-subtree, but we don't need that one.
---
 embark-org.el | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/embark-org.el b/embark-org.el
index 7ea384c149..2d315de582 100644
--- a/embark-org.el
+++ b/embark-org.el
@@ -366,7 +366,9 @@ bound to i."
   :doc "Keymap for actions on Org headings."
   :parent embark-heading-map
   "RET" #'org-todo
+  "TAB" #'org-cycle
   "t" #'org-todo
+  "s" #'org-schedule
   "," #'org-priority
   ":" #'org-set-tags-command
   "P" #'org-set-property
@@ -387,7 +389,7 @@ bound to i."
   (cl-pushnew cmd embark-repeat-actions))
 
 (dolist (cmd '(org-set-tags-command org-set-property
-               org-delete-property org-refile))
+               org-delete-property org-refile org-schedule))
   (cl-pushnew 'embark--ignore-target
               (alist-get cmd embark-target-injection-hooks)))
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]