From 2bdd2247b4041f47b7c60cd1829f404ed659c48d Mon Sep 17 00:00:00 2001 From: Thanos Apollo Date: Fri, 6 Dec 2024 16:36:10 +0200 Subject: [fix] Add space for filetags. * Add space to properly insert filetags. --- org-gnosis.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'org-gnosis.el') 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) -- cgit v1.2.3