Bugfix: Fix the value of org-refile-targets

This commit is contained in:
Gergely Polonkai 2023-08-29 10:53:50 +02:00
parent 9661b70b67
commit 1e391c6c72
No known key found for this signature in database
GPG Key ID: 2D2885533B869ED4
1 changed files with 2 additions and 1 deletions

View File

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