Browse Source

Update capture template

main
parent
commit
d95fd4dff0
  1. 4
      README.org
  2. 4
      modules/writing.el

4
README.org

@ -677,11 +677,13 @@ Organize the capture templates, this allows me to quickly dictate where each new
,#+AUTHOR: Christopher James Hayward
,#+DATE: %<%Y-%m-%d>
,#+EXPORT_FILE_NAME: ${slug}
,#+ROAM_KEY: https://chrishayward.xyz/posts/${slug}/
,#+HUGO_BASE_DIR: ../../website/
,#+HUGO_AUTO_SET_LASTMOD: t
,#+HUGO_SECTION: posts
,#+HUGO_DRAFT: true
")
("n" "Notes" plain (function org-roam-capture--get-point)
"%?"
@ -692,11 +694,13 @@ Organize the capture templates, this allows me to quickly dictate where each new
,#+TITLE: ${title}
,#+AUTHOR: Christopher James Hayward
,#+EXPORT_FILE_NAME: ${slug}
,#+ROAM_KEY: https://chrishayward.xyz/notes/${slug}/
,#+HUGO_BASE_DIR: ../../website
,#+HUGO_AUTO_SET_LASTMOD: t
,#+HUGO_SECTION: notes
,#+HUGO_DRAFT: true
")
("s" "Slides" plain (function org-roam-capture--get-point)
"%?"

4
modules/writing.el

@ -38,11 +38,13 @@
#+AUTHOR: Christopher James Hayward
#+DATE: %<%Y-%m-%d>
#+EXPORT_FILE_NAME: ${slug}
#+ROAM_KEY: https://chrishayward.xyz/posts/${slug}/
#+HUGO_BASE_DIR: ../../website/
#+HUGO_AUTO_SET_LASTMOD: t
#+HUGO_SECTION: posts
#+HUGO_DRAFT: true
")
("n" "Notes" plain (function org-roam-capture--get-point)
"%?"
@ -53,11 +55,13 @@
#+TITLE: ${title}
#+AUTHOR: Christopher James Hayward
#+EXPORT_FILE_NAME: ${slug}
#+ROAM_KEY: https://chrishayward.xyz/notes/${slug}/
#+HUGO_BASE_DIR: ../../website
#+HUGO_AUTO_SET_LASTMOD: t
#+HUGO_SECTION: notes
#+HUGO_DRAFT: true
")
("s" "Slides" plain (function org-roam-capture--get-point)
"%?"

Loading…
Cancel
Save