summaryrefslogtreecommitdiff
path: root/org-gnosis.el
diff options
context:
space:
mode:
Diffstat (limited to 'org-gnosis.el')
-rw-r--r--org-gnosis.el2
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)