From mboxrd@z Thu Jan 1 00:00:00 1970 From: Gian-Maria =?ISO-8859-1?Q?Daffr=E9?= Subject: Error during export Date: Fri, 27 Oct 2017 10:36:50 +0200 Message-ID: <1509093410.12078.2.camel@giammi.com> Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="=-0ypn+CvMumjDi3BsBKah" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:52003) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1e808P-0007Xd-Py for emacs-orgmode@gnu.org; Fri, 27 Oct 2017 04:36:58 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1e808M-0002nj-Kd for emacs-orgmode@gnu.org; Fri, 27 Oct 2017 04:36:57 -0400 Received: from giammi.com ([139.162.184.62]:44632) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1e808M-0002n6-Df for emacs-orgmode@gnu.org; Fri, 27 Oct 2017 04:36:54 -0400 Received: from x200 (62-167-236-20.static.adslpremium.ch [62.167.236.20]) by giammi.com (Postfix) with ESMTPSA id 25614119DCF for ; Fri, 27 Oct 2017 10:36:50 +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 --=-0ypn+CvMumjDi3BsBKah Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable 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 --=-0ypn+CvMumjDi3BsBKah Content-Type: text/html; charset="utf-8" Content-Transfer-Encoding: quoted-printable
Hello,

I am currentl= y on the following org-mode version

Org mode versi= on 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 enter= ed--Lisp error: (void-variable element-property)
  org-eleme= nt--parse-elements(1 16 first-section nil nil nil (org-data nil))
  org-element-parse-buffer(nil nil)
  org-export-as(la= tex nil nil nil (:output-file "test_latex.tex"))
  org-expor= t-to-file(latex "test_latex.tex" nil nil nil nil nil #[257 "\300=01!\207" [= org-latex-compile] 3 "\n\n(fn FILE)"])
  org-latex-export-to= -pdf(nil nil nil nil)
  (org-open-file (org-latex-export-to-= pdf nil s v b))
  (if a (org-latex-export-to-pdf t s v b) (o= rg-open-file (org-latex-export-to-pdf nil s v b)))
  (lambda= (a s v b) (if a (org-latex-export-to-pdf t s v b) (org-open-file (org-late= x-export-to-pdf nil s v b))))(nil nil nil nil)
  org-export-= dispatch(nil)
  funcall-interactively(org-export-dispatch ni= l)
  call-interactively(org-export-dispatch nil nil)
  command-execute(org-export-dispatch)

I a= m looking for any hints on how to solve this problem. Thanks
--=-0ypn+CvMumjDi3BsBKah--