From mboxrd@z Thu Jan 1 00:00:00 1970 From: Gian-Maria =?ISO-8859-1?Q?Daffr=E9?= Subject: Re: Error during org-export Date: Tue, 31 Oct 2017 09:54:28 +0100 Message-ID: <20171031095428.c03aee5cf9e657094a5e24a8@giammi.org> References: <1509105892.22225.6.camel@giammi.org> <87a80by6b5.fsf@nicolasgoaziou.fr> <1509187148.29725.5.camel@giammi.org> <87zi8bqv12.fsf@gmail.com> <1509202685.15794.0.camel@giammi.org> <87r2tnoyxj.fsf@gmail.com> <1509263823.25947.5.camel@giammi.org> <8760ayp1rm.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:36426) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1e9SJf-0001WQ-Ih for emacs-orgmode@gnu.org; Tue, 31 Oct 2017 04:54:36 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1e9SJa-0003JI-Li for emacs-orgmode@gnu.org; Tue, 31 Oct 2017 04:54:35 -0400 Received: from giammi.com ([139.162.184.62]:52776) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1e9SJa-0003Hx-G8 for emacs-orgmode@gnu.org; Tue, 31 Oct 2017 04:54:30 -0400 In-Reply-To: <8760ayp1rm.fsf@gmail.com> 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" To: Eric S Fraga Cc: emacs-orgmode@gnu.org, Nicolas Goaziou Hello Eric, On Sun, 29 Oct 2017 12:38:37 +0000 Eric S Fraga wrote: > On Sunday, 29 Oct 2017 at 08:57, Gian-Maria Daffr=E9 wrote: >=20 > [...] >=20 > > This helped a lot... >=20 > 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. >=20 > 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? >=20 > --=20 > : 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)=20 (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,=20 I would never have found that solution by myself. Best, Giammi --=20 Gian-Maria Daffr=E9