From 1e391c6c72d32aeed10780bf929ff4a0631ae3eb Mon Sep 17 00:00:00 2001 From: Gergely Polonkai Date: Tue, 29 Aug 2023 10:53:50 +0200 Subject: [PATCH] Bugfix: Fix the value of org-refile-targets --- configuration.org | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/configuration.org b/configuration.org index bef4598..e44b15e 100644 --- a/configuration.org +++ b/configuration.org @@ -3195,7 +3195,8 @@ This is a big one; I use a lot of customisation here. (org-refile-allow-creating-parent-nodes 'confirm) (org-crypt-key "B0740C4C") (org-speed-commands-user '(("m" . org-mark-subtree))) - (org-refile-targets '((org-agenda-files :maxlevel . 3))) + (org-refile-targets '((nil :maxlevel . 6) + (org-agenda-files :maxlevel . 3))) (org-agenda-custom-commands '(("c" "Simple agenda view" ((tags "PRIORITY=\"A\"" ((org-agenda-skip-function '(org-agenda-skip-entry-if 'todo 'done))