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
|
||||
"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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue