diff options
-rw-r--r-- | org-gnosis.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/org-gnosis.el b/org-gnosis.el index e93dde2..65175fd 100644 --- a/org-gnosis.el +++ b/org-gnosis.el @@ -313,7 +313,7 @@ If called with ARG do not initialize the database." org-gnosis-dir)))) (find-file file) (unless (file-exists-p file) - (insert (format "#+title: %s\n#+filetags:\n" title)) + (insert (format "#+title: %s\n#+filetags: \n" title)) (org-id-get-create) (and extras (insert extras)) (org-mode) |