From 1ed679f6adaa14ea41025c4cffac99ac01c3abf7 Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Thu, 11 Nov 2021 21:11:05 +0100 Subject: Refile to top --- gui/conf/init.el | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/gui/conf/init.el b/gui/conf/init.el index a128fbd..b42a1fe 100644 --- a/gui/conf/init.el +++ b/gui/conf/init.el @@ -187,9 +187,10 @@ (org-src-tab-acts-natively t) (org-default-notes-file "~/org/inbox.org") (org-agenda-files '("~/org")) - (org-refile-targets '((nil :maxlevel . 3) + (org-refile-targets '((nil :maxlevel . 1) (org-agenda-files :maxlevel . 1))) (org-refile-use-outline-path 'file) + (org-reverse-note-order t) (org-link-frame-setup '((file . find-file))) ; open links in same frame (org-goto-interface 'outline-path-completion) (org-outline-path-complete-in-steps nil) @@ -235,8 +236,8 @@ (file org-default-notes-file) "* %^{Description}\n%U\n#+BEGIN_QUOTE\n%i#+END_QUOTE" :prepend t) - ("wq" "Website (Quote)" - entry (file org-default-notes-file) + ("wq" "Website (Quote)" entry + (file org-default-notes-file) "* %:description\n%:link %U\n#+BEGIN_QUOTE\n%:initial\n#+END_QUOTE") ("w" "Website" entry (file org-default-notes-file) -- cgit v1.2.3