mirror of
https://github.com/org-roam/org-roam
synced 2025-08-01 12:17:21 -05:00
(docs) add details on executable-find (ref #1444)
This commit is contained in:
@ -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:
|
||||
|
@ -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
|
||||
|
Reference in New Issue
Block a user