Deploying to gh-pages from @ 16c520068b 🚀

This commit is contained in:
zaeph
2020-11-13 13:23:38 +00:00
parent 7db3e30f65
commit df43591ad7
3 changed files with 6 additions and 6 deletions

View File

@@ -1847,14 +1847,14 @@ specifying the outline-path to a heading:
"* %?"
:file-name "daily/%<%Y-%m-%d>"
:head "#+title: %<%Y-%m-%d>\n"
:olp ("Journal"))
:olp ("Lab notes"))
("j" "journal" entry
#'org-roam-capture--get-point
"* %?"
:file-name "daily/%<%Y-%m-%d>"
:head "#+title: %<%Y-%m-%d>\n"
:olp ("Lab notes"))))
:olp ("Journal"))))
</pre></div>
<p>The template <code>l</code> will put its notes under the heading Lab notes, and the

View File

@@ -1124,14 +1124,14 @@ specifying the outline-path to a heading:
"* %?"
:file-name "daily/%<%Y-%m-%d>"
:head "#+title: %<%Y-%m-%d>\n"
:olp ("Journal"))
:olp ("Lab notes"))
("j" "journal" entry
#'org-roam-capture--get-point
"* %?"
:file-name "daily/%<%Y-%m-%d>"
:head "#+title: %<%Y-%m-%d>\n"
:olp ("Lab notes"))))
:olp ("Journal"))))
#+end_src
The template ~l~ will put its notes under the heading Lab notes, and the

View File

@@ -1526,14 +1526,14 @@ specifying the outline-path to a heading:
"* %?"
:file-name "daily/%<%Y-%m-%d>"
:head "#+title: %<%Y-%m-%d>\n"
:olp ("Journal"))
:olp ("Lab notes"))
("j" "journal" entry
#'org-roam-capture--get-point
"* %?"
:file-name "daily/%<%Y-%m-%d>"
:head "#+title: %<%Y-%m-%d>\n"
:olp ("Lab notes"))))
:olp ("Journal"))))
@end lisp
The template @code{l} will put its notes under the heading Lab notes, and the