From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nathan Neff Subject: Re: Info file org does not exist Date: Tue, 18 Jan 2011 09:35:29 -0600 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Return-path: Received: from [140.186.70.92] (port=33488 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PfDan-00017C-4E for emacs-orgmode@gnu.org; Tue, 18 Jan 2011 10:35:34 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PfDal-0006Ot-TK for emacs-orgmode@gnu.org; Tue, 18 Jan 2011 10:35:32 -0500 Received: from mail-bw0-f41.google.com ([209.85.214.41]:35939) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PfDal-0006Oh-Ke for emacs-orgmode@gnu.org; Tue, 18 Jan 2011 10:35:31 -0500 Received: by bwz16 with SMTP id 16so3517860bwz.0 for ; Tue, 18 Jan 2011 07:35:30 -0800 (PST) In-Reply-To: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org 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 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 director= y, 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 targ= ets: > > 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? =A0I'm running Crunchbang Linux, which is Debian-based. > > Thanks, > --Nate >