mirror of
https://github.com/org-roam/org-roam
synced 2025-09-18 16:06:49 -05:00
(docs): Add missing Org package-install instructions (#734)
This commit is contained in:
@@ -63,7 +63,10 @@ development repository.
|
|||||||
|
|
||||||
** Installing from MELPA
|
** 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:
|
- 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)
|
'("melpa-stable" . "http://stable.melpa.org/packages/") t)
|
||||||
#+END_SRC
|
#+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
|
Once you have added your preferred archive, you need to update the
|
||||||
local package list using:
|
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
|
set of Org-roam files. Remember to run =org-roam-db-build-cache= from a
|
||||||
file within that directory, at least once.
|
file within that directory, at least once.
|
||||||
|
|
||||||
* _ :ignore:
|
|
||||||
# Local Variables:
|
# Local Variables:
|
||||||
# eval: (refill-mode +1)
|
# eval: (require 'ol-info)
|
||||||
# before-save-hook: org-make-toc
|
# before-save-hook: org-make-toc
|
||||||
# after-save-hook: (lambda nil (progn (require 'ox-texinfo nil t) (org-texinfo-export-to-info)))
|
# after-save-hook: (lambda nil (progn (require 'ox-texinfo nil t) (org-texinfo-export-to-info)))
|
||||||
# indent-tabs-mode: nil
|
# indent-tabs-mode: nil
|
||||||
|
@@ -78,7 +78,6 @@ General Public License for more details.
|
|||||||
* Diagnosing and Repairing Files::
|
* Diagnosing and Repairing Files::
|
||||||
* Appendix::
|
* Appendix::
|
||||||
* FAQ::
|
* FAQ::
|
||||||
* _: _ (1).
|
|
||||||
|
|
||||||
@detailmenu
|
@detailmenu
|
||||||
--- The Detailed Node Listing ---
|
--- The Detailed Node Listing ---
|
||||||
@@ -190,7 +189,7 @@ development repository.
|
|||||||
@node Installing from MELPA
|
@node Installing from MELPA
|
||||||
@section 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
|
@itemize
|
||||||
@item
|
@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
|
set of Org-roam files. Remember to run @samp{org-roam-db-build-cache} from a
|
||||||
file within that directory, at least once.
|
file within that directory, at least once.
|
||||||
|
|
||||||
@node _ (1)
|
|
||||||
@chapter _ :ignore:
|
|
||||||
|
|
||||||
Emacs 28.0.50 (Org mode 9.4)
|
Emacs 28.0.50 (Org mode 9.4)
|
||||||
@bye
|
@bye
|
||||||
|
Reference in New Issue
Block a user