From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nathan Neff Subject: Info file org does not exist Date: Tue, 18 Jan 2011 09:25:38 -0600 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from [140.186.70.92] (port=41517 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PfDRF-0004FD-Ff for emacs-orgmode@gnu.org; Tue, 18 Jan 2011 10:25:46 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PfDRE-000445-Au for emacs-orgmode@gnu.org; Tue, 18 Jan 2011 10:25:41 -0500 Received: from mail-bw0-f41.google.com ([209.85.214.41]:33137) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PfDRE-00043m-1J for emacs-orgmode@gnu.org; Tue, 18 Jan 2011 10:25:40 -0500 Received: by bwz16 with SMTP id 16so3507285bwz.0 for ; Tue, 18 Jan 2011 07:25:38 -0800 (PST) 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 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