From: suvayu ali <fatkasuvayu+linux@gmail.com>
To: Johan Ekh <ekh.johan@gmail.com>
Cc: emacs-orgmode@gnu.org
Subject: Re: How to update "Info Documentation"?
Date: Fri, 29 Jul 2011 12:26:32 +0200 [thread overview]
Message-ID: <CAMXnza0MhwUvgFKujY-Y2+y_gQc5EbCGS2xm7sp6xZa-KeOgrw@mail.gmail.com> (raw)
In-Reply-To: <CAMXnza3z=Y-y4WiwNag5J92Q9g9xf0TQ476TcGwhvMPGe93EFw@mail.gmail.com>
I updated the FAQ on Worg. Please give comments.
> From e64185198b26904b2edc01fae72ec1d75d4ad75c Mon Sep 17 00:00:00 2001
> From: Suvayu Ali <fatkasuvayu+linux@gmail.com>
> Date: Fri, 29 Jul 2011 12:18:55 +0200
> Subject: [PATCH] FAQ entry on how to update info files
> ---
> org-faq.org | 41 +++++++++++++++++++++++++++++++++++++++++
> 1 files changed, 41 insertions(+), 0 deletions(-)
> diff --git a/org-faq.org b/org-faq.org
> index 6c0f605..b4e21c7 100644
> --- a/org-faq.org
> +++ b/org-faq.org
> @@ -356,6 +356,47 @@ options.
> reduces the size of the repository and speeds up data access to
> the objects.
> +** How do I update the info manual pages to the latest org-mode version?
> +
> + Since org-mode already ships with Emacs, a rather common problem
> + among users is "How do I update the info documentation to the
> + latest version of org-mode?". There are three ways to achieve this:
> +
> + 1. You can set the =INFOPATH= environment variable in your login
> + script like this:
> +
> + #+begin_src shell-script :eval no
> + # ~/.bash_profile
> + export INFOPATH=/path/to/org-mode/info:$INFOPATH
> + ...
> + #+end_src
> +
> + =/path/to/org-mode/info= is wherever you install org-mode.
> +
> + 2. You can achieve the same with elisp like this:
> +
> + #+begin_src emacs-lisp :eval no
> + ;; Info directory
> + (add-to-list 'Info-default-directory-list
> + (expand-file-name "/path/to/org-mode/info"))
> + #+end_src
> +
> + 3. You can also specify this in the Makefile while installing
> + org-mode like this:
> +
> + #+begin_src makefile-gmake :eval no
> + # Where local software is found
> + prefix=/path/to/emacs-root
> + ...
> + # Where info files go.
> + infodir = $(prefix)/share/info
> + #+end_src
> +
> + After you install org-mode with =make install=, you can now
> + install the new info files with =make install-info=. Note that
> + this method _overwrites_ the old org-mode info files that is
> + distributed with your version of GNU Emacs.
> +
> ** How can I keep local changes and still track Org mode development?
> :PROPERTIES:
> :CUSTOM_ID: keeping-local-changes-current-with-Org-mode-development
> --
> 1.7.4.4
--
Suvayu
Open source is the future. It sets us free.
next prev parent reply other threads:[~2011-07-29 10:26 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-07-29 9:34 How to update "Info Documentation"? Johan Ekh
2011-07-29 9:43 ` Walter Franzini
2011-07-29 9:47 ` suvayu ali
2011-07-29 10:25 ` Jude DaShiell
2011-07-29 10:26 ` suvayu ali [this message]
2011-07-29 16:54 ` Dave Abrahams
2011-07-29 17:33 ` suvayu ali
2011-07-29 19:56 ` Dave Abrahams
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=CAMXnza0MhwUvgFKujY-Y2+y_gQc5EbCGS2xm7sp6xZa-KeOgrw@mail.gmail.com \
--to=fatkasuvayu+linux@gmail.com \
--cc=ekh.johan@gmail.com \
--cc=emacs-orgmode@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.