branch: externals/org-gnosis
commit 2bdd2247b4041f47b7c60cd1829f404ed659c48d
Author: Thanos Apollo <[email protected]>
Commit: Thanos Apollo <[email protected]>
[fix] Add space for filetags.
* Add space to properly insert filetags.
---
org-gnosis.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/org-gnosis.el b/org-gnosis.el
index e93dde2978..65175fd29f 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)