From mboxrd@z Thu Jan 1 00:00:00 1970 From: Scot Becker Subject: Re: how to upgrade org-mode version? Date: Thu, 10 Jun 2010 08:37:10 +0100 Message-ID: References: Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2097902694==" Return-path: Received: from [140.186.70.92] (port=57995 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OMcLQ-0008TY-NL for emacs-orgmode@gnu.org; Thu, 10 Jun 2010 03:41:54 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OMcKR-0004r5-JC for emacs-orgmode@gnu.org; Thu, 10 Jun 2010 03:37:32 -0400 Received: from mail-vw0-f41.google.com ([209.85.212.41]:58908) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OMcKR-0004qu-GW for emacs-orgmode@gnu.org; Thu, 10 Jun 2010 03:37:31 -0400 Received: by vws8 with SMTP id 8so1681470vws.0 for ; Thu, 10 Jun 2010 00:37:30 -0700 (PDT) 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: Kristofer Bergstrom Cc: emacs-orgmode@gnu.org --===============2097902694== Content-Type: multipart/alternative; boundary=001485f9a73e49a7930488a81843 --001485f9a73e49a7930488a81843 Content-Type: text/plain; charset=ISO-8859-1 Kris, You may have discovered this in the meantime, but I gave you the wrong line for adding the org documentation to your info-path in emacs (so that M-x org-info gets you to the latest docs). It's not (add-to-list 'Info-default-directory-list "/path/to/org/doc") but: (add-to-list 'Info-directory-list "/path/to/org/doc") I don't know how long this has been broken in my own setup, but I just noticed it and thought I'd correct my advice to you. If you actually install org mode to a place that the info commands can find (/usr/local perhaps) you don't need this. But I just put the org repository right in my ~/.emacs.d/vendor/ directory, compile it in place, and leave it there. As long as I add the right paths to the org-mode/lisp and org-mode/doc, everything works. If you use stuff from the org contrib directory, you can also do: (add-to-list 'load-path "/home/you/newpath/org-mode/contrib/lisp") Scot --001485f9a73e49a7930488a81843 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Kris,

You may have discovered this in the meantime, but I gave you the wrong=20 line for adding the org documentation to your info-path in emacs (so=20 that M-x org-info gets you to the latest docs).=A0 It's not

=A0(add-to-list 'Info-default-directory-list "/path/to/org/doc&quo= t;)

but:

=A0(add-to-list 'Info-directory-list "/path/to/org/doc")

I don't know how long this has been broken in my own setup, but I just= =20 noticed it and thought I'd correct my advice to you.=A0 If you actually= =20 install org mode to a place that the info commands can find (/usr/local=20 perhaps) you don't need this.=A0 But I just put the org repository righ= t=20 in my ~/.emacs.d/vendor/ directory, compile it in place, and leave it=20 there.=A0 As long as I add the right paths to the org-mode/lisp and=20 org-mode/doc, everything works.=A0=A0

If you use stuff from the org contrib directory, you can also do:

(add-to-list 'load-path "/home/you/newpath/org-mode/contrib/lisp&q= uot;)


Scot
--001485f9a73e49a7930488a81843-- --===============2097902694== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode --===============2097902694==--