From 16c520068b36deed3ed127aad9abbabb90652bce Mon Sep 17 00:00:00 2001 From: Alan Schmitt Date: Fri, 13 Nov 2020 14:22:58 +0100 Subject: [PATCH] (doc): Fix typo (#1272) The `olp` option in the lab notes example was swapped. --- doc/org-roam.org | 4 ++-- doc/org-roam.texi | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/org-roam.org b/doc/org-roam.org index 51d61c1..e3f30f2 100644 --- a/doc/org-roam.org +++ b/doc/org-roam.org @@ -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 diff --git a/doc/org-roam.texi b/doc/org-roam.texi index 1fe2848..c13adb9 100644 --- a/doc/org-roam.texi +++ b/doc/org-roam.texi @@ -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