(doc): Fix typo (#1272)

The `olp` option in the lab notes example was swapped.
This commit is contained in:
Alan Schmitt
2020-11-13 14:22:58 +01:00
committed by GitHub
parent b1608bf869
commit 16c520068b
2 changed files with 4 additions and 4 deletions

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