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

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

[elpa] externals/org 7666d6b: org-keys: improve the call for speed key "


From: ELPA Syncer
Subject: [elpa] externals/org 7666d6b: org-keys: improve the call for speed key "g"
Date: Tue, 29 Jun 2021 07:57:13 -0400 (EDT)

branch: externals/org
commit 7666d6bb99d92fbc5170f65bf5fbbe593c6cd868
Author: Marco Wahl <marcowahlsoft@gmail.com>
Commit: Marco Wahl <marcowahlsoft@gmail.com>

    org-keys: improve the call for speed key "g"
    
    * lisp/org-keys.el (org-speed-commands): Use the right argument to
      call the "goto variant" of org-refile with non-confusing user promt
      for speed key "g".
---
 lisp/org-keys.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/org-keys.el b/lisp/org-keys.el
index 12d6226..b7ac337 100644
--- a/lisp/org-keys.el
+++ b/lisp/org-keys.el
@@ -726,7 +726,7 @@ hook.  The default setting is `org-speed-command-activate'."
     ("B" . org-previous-block)
     ("u" . (org-speed-move-safe 'outline-up-heading))
     ("j" . org-goto)
-    ("g" . (org-refile t))
+    ("g" . (org-refile '(4)))
     ("Outline Visibility")
     ("c" . org-cycle)
     ("C" . org-shifttab)



reply via email to

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