From 9501f6b4ac112d2d940eb529c9d707a35473e960 Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Sat, 11 Nov 2017 09:36:38 +0100 Subject: [PATCH] [Org] Reformatting some comments --- site-lisp/db-org.el | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/site-lisp/db-org.el b/site-lisp/db-org.el index 2ec54d7..6834541 100644 --- a/site-lisp/db-org.el +++ b/site-lisp/db-org.el @@ -824,12 +824,12 @@ This is done only if the value of this variable is not null." org-icalendar-combined-agenda-file)) org-agenda-files) (message "Exporting diary ...") - ;; open files manually to avoid polluting `org-agenda-new-buffers’; we don’t - ;; want these buffers to be closed after exporting + ;; open files manually to avoid polluting `org-agenda-new-buffers’; we + ;; don’t want these buffers to be closed after exporting (mapc #'find-file-noselect org-agenda-files) - ;; actual export; calls `org-release-buffers’ and may thus close buffers - ;; we want to keep around … which is why we set `org-agenda-new-buffers’ - ;; to nil + ;; actual export; calls `org-release-buffers’ and may thus close + ;; buffers we want to keep around … which is why we set + ;; `org-agenda-new-buffers’ to nil (org-icalendar-combine-agenda-files) (message "Exporting diary ... done."))))))