lang/org: mention org-roam's sqlite3 dependency

This commit is contained in:
Henrik Lissner 2020-07-31 01:40:36 -04:00
parent 6a64f37435
commit e58ff8ebf0
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -70,7 +70,8 @@ https://www.mfoot.com/blog/2015/11/22/literate-emacs-configuration-with-org-mode
+ =+pomodoro= Enables a pomodoro timer for clocking time on tasks. + =+pomodoro= Enables a pomodoro timer for clocking time on tasks.
+ =+present= Enables integration with reveal.js, beamer and org-tree-slide, so + =+present= Enables integration with reveal.js, beamer and org-tree-slide, so
Emacs can be used for presentations. Emacs can be used for presentations.
+ =+roam= Enables org-roam integration. + =+roam= Enables org-roam integration. This requires ~sqlite3~ to be installed
on your system.
** Plugins ** Plugins
+ [[https://github.com/hniksic/emacs-htmlize][htmlize]] + [[https://github.com/hniksic/emacs-htmlize][htmlize]]
@ -162,12 +163,13 @@ https://www.mfoot.com/blog/2015/11/22/literate-emacs-configuration-with-org-mode
Org has a few soft dependencies that you will need to make use of Org's more Org has a few soft dependencies that you will need to make use of Org's more
esoteric features: esoteric features:
+ For inline LaTeX previews, you need ~latex~ and ~dvipng~. + For inline LaTeX previews, ~latex~ and ~dvipng~ is needed.
+ For rendering GNUPlot images (with =+gnuplot= flag) you need the ~gnuplot~ + To render GNUPlot images (with =+gnuplot= flag) the ~gnuplot~ program is
program installed. needed.
+ To run babel code blocks, you need whatever dependencies those languages need. + To execute babel code blocks, you need whatever dependencies those languages
It is recommended you enable the associated =:lang= module and ensure its need. It is recommended you enable the associated =:lang= module and ensure
dependencies are met, e.g. install the =ruby= executable for ruby support. its dependencies are met, e.g. install the =ruby= executable for ruby support.
+ =org-roam= (with the =+roam= flag) requires =sqlite3= to be installed.
** MacOS ** MacOS
#+BEGIN_SRC sh #+BEGIN_SRC sh