lang/org: expand refile commands

Changes 'SPC m r' into a prefix with multiple refiling commands.
This commit is contained in:
Henrik Lissner 2019-10-28 02:02:18 -04:00
parent bb383d3ede
commit 7b9c13f25f
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
2 changed files with 71 additions and 1 deletions

View file

@ -594,10 +594,16 @@ between the two."
"o" #'org-set-property
"p" #'org-priority
"q" #'org-set-tags-command
"r" #'org-refile
"s" #'org-schedule
"t" #'org-todo
"T" #'org-todo-list
(:prefix ("r" . "refile")
"." #'+org/refile-to-current-file
"c" #'+org/refile-to-running-clock
"l" #'+org/refile-to-last-location
"o" #'+org/refile-to-other-window
"O" #'+org/refile-to-other-buffers
"r" #'org-refile) ; to all `org-refile-targets'
(:prefix ("a" . "attachments")
"a" #'org-attach/file
"u" #'org-attach/uri