mirror of
https://github.com/Foltik/dotfiles
synced 2024-11-27 21:19:51 -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
|
:keymaps 'org-mode-map
|
||||||
"e" 'org-export-dispatch
|
"e" 'org-export-dispatch
|
||||||
"a" 'org-attach)
|
"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
|
(foltz-org-def
|
||||||
"a" 'org-agenda
|
"a" 'org-agenda
|
||||||
"c" 'org-capture
|
"c" 'org-capture
|
||||||
"l" 'org-store-link
|
"l" 'org-store-link
|
||||||
"b" 'org-switchb)
|
"b" 'org-switchb
|
||||||
|
"r" 'foltz-org-capture-refile)
|
||||||
|
|
||||||
:custom
|
:custom
|
||||||
(org-directory "~/Documents/org")
|
(org-directory "~/Documents/org")
|
||||||
|
Loading…
Reference in New Issue
Block a user