emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Info file org does not exist
@ 2011-01-18 15:25 Nathan Neff
  2011-01-18 15:35 ` Nathan Neff
  2011-01-18 15:40 ` Nick Dokos
  0 siblings, 2 replies; 3+ messages in thread
From: Nathan Neff @ 2011-01-18 15:25 UTC (permalink / raw)
  To: emacs-orgmode

Hello,

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.

Thanks,
--Nate

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Info file org does not exist
  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
  1 sibling, 0 replies; 3+ messages in thread
From: Nathan Neff @ 2011-01-18 15:35 UTC (permalink / raw)
  To: emacs-orgmode

That's odd, so I ran make && sudo make install, then restarted emacs,
and now it can find the org-info.

Oh well -- I guess one of the steps below worked!  Issue resolved.

--Nate

On Tue, Jan 18, 2011 at 9:25 AM, Nathan Neff <nathan.neff@gmail.com> wrote:
> Hello,
>
> 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.
>
> Thanks,
> --Nate
>

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Info file org does not exist
  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
  1 sibling, 0 replies; 3+ messages in thread
From: Nick Dokos @ 2011-01-18 15:40 UTC (permalink / raw)
  To: Nathan Neff; +Cc: nicholas.dokos, emacs-orgmode

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2011-01-18 15:41 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
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

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).