1
0
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:
Jack Foltz 2018-10-27 01:18:42 -04:00
parent e69b817bfc
commit 8fb56bdc03
Signed by: foltik
GPG Key ID: 303F88F996E95541

View File

@ -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")