Fixed keybindings to org-attach commands
This commit is contained in:
parent
7b9991711a
commit
d8ed171f0c
1 changed files with 4 additions and 4 deletions
|
@ -644,10 +644,10 @@ between the two."
|
||||||
"O" #'+org/refile-to-other-buffers
|
"O" #'+org/refile-to-other-buffers
|
||||||
"r" #'org-refile) ; to all `org-refile-targets'
|
"r" #'org-refile) ; to all `org-refile-targets'
|
||||||
(:prefix ("a" . "attachments")
|
(:prefix ("a" . "attachments")
|
||||||
"a" #'org-attach/file
|
"a" #'+org-attach/file
|
||||||
"u" #'org-attach/uri
|
"u" #'+org-attach/uri
|
||||||
"f" #'org-attach/find-file
|
"f" #'+org-attach/find-file
|
||||||
"s" #'org-attach/sync)
|
"s" #'+org-attach/sync)
|
||||||
(:prefix ("c" . "clock")
|
(:prefix ("c" . "clock")
|
||||||
"c" #'org-clock-in
|
"c" #'org-clock-in
|
||||||
"C" #'org-clock-out
|
"C" #'org-clock-out
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue