From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Re: Ringing the alarm bell in orgmode Date: Tue, 06 Nov 2007 16:47:07 +0000 Message-ID: <87abpr48z8.fsf@bzg.ath.cx> References: <874pfz4slg.fsf@bzg.ath.cx> <87640f8nd4.fsf@bzg.ath.cx> <874pfz5qlp.fsf@bzg.ath.cx> <41c818190711060716p795fb91v9a3b899624a8a21d@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IpQeD-0002Uv-Tg for emacs-orgmode@gnu.org; Tue, 06 Nov 2007 10:47:25 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IpQeC-0002SS-EJ for emacs-orgmode@gnu.org; Tue, 06 Nov 2007 10:47:25 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IpQeC-0002SG-BT for emacs-orgmode@gnu.org; Tue, 06 Nov 2007 10:47:24 -0500 Received: from an-out-0708.google.com ([209.85.132.249]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IpQeC-0005fr-5L for emacs-orgmode@gnu.org; Tue, 06 Nov 2007 10:47:24 -0500 Received: by an-out-0708.google.com with SMTP id c38so267516ana for ; Tue, 06 Nov 2007 07:47:23 -0800 (PST) In-Reply-To: <41c818190711060716p795fb91v9a3b899624a8a21d@mail.gmail.com> (William Henney's message of "Tue, 6 Nov 2007 09:16:21 -0600") 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@gnu.org "William Henney" writes: > For instance, I have totally failed to work out how I can tell it > where my org info files are, with the result that it always shows me > the old version that comes with my emacs (currently 4.67). I have > tried setting Info-default-directory-list and Info-directory-list, but > all to no avail. Has anyone else had this problem? I use the script Pete sent a while a go update org-mode automatically. It fetches uncompress and untar the tarball archive. It copies the org info file (which name is really "org") to the local ~/info/ directory where I keep latest version of Info files. Then I have this is my .emacs.el: (add-to-list 'Info-default-directory-list "~/info/") And the info page is correct. Does that help? -- Bastien