emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: "Gian-Maria Daffré" <gian-maria.daffre@giammi.org>
To: Eric S Fraga <esflists@gmail.com>
Cc: emacs-orgmode@gnu.org, Nicolas Goaziou <mail@nicolasgoaziou.fr>
Subject: Re: Error during org-export
Date: Tue, 31 Oct 2017 09:54:28 +0100	[thread overview]
Message-ID: <20171031095428.c03aee5cf9e657094a5e24a8@giammi.org> (raw)
In-Reply-To: <8760ayp1rm.fsf@gmail.com>

Hello Eric,

On Sun, 29 Oct 2017 12:38:37 +0000
Eric S Fraga <esflists@gmail.com> wrote:

> On Sunday, 29 Oct 2017 at 08:57, Gian-Maria Daffré wrote:
> 
> [...]
> 
> > This helped a lot...
> 
> Glad I could help.  However, your original problem still remains.

Agree.

> You should be able to export using the latest version of org
> (i.e. 9.1.2).  It would seem that your configuration is making reference
> to the default version of org *before* you ask for the new version.
> 
> I find that you need to have your package-initialize as the first thing
> in your .emacs to ensure that the new version of org takes
> precedence.  Have you tried doing this with v9.1.2 installed?
> 
> -- 
> : Eric S Fraga via Emacs 27.0.50, Org release_9.1.2-117-g5b2b8f

The beginning of my .emacs file looked like this:

(server-start) 
(setq package-enable-at-startup t)
(package-initialize)

Changed it now to this:
(package-initialize)
(setq package-enable-at-startup t)
(server-start)

Everything is working fine now. Thanks very much for your help, 
I would never have found that solution by myself.

Best,
Giammi

-- 
Gian-Maria Daffré <gian-maria.daffre@giammi.org>

      reply	other threads:[~2017-10-31  8:54 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-10-27 12:04 Error during org-export Gian-Maria Daffré
2017-10-28  9:23 ` Nicolas Goaziou
2017-10-28 10:39   ` Gian-Maria Daffré
2017-10-28 13:08     ` Eric S Fraga
2017-10-28 14:58       ` Gian-Maria Daffré
2017-10-28 19:27         ` Eric S Fraga
2017-10-29  7:57           ` Gian-Maria Daffré
2017-10-29 12:38             ` Eric S Fraga
2017-10-31  8:54               ` Gian-Maria Daffré [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=20171031095428.c03aee5cf9e657094a5e24a8@giammi.org \
    --to=gian-maria.daffre@giammi.org \
    --cc=emacs-orgmode@gnu.org \
    --cc=esflists@gmail.com \
    --cc=mail@nicolasgoaziou.fr \
    /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).