diff --git a/ha-capturing-notes.org b/ha-capturing-notes.org index 116748a..a083e60 100644 --- a/ha-capturing-notes.org +++ b/ha-capturing-notes.org @@ -64,7 +64,7 @@ Capturing text into the =org-default-notes-file= is something I don't do much: (add-to-list 'org-capture-templates '("w" "Website Announcement" entry (file+function "~/website/index.org" ha-first-header) - (file "~/.spacemacs.d/templates/website-announcement.org") + (file "~/templates/website-announcement.org") :empty-lines 1)) #+end_src Before we go too far, we should create a publishing file for the website announcement, and something for the journal. diff --git a/templates/website-announcement.org b/templates/website-announcement.org new file mode 100644 index 0000000..6b10e03 --- /dev/null +++ b/templates/website-announcement.org @@ -0,0 +1,10 @@ +* %? + :PROPERTIES: + :PUBDATE: %t + :END: + #+HTML:
%<%e %b %Y>
+ + %i + + [[%F][Read more...] + ↑ Fix that reference...