emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Kyle Meyer <kyle@kyleam.com>
To: Johann Spies <johann.spies@gmail.com>
Cc: emacs-orgmode@gnu.org
Subject: Re: Archiving?
Date: Thu, 11 Feb 2016 11:53:15 -0500	[thread overview]
Message-ID: <87k2mbyyro.fsf@kyleam.com> (raw)
In-Reply-To: <CAGZ55DRLtT3-2-b4mfTmZj_bUAb57sntodzhCUES8DtggjmTuQ@mail.gmail.com> (Johann Spies's message of "Thu, 11 Feb 2016 15:01:15 +0200")

Johann Spies <johann.spies@gmail.com> 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

      reply	other threads:[~2016-02-11 16:53 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-02-09 12:30 Archiving? Johann Spies
2016-02-09 16:28 ` Archiving? Kyle Meyer
2016-02-11 13:01   ` Archiving? Johann Spies
2016-02-11 16:53     ` Kyle Meyer [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87k2mbyyro.fsf@kyleam.com \
    --to=kyle@kyleam.com \
    --cc=emacs-orgmode@gnu.org \
    --cc=johann.spies@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).