From mboxrd@z Thu Jan 1 00:00:00 1970 From: phillip.lord@newcastle.ac.uk (Phillip Lord) Subject: Re: Multi-file and master files Date: Wed, 01 Oct 2014 15:40:29 +0100 Message-ID: <87h9zndfaa.fsf@newcastle.ac.uk> References: <87d2acf9w1.fsf@newcastle.ac.uk> <871tqsjh5x.fsf@gmx.us> <87vbo4dmto.fsf@newcastle.ac.uk> <877g0kx9fi.fsf@gmx.us> <87h9zodjvw.fsf@newcastle.ac.uk> <8738b7yl7e.fsf@gmx.us> 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]:55843) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XZL51-0000Y7-Uq for emacs-orgmode@gnu.org; Wed, 01 Oct 2014 10:40:40 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XZL4x-0006n5-PX for emacs-orgmode@gnu.org; Wed, 01 Oct 2014 10:40:35 -0400 Received: from cheviot22.ncl.ac.uk ([128.240.234.22]:45294) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XZL4x-0006mr-Ho for emacs-orgmode@gnu.org; Wed, 01 Oct 2014 10:40:31 -0400 In-Reply-To: <8738b7yl7e.fsf@gmx.us> (rasmus@gmx.us's message of "Wed, 1 Oct 2014 15:27:01 +0200") 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: Rasmus Cc: emacs-orgmode@gnu.org Rasmus writes: > phillip.lord@newcastle.ac.uk (Phillip Lord) writes: > >> Hmmm. I seem to have trashed by org install by loading from ELPA; >> currently, interactively, I can't export at all. > > Do C-h f on some org functions and check that they are from the elpa > installation. > > See also: > > http://orgmode.org/org.html#Installation > > Namely: >> Important: you need to do this in a session where no .org file has >> been visited, i.e. where no Org built-in function have been >> loaded. Otherwise autoload Org functions will mess up the >> installation. > > If you didn't adhere to this, maybe try to delete your > ~/.emacs.d/elpa/org... and try installing again from emacs -q. Oh dear, yes, forgot to restart after org updated. >> It's still working through by batch process which is using cask and >> probably has a different version of org. > > I don't understand what you're trying to say here. Cask is a command line tool that I use for doing installs from ELPA while doing continuous integration, and some batch processes. So the org-mode that I am using in my interactive emacs and the one that is being used in my unit tests can be different. > >> Is there a stable org-mode package repo? At the moment, both ELPA and >> the org-mode repo appear to be bleeding egde... > > Yeah, it's the maint branch in the git repo. Are you sure that > org-elpa isn't using maint? > > http://orgmode.org/elpa.html from org/archive-contents (1 (org . [(20140929) ( ) "Outline-based notes management and = organizer" tar]) (org-plus-contrib . [(20140929) ( ) "Outline-based notes management and = organizer" tar])) from elpa/archive-contents (org . [(20140929) nil "Outline-based notes management and organizer" tar nil]) Far as I can tell both ELPA and the Org elpa repo have the same version, and it's recent and fast updated. The Download and Install info on orgmode.org says... Stable version 8.2.7c (Jui. 2014) =E2=80=94 tar.gz or zip (release notes). Development version (cgit): ~$ git clone git://orgmode.org/org-mode.git M-x list-packages RET (see Org ELPA)=20 i.e. ELPA is on dailies. Slightly confusing. I would have expected ELPA to do a stable install, and then git for those wanting the bleeding edge. Is the only purpose for the org-mode ELPA to hold plus-contrib which probably includes no FSF assigned code? I can do a git based install if I have to, but would rather not if I don't! > BTW: I now see the bug you are talking about (missing footnotes for > second file) when I start with emacs -Q, i.e. using the org version > shipped with Emacs. Okay, I will check this more carefully! Thanks for the help. Phil