emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Nick Dokos <nicholas.dokos@hp.com>
To: Nathan Neff <nathan.neff@gmail.com>
Cc: nicholas.dokos@hp.com, emacs-orgmode <emacs-orgmode@gnu.org>
Subject: Re: Info file org does not exist
Date: Tue, 18 Jan 2011 10:40:29 -0500	[thread overview]
Message-ID: <29270.1295365229@gamaville.dokosmarshall.org> (raw)
In-Reply-To: Message from Nathan Neff <nathan.neff@gmail.com> of "Tue, 18 Jan 2011 09:25:38 CST." <AANLkTikQQPeUburhQNaSG=49FP20KY=g+=VUbcWLb_=M@mail.gmail.com>

Nathan Neff <nathan.neff@gmail.com> wrote:

> 
> I apologize if this is a very simple question, but I'm using the
> latest org-mode and
> just switched to a Debian based distro.
> 
> I'm able to run make && sudo make install in the org-mode source directory, but
> when I go to Emacs, I don't see the Org-mode documentation when I use C-h i.
> 
> When I run M-x org-info, I get the message "Info file org does not exist".
> 
> I looked through the Makefile for org, and found several interesting targets:
> 
> install-info
> 
> and
> 
> install-info-debian
> 
> I installed the texinfo package, then tried running:
> 
> sudo make install-info
> 
> I get this message:
> This is not dpkg install-info anymore, but GNU install-info
> See the man page for ginstall-info for command line arguments
> 
> I tried running:
> 
> sudo make install-info-debian
> 
> And I get the same message as above.
> 
> Any ideas?  I'm running Crunchbang Linux, which is Debian-based.
> 

No ideas about the problem but I do have a solution that might work for you
and bypass most of the problems. I don't "install" org at all: I just add
the appropriate paths (/path/to/org/lisp and /path/to/org/contrib/lisp) to
load-path. Similarly, I don't "install" the info file: I just added the
appropriate path to INFOPATH (which is set in my .profile, which is sourced
by some gdm startup script, so its settings are valid by the time my emacs
is started - YMMV). In summary:

o Set in .profile:

  INFOPATH=/path/to/org/doc:$INFOPATH
  export INFOPATH

o In the org git directory, after every git pull:

  make info


HTH,
Nick

      parent reply	other threads:[~2011-01-18 15:41 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-01-18 15:25 Info file org does not exist Nathan Neff
2011-01-18 15:35 ` Nathan Neff
2011-01-18 15:40 ` Nick Dokos [this message]

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=29270.1295365229@gamaville.dokosmarshall.org \
    --to=nicholas.dokos@hp.com \
    --cc=emacs-orgmode@gnu.org \
    --cc=nathan.neff@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).