From fe643795c2c8492c8c91e1d83f3054842e3e638f Mon Sep 17 00:00:00 2001 From: Kévin Le Gouguec Date: Fri, 2 Sep 2022 07:45:18 +0200 Subject: Fix org-refile-targets customization --- .emacs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.emacs b/.emacs index b57e2b7..0fa790c 100644 --- 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 -- cgit v1.2.3