From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kyle Meyer Subject: Re: Archiving? Date: Thu, 11 Feb 2016 11:53:15 -0500 Message-ID: <87k2mbyyro.fsf@kyleam.com> References: <87si1197be.fsf@kyleam.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:54614) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aTuUg-0001uP-DQ for emacs-orgmode@gnu.org; Thu, 11 Feb 2016 11:53:27 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aTuUd-0006zJ-3D for emacs-orgmode@gnu.org; Thu, 11 Feb 2016 11:53:26 -0500 Received: from pb-smtp0.int.icgroup.com ([208.72.237.35]:50834 helo=sasl.smtp.pobox.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aTuUc-0006yy-Vj for emacs-orgmode@gnu.org; Thu, 11 Feb 2016 11:53:23 -0500 In-Reply-To: (Johann Spies's message of "Thu, 11 Feb 2016 15:01:15 +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: Johann Spies Cc: emacs-orgmode@gnu.org Johann Spies writes: > That was the correct guess. After removing .emacs.d/elpa the archiving > worked. I then reinstalled a few elpa/melpa packages - most of them ox-* > in order to enable some spesific exports. > > Now the archive is broken again. > > What do you mean by "before the builtin version of Org is loaded"? Isn't it > loaded when I start emacs? The Org that comes with your Emacs is probably version 8.2.10. Unless you do something [1] to load Org, it will not be loaded at startup: emacs -Q (featurep 'org) => nil Again, I'm just guessing here, but it sounds like you're not installing Org from ELPA, but then you're installing some ox packages from ELPA that depend on a newer Org and will pull it in. If the version of Org that comes with Emacs is already loaded when that happens, you can run into issues with a mixed installation. http://orgmode.org/worg/org-faq.html#mixed-install [1] For example, call an autoloaded Org command, visit an Org file, or explicitly load Org in your configuration. -- Kyle