From bfbf2377aa5b2ebea510c43ceda8e85ae6ebc237 Mon Sep 17 00:00:00 2001 From: Antoine Martin Date: Mon, 13 Apr 2020 18:56:12 +0200 Subject: [PATCH] Write website capture template on one line For some reason `org-edit-special` adds a comma in the multiline string when exiting, so let's not use multiline strings. --- config.org | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/config.org b/config.org index 8b46750..8ad84a9 100644 --- a/config.org +++ b/config.org @@ -264,8 +264,7 @@ Customize the capture templates: ("w" "website" plain (function org-roam-capture--get-point) "" :file-name "websites/${slug}" - :head "#+TITLE: ${title} -#+ROAM_KEY: %x\n" + :head "#+TITLE: ${title}\n#+ROAM_KEY: %x\n" :unnarrowed t)))) #+END_SRC