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)