From 99758336da24976b259e1264a7104803cf548868 Mon Sep 17 00:00:00 2001 From: Marcel Kapfer Date: Wed, 17 Oct 2018 20:23:19 +0200 Subject: [PATCH] org-mode: Fixed org-refile-targets --- emacs/emacs.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emacs/emacs.el b/emacs/emacs.el index b683335..51540d4 100644 --- a/emacs/emacs.el +++ b/emacs/emacs.el @@ -464,7 +464,7 @@ "* %? \n %u\n %i\n"))) ;; set org refile targets - (setq org-refile-targets '(("~/cloud/org/projects.org"))) + (setq org-refile-targets '(("~/cloud/org/projects.org" :maxlevel . 3))) ;; warn of deadlines in the next seven days (setq org-deadline-warning-days 7)