emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/org 749368f 4/8: org-manual.el: Restore `load-path' for


From: ELPA Syncer
Subject: [elpa] externals/org 749368f 4/8: org-manual.el: Restore `load-path' for git version
Date: Sat, 2 Oct 2021 13:57:33 -0400 (EDT)

branch: externals/org
commit 749368f4f099fbb9777836b35512c298e1fe1c68
Author: Max Nikulin <manikulin@gmail.com>
Commit: Bastien <bzg@gnu.org>

    org-manual.el: Restore `load-path' for git version
    
    * doc/org-manual.org (Using Org's git repository): Add example of
    `load-path' adjustment that was earlier in the previous section
    and was removed by commit f9cdda8234, so 'above' became a dangling
    reference.
---
 doc/org-manual.org | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/doc/org-manual.org b/doc/org-manual.org
index 4366315..d96f9fb 100644
--- a/doc/org-manual.org
+++ b/doc/org-manual.org
@@ -121,8 +121,11 @@ Note that in this case, =make autoloads= is mandatory: it 
defines
 Org's version in =org-version.el= and Org's autoloads in
 =org-loaddefs.el=.
 
-Remember to add the correct load path as described in the method
-above.
+Make sure you set the load path correctly in your Emacs init file:
+
+#+begin_src emacs-lisp
+(add-to-list 'load-path "~/src/org-mode/lisp")
+#+end_src
 
 You can also compile with =make=, generate the documentation with
 =make doc=, create a local configuration with =make config= and



reply via email to

[Prev in Thread] Current Thread [Next in Thread]