Fix check in `db/export-diary' for empty files

This is a result of changing the types of the special org files.  Now a typed
language would be great …
This commit is contained in:
Daniel - 2020-01-05 12:36:56 +01:00
parent 570fe5906b
commit bbfea51fca
No known key found for this signature in database
GPG Key ID: 1C7071A75BB72D64
1 changed files with 1 additions and 1 deletions

View File

@ -412,7 +412,7 @@ This is done only if the value of this variable is not null."
(t
(progn
(org-save-all-org-buffers)
(let ((org-agenda-files (cl-remove-if #'string-empty-p
(let ((org-agenda-files (cl-remove-if #'null
(list db/org-default-home-file
db/org-default-work-file)))
(org-agenda-new-buffers nil))