Modify capture template for website posts
This commit is contained in:
parent
124c96cfdd
commit
2157e8f144
1 changed files with 3 additions and 3 deletions
|
@ -106,10 +106,10 @@
|
||||||
"Find or create heading for website posts"
|
"Find or create heading for website posts"
|
||||||
(filedate)
|
(filedate)
|
||||||
(goto-char (point-min))
|
(goto-char (point-min))
|
||||||
(if (not (search-forward "* post" nil t))
|
(if (not (search-forward "* site" nil t))
|
||||||
(progn
|
(progn
|
||||||
(goto-char (point-max))
|
(goto-char (point-max))
|
||||||
(insert "* post"))))
|
(insert "* site"))))
|
||||||
|
|
||||||
(defun therating ()
|
(defun therating ()
|
||||||
"Rate some media"
|
"Rate some media"
|
||||||
|
@ -223,7 +223,7 @@
|
||||||
:jump-to-captured t)
|
:jump-to-captured t)
|
||||||
("w" "Website post" entry
|
("w" "Website post" entry
|
||||||
(file+function "" findweb)
|
(file+function "" findweb)
|
||||||
"* %^{Title}\n%?"
|
"* %^{Title} :post:\n%?"
|
||||||
:jump-to-captured t)
|
:jump-to-captured t)
|
||||||
("1" "Completed game" entry
|
("1" "Completed game" entry
|
||||||
(file+function "" findhundred)
|
(file+function "" findhundred)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue