From mboxrd@z Thu Jan 1 00:00:00 1970 From: Gian-Maria =?ISO-8859-1?Q?Daffr=E9?= Subject: Error during org-export Date: Fri, 27 Oct 2017 14:04:52 +0200 Message-ID: <1509105892.22225.6.camel@giammi.org> 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]:57198) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1e83QI-00075N-UE for emacs-orgmode@gnu.org; Fri, 27 Oct 2017 08:07:39 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1e83QF-0005Dx-PJ for emacs-orgmode@gnu.org; Fri, 27 Oct 2017 08:07:38 -0400 Received: from giammi.com ([139.162.184.62]:45128) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1e83QF-0005CN-JE for emacs-orgmode@gnu.org; Fri, 27 Oct 2017 08:07:35 -0400 Received: from x200 (62-167-236-20.static.adslpremium.ch [62.167.236.20]) by giammi.com (Postfix) with ESMTPSA id 7A863119DCF for ; Fri, 27 Oct 2017 14:07:32 +0200 (CEST) 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: emacs-orgmode@gnu.org Hello, I am currently on the following org-mode version Org mode version 9.1.2 (9.1.2-22-ga2a034-elpa @ /home/giammi/.emacs.d/elpa/org-20171023/) GNU Emacs 25.1.1 (x86_64-pc-linux-gnu, GTK+ Version 3.22.11) of 2017- 09-15, modified by Debian If I create a simple heading like * Hello Test and then try to export as latex/pdf from org-mode (C-c C-e l o) I get the following error. Debugger entered--Lisp error: (void-variable element-property) =C2=A0 org-element--parse-elements(1 16 first-section nil nil nil (org-da= ta nil)) =C2=A0 org-element-parse-buffer(nil nil) =C2=A0 org-export-as(latex nil nil nil (:output-file "test_latex.tex")) =C2=A0 org-export-to-file(latex "test_latex.tex" nil nil nil nil nil #[25= 7 "\300=01!\207" [org-latex-compile] 3 "\n\n(fn FILE)"]) =C2=A0 org-latex-export-to-pdf(nil nil nil nil) =C2=A0 (org-open-file (org-latex-export-to-pdf nil s v b)) =C2=A0 (if a (org-latex-export-to-pdf t s v b) (org-open-file (org-latex- export-to-pdf nil s v b))) =C2=A0 (lambda (a s v b) (if a (org-latex-export-to-pdf t s v b) (org-ope= n- file (org-latex-export-to-pdf nil s v b))))(nil nil nil nil) =C2=A0 org-export-dispatch(nil) =C2=A0 funcall-interactively(org-export-dispatch nil) =C2=A0 call-interactively(org-export-dispatch nil nil) =C2=A0 command-execute(org-export-dispatch) I am looking for any hints on how to solve this problem. Thanks