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".
This commit is contained in:
Marco Wahl 2021-06-29 13:38:14 +02:00
parent 81c4befe62
commit 7666d6bb99
1 changed files with 1 additions and 1 deletions

View File

@ -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)