mirror of
https://github.com/Foltik/dotfiles
synced 2024-11-24 04:22:50 -05:00
Add subtree refile function
This commit is contained in:
parent
e69b817bfc
commit
8fb56bdc03
@ -473,16 +473,12 @@ If the manual is not on your computer, it's [[https://orgmode.org/manual/][here]
|
||||
:keymaps 'org-mode-map
|
||||
"e" 'org-export-dispatch
|
||||
"a" 'org-attach)
|
||||
(foltz-major-def
|
||||
:keymaps 'org-capture-mode-map
|
||||
"c" 'org-capture-finalize
|
||||
"w" 'org-capture-refile
|
||||
"k" 'org-capture-kill)
|
||||
(foltz-org-def
|
||||
"a" 'org-agenda
|
||||
"c" 'org-capture
|
||||
"l" 'org-store-link
|
||||
"b" 'org-switchb)
|
||||
"b" 'org-switchb
|
||||
"r" 'foltz-org-capture-refile)
|
||||
|
||||
:custom
|
||||
(org-directory "~/Documents/org")
|
||||
|
Loading…
Reference in New Issue
Block a user