Modify capture template for website posts

This commit is contained in:
mez 2025-05-05 19:07:33 +01:00
parent 124c96cfdd
commit 2157e8f144

View file

@ -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)