From 195669ad10519e708fafeb6aa404604affff1fc7 Mon Sep 17 00:00:00 2001 From: Jethro Kuan Date: Sat, 30 May 2020 19:04:42 +0800 Subject: [PATCH] (docs): Add missing Org package-install instructions (#734) --- doc/org-roam.org | 15 ++++++++++++--- doc/org-roam.texi | 6 +----- 2 files changed, 13 insertions(+), 8 deletions(-) diff --git a/doc/org-roam.org b/doc/org-roam.org index 1c75cbd..e6dfa03 100644 --- a/doc/org-roam.org +++ b/doc/org-roam.org @@ -63,7 +63,10 @@ development repository. ** Installing from MELPA -Org-roam is available from Melpa and Melpa-Stable. If you haven't used Emacs' package manager before, you may familiarize yourself with it by reading the documentation in the Emacs manual, see info:emacs#Packages. Then, add one of the archives to =package-archives=: +Org-roam is available from Melpa and Melpa-Stable. If you haven't used Emacs' +package manager before, you may familiarize yourself with it by reading the +documentation in the Emacs manual, see info:emacs#Packages. Then, add one of the +archives to =package-archives=: - To use Melpa: @@ -81,6 +84,13 @@ Org-roam is available from Melpa and Melpa-Stable. If you haven't used Emacs' pa '("melpa-stable" . "http://stable.melpa.org/packages/") t) #+END_SRC +Org-roam also depends on a recent version of Org, which can be obtained in Org's +package repository (see info:org#Installation). To use Org's ELPA archive: + +#+BEGIN_SRC emacs-lisp +(add-to-list 'package-archives '("org" . "https://orgmode.org/elpa/") t) +#+END_SRC + Once you have added your preferred archive, you need to update the local package list using: @@ -974,9 +984,8 @@ All files within that directory will be treated as their own separate set of Org-roam files. Remember to run =org-roam-db-build-cache= from a file within that directory, at least once. -* _ :ignore: # Local Variables: -# eval: (refill-mode +1) +# eval: (require 'ol-info) # before-save-hook: org-make-toc # after-save-hook: (lambda nil (progn (require 'ox-texinfo nil t) (org-texinfo-export-to-info))) # indent-tabs-mode: nil diff --git a/doc/org-roam.texi b/doc/org-roam.texi index 1244d39..a209b13 100644 --- a/doc/org-roam.texi +++ b/doc/org-roam.texi @@ -78,7 +78,6 @@ General Public License for more details. * Diagnosing and Repairing Files:: * Appendix:: * FAQ:: -* _: _ (1). @detailmenu --- The Detailed Node Listing --- @@ -190,7 +189,7 @@ development repository. @node Installing from MELPA @section Installing from MELPA -Org-roam is available from Melpa and Melpa-Stable. If you haven't used Emacs' package manager before, you may familiarize yourself with it by reading the documentation in the Emacs manual, see info:emacs#Packages. Then, add one of the archives to @samp{package-archives}: +Org-roam is available from Melpa and Melpa-Stable. If you haven't used Emacs' package manager before, you may familiarize yourself with it by reading the documentation in the Emacs manual, see @ref{Packages,,,emacs,}. Then, add one of the archives to @samp{package-archives}: @itemize @item @@ -1284,8 +1283,5 @@ All files within that directory will be treated as their own separate set of Org-roam files. Remember to run @samp{org-roam-db-build-cache} from a file within that directory, at least once. -@node _ (1) -@chapter _ :ignore: - Emacs 28.0.50 (Org mode 9.4) @bye