mirror of
https://github.com/org-roam/org-roam
synced 2025-08-03 12:27:23 -05:00
(doc): Fix typo (#1272)
The `olp` option in the lab notes example was swapped.
This commit is contained in:
@ -1124,14 +1124,14 @@ specifying the outline-path to a heading:
|
|||||||
"* %?"
|
"* %?"
|
||||||
:file-name "daily/%<%Y-%m-%d>"
|
:file-name "daily/%<%Y-%m-%d>"
|
||||||
:head "#+title: %<%Y-%m-%d>\n"
|
:head "#+title: %<%Y-%m-%d>\n"
|
||||||
:olp ("Journal"))
|
:olp ("Lab notes"))
|
||||||
|
|
||||||
("j" "journal" entry
|
("j" "journal" entry
|
||||||
#'org-roam-capture--get-point
|
#'org-roam-capture--get-point
|
||||||
"* %?"
|
"* %?"
|
||||||
:file-name "daily/%<%Y-%m-%d>"
|
:file-name "daily/%<%Y-%m-%d>"
|
||||||
:head "#+title: %<%Y-%m-%d>\n"
|
:head "#+title: %<%Y-%m-%d>\n"
|
||||||
:olp ("Lab notes"))))
|
:olp ("Journal"))))
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
The template ~l~ will put its notes under the heading ‘Lab notes’, and the
|
The template ~l~ will put its notes under the heading ‘Lab notes’, and the
|
||||||
|
@ -1526,14 +1526,14 @@ specifying the outline-path to a heading:
|
|||||||
"* %?"
|
"* %?"
|
||||||
:file-name "daily/%<%Y-%m-%d>"
|
:file-name "daily/%<%Y-%m-%d>"
|
||||||
:head "#+title: %<%Y-%m-%d>\n"
|
:head "#+title: %<%Y-%m-%d>\n"
|
||||||
:olp ("Journal"))
|
:olp ("Lab notes"))
|
||||||
|
|
||||||
("j" "journal" entry
|
("j" "journal" entry
|
||||||
#'org-roam-capture--get-point
|
#'org-roam-capture--get-point
|
||||||
"* %?"
|
"* %?"
|
||||||
:file-name "daily/%<%Y-%m-%d>"
|
:file-name "daily/%<%Y-%m-%d>"
|
||||||
:head "#+title: %<%Y-%m-%d>\n"
|
:head "#+title: %<%Y-%m-%d>\n"
|
||||||
:olp ("Lab notes"))))
|
:olp ("Journal"))))
|
||||||
@end lisp
|
@end lisp
|
||||||
|
|
||||||
The template @code{l} will put its notes under the heading ‘Lab notes’, and the
|
The template @code{l} will put its notes under the heading ‘Lab notes’, and the
|
||||||
|
Reference in New Issue
Block a user