(docs) add details on executable-find (ref #1444)

This commit is contained in:
Jethro Kuan
2021-03-06 11:14:32 +08:00
parent 0c0d677631
commit 121e969553
2 changed files with 7 additions and 3 deletions

View File

@ -291,7 +291,7 @@ install-info /path/to/my/info/files/org-roam.info /path/to/my/info/files/dir
** Post-Installation Tasks ** Post-Installation Tasks
Org-roam requires ~sqlite3~ to be located on ~exec-path~. Please ensure that 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: that this is the case by executing:
#+BEGIN_SRC emacs-lisp #+BEGIN_SRC emacs-lisp
@ -1547,9 +1547,11 @@ are the solutions:
:END: :END:
* Footnotes * Footnotes
[fn:1] Depending on your completion framework, you may need to press TAB to [fn:1] Depending on your completion framework, you may need to press TAB to
see the list. 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]]. [fn:roam] To understand more about Roam, a collection of links are available in [[*Note-taking Workflows][Note-taking Workflows]].
# Local Variables: # Local Variables:

View File

@ -528,7 +528,9 @@ install-info /path/to/my/info/files/org-roam.info /path/to/my/info/files/dir
@section Post-Installation Tasks @section Post-Installation Tasks
Org-roam requires @code{sqlite3} to be located on @code{exec-path}. Please ensure that 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: that this is the case by executing:
@lisp @lisp