diff --git a/site-lisp/db-org.el b/site-lisp/db-org.el index 6f11cd1..2ba8a48 100644 --- a/site-lisp/db-org.el +++ b/site-lisp/db-org.el @@ -798,6 +798,7 @@ This is done only if the value of this variable is not null." ;; 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 + (delete-file org-icalendar-combined-agenda-file) (org-icalendar-combine-agenda-files) (message "Exporting diary ... done."))))))