emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Jambunathan K <kjambunathan@coextrix.com>
To: Jeff Horn <jrhorn424@gmail.com>
Cc: Org-mode ml <emacs-orgmode@gnu.org>
Subject: Re: Installing org-mode from git without byte-compiling
Date: Sat, 01 Jan 2011 17:53:29 +0530	[thread overview]
Message-ID: <818vz44xtq.fsf@gmail.com> (raw)
In-Reply-To: <81fwtdchir.fsf@gmail.com> (Jambunathan K.'s message of "Sat, 01 Jan 2011 11:06:12 +0530")


>> Inspecting the Makefile, I see that I probably want to make the info
>> documentation and have that installed automatically, I just don't want
>> to byte-compile the lisp.
>
> $ make doc/org
>
> The above command will create a file named 'org' in the doc directory.
>
> Once this is done alter `Info-directory-list' with the following line in
> your init file.
>
> (push "~/path/to/git/root/doc/" Info-directory-list)
>
> If you get some surprises, you can do a C-h v Info-directory-list and
> make sure that the order of the dirs is just as you want it.
>

I typed the earlier mail from memory. This is the sequence that package
manager uses:

#+begin_src emacs-lisp
      (require 'info)
      (info-initialize)
      (push pkg-dir Info-directory-list)
#+end_src

The first two lines were missing in my earlier post.

Furthermore, one can use the following to cherry pick the info file of
interest:

C-u M-x info RET doc/org

HTH,
Jambunathan K.

  parent reply	other threads:[~2011-01-01 12:23 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-12-31 18:43 Installing org-mode from git without byte-compiling Jeff Horn
2010-12-31 20:41 ` Bernt Hansen
2011-01-01  5:36 ` Jambunathan K
2011-01-01  9:58   ` Ian Barton
2011-01-01 10:11     ` Ian Barton
2011-01-01 15:15       ` Nick Dokos
2011-01-14  8:20     ` Jeff Horn
2011-01-01 12:23   ` Jambunathan K [this message]
2011-01-03 11:29 ` Noorul Islam K M

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

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=818vz44xtq.fsf@gmail.com \
    --to=kjambunathan@coextrix.com \
    --cc=emacs-orgmode@gnu.org \
    --cc=jrhorn424@gmail.com \
    /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 public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).