Fixed keybindings to org-attach commands

This commit is contained in:
Ralf Beckmann 2019-11-02 17:20:28 +01:00
parent 7b9991711a
commit d8ed171f0c

View file

@ -644,10 +644,10 @@ between the two."
"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
"f" #'org-attach/find-file
"s" #'org-attach/sync)
"a" #'+org-attach/file
"u" #'+org-attach/uri
"f" #'+org-attach/find-file
"s" #'+org-attach/sync)
(:prefix ("c" . "clock")
"c" #'org-clock-in
"C" #'org-clock-out