From 2157e8f144e8f11ed9993d20ce8d773aa79c0eef Mon Sep 17 00:00:00 2001 From: mez Date: Mon, 5 May 2025 19:07:33 +0100 Subject: [PATCH] Modify capture template for website posts --- custom/capture.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/custom/capture.el b/custom/capture.el index b564ed0..2bf1d39 100644 --- a/custom/capture.el +++ b/custom/capture.el @@ -106,10 +106,10 @@ "Find or create heading for website posts" (filedate) (goto-char (point-min)) - (if (not (search-forward "* post" nil t)) + (if (not (search-forward "* site" nil t)) (progn (goto-char (point-max)) - (insert "* post")))) + (insert "* site")))) (defun therating () "Rate some media" @@ -223,7 +223,7 @@ :jump-to-captured t) ("w" "Website post" entry (file+function "" findweb) - "* %^{Title}\n%?" + "* %^{Title} :post:\n%?" :jump-to-captured t) ("1" "Completed game" entry (file+function "" findhundred)