From ae19dd4992f5a574723ff33796a8b365744d51a4 Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Sun, 17 Feb 2019 16:34:48 +0100 Subject: [PATCH] =?UTF-8?q?[Org]=20Don=E2=80=99t=20automatically=20add=20p?= =?UTF-8?q?ensive=20file=20to=20=E2=80=98org-agenda-files=E2=80=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- init.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/init.el b/init.el index b409734..d4720ca 100644 --- a/init.el +++ b/init.el @@ -858,7 +858,9 @@ "Path to default org-mode file for private notes." :group 'personal-settings :type 'string - :set #'db/update-org-agenda-files) + ;; no custom setter, as the pensive file is usually not part of + ;; `org-agenda-files’ + ) (use-package org-agenda :commands (org-agenda)