From mboxrd@z Thu Jan 1 00:00:00 1970 From: tsd@tsdye.com (Thomas S. Dye) Subject: Re: The Org Package Date: Sun, 13 Apr 2014 14:15:04 -1000 Message-ID: References: <86ob07e0r9.fsf@gmail.com> <87k3atiuab.fsf@Rainer.invalid> <86tx9w7tlu.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:44969) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WZUYV-0001zy-Hr for emacs-orgmode@gnu.org; Sun, 13 Apr 2014 20:15:29 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WZUYP-0007Jv-GU for emacs-orgmode@gnu.org; Sun, 13 Apr 2014 20:15:23 -0400 Received: from gproxy4-pub.mail.unifiedlayer.com ([69.89.23.142]:59627) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1WZUYP-0007Iw-9k for emacs-orgmode@gnu.org; Sun, 13 Apr 2014 20:15:17 -0400 In-Reply-To: <86tx9w7tlu.fsf@gmail.com> (David Masterson's message of "Sun, 13 Apr 2014 15:27:41 -0700") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: David Masterson Cc: emacs-orgmode@gnu.org David Masterson writes: > Achim Gratz writes: > >> David Masterson writes: >>> Something doesn't seem right and I'm sure I'm missing some key in >>> understanding how its supposed to work. What I see right now seems like >>> something doesn't match up -- particularly with the Org package: >>> >>> 1. Most modern Emacs have Org pre-installed. >>> 2. Unfortunately, that Org is not up-to-date (24.3 has 7.9.3f). >>> 3. Therefore, installing the latest Org package seems natural. >> >> The pitfall here is that you _must_ do the first install of the Org >> package from an Emacs that didn't load any part of the built-in Org. > > What does this mean? Does this mean you expect people to build Emacs > from scratch just to ensure they do not have Org built-in? I believe it means the installation must be done from an Emacs instance that hasn't loaded any Org mode functions yet. You must make sure there are no =3DOrg-mode=3D functions loaded while the update is done. For that, exit Emacs and then run Emacs without loading your =3D.emacs=3D (=3DEmacs -Q=3D). Remove the old =3DOrg-mode=3D #+BEGIN_SRC sh rm -rf ~/.emacs.d/elpa/org-=E2=80=9DTab=E2=80=9D #+END_SRC where =3DTab=3D means press =3DTab=3D to see and auto complete the old =3DOrg-mode=3D directory you want to remove. Finally, update =3DOrg-mode= =3D (=3DM-x package-install RET org RET=3D) and restart Emacs as usual. See http://nickhigham.wordpress.com/2013/07/05/emacs-org-mode-version-8/ hth, Tom --=20 Thomas S. Dye http://www.tsdye.com