From 8fb56bdc03942ecb550bd484657e4e03afd42f55 Mon Sep 17 00:00:00 2001 From: Jack Foltz Date: Sat, 27 Oct 2018 01:18:42 -0400 Subject: [PATCH] Add subtree refile function --- lain/.emacs.d/config.org | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/lain/.emacs.d/config.org b/lain/.emacs.d/config.org index 358dff3..b13678d 100644 --- a/lain/.emacs.d/config.org +++ b/lain/.emacs.d/config.org @@ -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")