commit fe643795c2c8492c8c91e1d83f3054842e3e638f
parent c4e10ff87a445e85badd496462c5e6caed008853
Author: KΓ©vin Le Gouguec <kevin.legouguec@gmail.com>
Date: Fri, 2 Sep 2022 07:45:18 +0200
Fix org-refile-targets customization
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.emacs b/.emacs
@@ -686,7 +686,7 @@
(org-startup-indented t)
;; Make org-refile a bit more eager.
(org-outline-path-complete-in-steps nil)
- (org-refile-targets '(nil . (:maxlevel . 10)))
+ (org-refile-targets '((nil . (:maxlevel . 10))))
(org-refile-use-outline-path t))
(use-package org-indent