emacs - Updating infopath for org-mode -
with emacs24 i'm using org-mode 8.2.8 installed tar.gz file available on orgmode.org.
i'm trying infopath loaded c-h i m org mode ret give me org manual.
the org faq mentions two methods - both of create reference /path/to/org-mode/info
there isn't info
directory in 8.2.8 org-mode root directory, doc
directory.
compiling org-mode 8.2.8 make
command org-mode 8.2.8 root directory builds file /usr/share/org seemingly contains manual org 8.2.8 i'm not able load neither methods mentioned in faq.
note: i've asked question. in case using version of org-mode shipped emacs24 , apt-get install emacs24-common-non-dfsg
got me man pages. different case in i'm using version of org-mode default.
the doc directory contains org.texi. add together info-directory-list.
(add-to-list 'info-directory-list "/path/to/org-mode/doc")
if info hasn't been loaded yet, use
(eval-after-load "info" '(progn (info-initialize) (add-to-list 'info-directory-list "/path/to/org-mode/doc")))
or
(add-to-list 'info-default-directory-list "/path/to/org-mode/doc")
emacs elisp org-mode man info
No comments:
Post a Comment