diff --git a/doc/org-roam.org b/doc/org-roam.org index 3b61db8..b621271 100644 --- a/doc/org-roam.org +++ b/doc/org-roam.org @@ -291,7 +291,7 @@ install-info /path/to/my/info/files/org-roam.info /path/to/my/info/files/dir ** Post-Installation Tasks Org-roam requires ~sqlite3~ to be located on ~exec-path~. Please ensure that -~sqlite3~ is installed appropriately on your operating system. You can verify +~sqlite3~ is installed appropriately on your operating system. You can verify [fn:2] that this is the case by executing: #+BEGIN_SRC emacs-lisp @@ -1547,9 +1547,11 @@ are the solutions: :END: * Footnotes - [fn:1] Depending on your completion framework, you may need to press TAB to see the list. +[fn:2] Two easy ways to evaluate elisp: 1) Place the cursor after the closing +paren and run =M-x eval-last-sexp RET= or 2) Press =C-c C-c= with your cursor in +an Org file code block (like =#+BEGIN_SRC emacs-lisp=). [fn:roam] To understand more about Roam, a collection of links are available in [[*Note-taking Workflows][Note-taking Workflows]]. # Local Variables: diff --git a/doc/org-roam.texi b/doc/org-roam.texi index 0ce484a..35bbd18 100644 --- a/doc/org-roam.texi +++ b/doc/org-roam.texi @@ -528,7 +528,9 @@ install-info /path/to/my/info/files/org-roam.info /path/to/my/info/files/dir @section Post-Installation Tasks Org-roam requires @code{sqlite3} to be located on @code{exec-path}. Please ensure that -@code{sqlite3} is installed appropriately on your operating system. You can verify +@code{sqlite3} is installed appropriately on your operating system. You can verify @footnote{Two easy ways to evaluate elisp: 1) Place the cursor after the closing +paren and run @samp{M-x eval-last-sexp RET} or 2) Press @samp{C-c C-c} with your cursor in +an Org file code block (like @samp{#+BEGIN_SRC emacs-lisp}).} that this is the case by executing: @lisp