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: Sat, 28 Oct 2017 12:39:08 +0200 Message-ID: <1509187148.29725.5.camel@giammi.org> References: <1509105892.22225.6.camel@giammi.org> <87a80by6b5.fsf@nicolasgoaziou.fr> 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]:37707) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1e8OWQ-0006kV-0J for emacs-orgmode@gnu.org; Sat, 28 Oct 2017 06:39:22 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1e8OWL-0005Os-5a for emacs-orgmode@gnu.org; Sat, 28 Oct 2017 06:39:22 -0400 Received: from giammi.com ([139.162.184.62]:47052) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1e8OWK-0005OC-V7 for emacs-orgmode@gnu.org; Sat, 28 Oct 2017 06:39:17 -0400 In-Reply-To: <87a80by6b5.fsf@nicolasgoaziou.fr> 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: Nicolas Goaziou Cc: emacs-orgmode@gnu.org Hello Nicolas, On Sat, 2017-10-28 at 11:23 +0200, Nicolas Goaziou wrote: > Hello, >=20 > Gian-Maria Daffr=C3=A9 writes: >=20 > > If I create a simple heading like > > * Hello > > Test > >=20 > > and then try to export as latex/pdf from org-mode (C-c C-e l o) I > > get > > the following error. > >=20 > > Debugger entered--Lisp error: (void-variable element-property) >=20 > FWIW, I cannot reproduce it. You may want to check your configuration > file. Thanks for your reply. If I use a completely empty .emacs file, then I get the error message. If I start with emacs -Q, then I can export the file without problem.