[Org] Reformatting some comments

This commit is contained in:
Daniel - 2017-11-11 09:36:38 +01:00
parent 5cdc0068c8
commit 9501f6b4ac
Signed by: dbo
GPG Key ID: 4F63DB96D45AA9C6
1 changed files with 5 additions and 5 deletions

View File

@ -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 dont
;; want these buffers to be closed after exporting
;; open files manually to avoid polluting `org-agenda-new-buffers; we
;; dont 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."))))))