From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rainer M Krug Subject: =?UTF-8?B?IlN5bWJvbOKAmXMgdmFsdWUgYXMgdmFyaWFibGUgaXMgdm9pZDog?= =?UTF-8?B?Y29tcGlsZSIgd2hlbiBleHBvcnQgdG8gbGF0ZXg=?= Date: Tue, 29 Sep 2015 11:11:09 +0200 Message-ID: Mime-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:44748) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZgqwY-000589-1s for emacs-orgmode@gnu.org; Tue, 29 Sep 2015 05:11:28 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZgqwT-0002EJ-RH for emacs-orgmode@gnu.org; Tue, 29 Sep 2015 05:11:25 -0400 Received: from mail-wi0-f170.google.com ([209.85.212.170]:36838) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZgqwT-0002DC-IU for emacs-orgmode@gnu.org; Tue, 29 Sep 2015 05:11:21 -0400 Received: by wicgb1 with SMTP id gb1so139365106wic.1 for ; Tue, 29 Sep 2015 02:11:21 -0700 (PDT) Received: from Rainers-MacBook-Pro.local (arn78-1-88-186-171-7.fbx.proxad.net. [88.186.171.7]) by smtp.gmail.com with ESMTPSA id lv4sm22019071wjb.43.2015.09.29.02.11.19 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 29 Sep 2015 02:11:19 -0700 (PDT) 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-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Exporting to latex of the simple file below results in an error: ,---- | mapcar: Symbol=E2=80=99s value as variable is void: compile `---- =2D-8<---------------cut here---------------start------------->8--- #+LATEX_CLASS: article #+LATEX_CLASS_OPTIONS: #+LATEX_HEADER: #+LATEX_HEADER_EXTRA: #+DESCRIPTION: #+KEYWORDS: #+SUBTITLE: #+LATEX_COMPILER: pdflatex #+DATE: \today * Emacs version #+begin_src emacs-lisp=20 (emacs-version) #+end_src #+RESULTS: : GNU Emacs 25.0.50.1 (x86_64-apple-darwin14.5.0, NS appkit-1348.17 Version= 10.10.5 (Build 14F27)) : of 2015-09-29 #+begin_src emacs-lisp (org-version) #+end_src #+RESULTS: : 8.3.1 Org-mode version 8.3.1 (release_8.3.1-283-gf6187d @ /Users/rainerkrug/.emac= s.d/org-mode/lisp/) PS: how do I get this output from a source block above? =2D-8<---------------cut here---------------end--------------->8--- ,---- | Debugger entered--Lisp error: (void-variable compile) | #[(pkg) "<\205.=00\3038\211.\205.=00\304\n <\203.=00 \202.=00 C\"?)?\= 205\".\207" [pkg third compile 3 member-ignore-case] 4](("AUTO" "inputenc"= t ("pdflatex"))) | mapcar(#[(pkg) "<\205.=00\3038\211.\205.=00\304\n <\203.=00 \202.=00 = C\"?)?\205\".\207" [pkg third compile 3 member-ignore-case] 4] (("AUTO" "i= nputenc" t ("pdflatex")) ("T1" "fontenc" t ("pdflatex")) ("" "graphicx" t) = ("" "grffile" t) ("" "longtable" nil) ("" "wrapfig" nil) ("" "rotating" nil= ) ("normalem" "ulem" t) ("" "amsmath" t) ("" "textcomp" t) ("" "amssymb" t)= ("" "capt-of" nil) ("" "hyperref" nil))) | org-latex--remove-packages((("AUTO" "inputenc" t ("pdflatex")) ("T1" "f= ontenc" t ("pdflatex")) ("" "graphicx" t) ("" "grffile" t) ("" "longtable" = nil) ("" "wrapfig" nil) ("" "rotating" nil) ("normalem" "ulem" t) ("" "amsm= ath" t) ("" "textcomp" t) ("" "amssymb" t) ("" "capt-of" nil) ("" "hyperref= " nil)) (:export-options nil :input-buffer "test.org" :input-file "/Users/r= ainerkrug/tmp/test.org" :latex-class "article" :latex-class-options "" :lat= ex-header "" :latex-header-extra "" :description nil :keywords nil :subtitl= e nil :latex-active-timestamp-format "\\textit{%s}" :latex-caption-above (t= able) :latex-classes (("article" "\\documentclass[11pt]{article}" ("\\secti= on{%s}" . "\\section*{%s}") ("\\subsection{%s}" . "\\subsection*{%s}") ("\\= subsubsection{%s}" . "\\subsubsection*{%s}") ("\\paragraph{%s}" . "\\paragr= aph*{%s}") ("\\subparagraph{%s}" . "\\subparagraph*{%s}")) ("report" "\\doc= umentclass[11pt]{report}" ("\\part{%s}" . "\\part*{%s}") ("\\chapter{%s}" .= "\\chapter*{%s}") ("\\section{%s}" . "\\section*{%s}") ("\\subsection{%s}"= . "\\subsection*{%s}") ("\\subsubsection{%s}" . "\\subsubsection*{%s}")) (= "book" "\\documentclass[11pt]{book}" ("\\part{%s}" . "\\part*{%s}") ("\\cha= pter{%s}" . "\\chapter*{%s}") ("\\section{%s}" . "\\section*{%s}") ("\\subs= ection{%s}" . "\\subsection*{%s}") ("\\subsubsection{%s}" . "\\subsubsectio= n*{%s}"))) :latex-default-figure-position "htb" :latex-default-table-enviro= nment "tabular" :latex-default-table-mode table :latex-diary-timestamp-form= at "\\textit{%s}" :latex-footnote-separator "\\textsuperscript{,}\\," :late= x-format-drawer-function (lambda (name contents) contents) :latex-format-he= adline-function org-latex-format-headline-default-function :latex-format-in= linetask-function org-latex-format-inlinetask-default-function :latex-hyper= ref-template "\\hypersetup{\n pdfauthor=3D{%a},\n pdftitle=3D{%t},\n pdfkey= words=3D{%k},\n pdfsubject=3D{%d},\n pdfcreator=3D{%c}, \n pdflang=3D{%L}}\= n" :latex-image-default-height "" :latex-image-default-option "" :latex-ima= ge-default-width ".9\\linewidth" ...)) | org-latex--make-header((:export-options nil :input-buffer "test.org" :i= nput-file "/Users/rainerkrug/tmp/test.org" :latex-class "article" :latex-cl= ass-options "" :latex-header "" :latex-header-extra "" :description nil :ke= ywords nil :subtitle nil :latex-active-timestamp-format "\\textit{%s}" :lat= ex-caption-above (table) :latex-classes (("article" "\\documentclass[11pt]{= article}" ("\\section{%s}" . "\\section*{%s}") ("\\subsection{%s}" . "\\sub= section*{%s}") ("\\subsubsection{%s}" . "\\subsubsection*{%s}") ("\\paragra= ph{%s}" . "\\paragraph*{%s}") ("\\subparagraph{%s}" . "\\subparagraph*{%s}"= )) ("report" "\\documentclass[11pt]{report}" ("\\part{%s}" . "\\part*{%s}")= ("\\chapter{%s}" . "\\chapter*{%s}") ("\\section{%s}" . "\\section*{%s}") = ("\\subsection{%s}" . "\\subsection*{%s}") ("\\subsubsection{%s}" . "\\subs= ubsection*{%s}")) ("book" "\\documentclass[11pt]{book}" ("\\part{%s}" . "\\= part*{%s}") ("\\chapter{%s}" . "\\chapter*{%s}") ("\\section{%s}" . "\\sect= ion*{%s}") ("\\subsection{%s}" . "\\subsection*{%s}") ("\\subsubsection{%s}= " . "\\subsubsection*{%s}"))) :latex-default-figure-position "htb" :latex-d= efault-table-environment "tabular" :latex-default-table-mode table :latex-d= iary-timestamp-format "\\textit{%s}" :latex-footnote-separator "\\textsuper= script{,}\\," :latex-format-drawer-function (lambda (name contents) content= s) :latex-format-headline-function org-latex-format-headline-default-functi= on :latex-format-inlinetask-function org-latex-format-inlinetask-default-fu= nction :latex-hyperref-template "\\hypersetup{\n pdfauthor=3D{%a},\n pdftit= le=3D{%t},\n pdfkeywords=3D{%k},\n pdfsubject=3D{%d},\n pdfcreator=3D{%c}, = \n pdflang=3D{%L}}\n" :latex-image-default-height "" :latex-image-default-o= ption "" :latex-image-default-width ".9\\linewidth" ...)) | org-latex-template(#("\n\\section{Emacs version}\n\\label{sec:orgheadli= ne1}\n\\lstset{language=3DLisp,label=3D ,caption=3D ,captionpos=3Db,numbers= =3Dnone}\n\\begin{lstlisting}\n (emacs-version)\n\\end{lstlisting}\n\n\\lst= set{language=3DLisp,label=3D ,caption=3D ,captionpos=3Db,numbers=3Dnone}\n\= \begin{lstlisting}\n (org-version)\n\\end{lstlisting}\n\nOrg-mode version 8= .3.1 (release\\(_{\\text{8.3.1}}\\)-283-gf6187d @ \\emph{Users/rainerkrug}.= emacs.d/org-mode/lisp/)\n\nPS: how do I get this output from a source block= above?\n" 10 23 (:parent (headline (:raw-value "Emacs version" :begin 167 = :end 436 :pre-blank 0 :contents-begin 183 :contents-end 435 :level 1 :prior= ity nil :tags nil :todo-keyword nil :todo-type nil :post-blank 1 :footnote-= section-p nil :archivedp nil :commentedp nil :post-affiliated 167 :title (#= ("Emacs version" 0 13 (:parent #2))) :parent (org-data nil (section (:begin= 1 :end 167 :contents-begin 1 :contents-end 166 :post-blank 1 :post-affilia= ted 1 :parent #4) (keyword (:key "LATEX_CLASS" :value "article" :begin 1 :e= nd 24 :post-blank 0 :post-affiliated 1 :parent #5)) (keyword (:key "LATEX_C= LASS_OPTIONS" :value "" :begin 24 :end 47 :post-blank 0 :post-affiliated 24= :parent #5)) (keyword (:key "LATEX_HEADER" :value "" :begin 47 :end 63 :po= st-blank 0 :post-affiliated 47 :parent #5)) (keyword (:key "LATEX_HEADER_EX= TRA" :value "" :begin 63 :end 85 :post-blank 0 :post-affiliated 63 :parent = #5)) (keyword (:key "DESCRIPTION" :value "" :begin 85 :end 100 :post-blank = 0 :post-affiliated 85 :parent #5)) (keyword (:key "KEYWORDS" :value "" :beg= in 100 :end 112 :post-blank 0 :post-affiliated 100 :parent #5)) (keyword (:= key "SUBTITLE" :value "" :begin 112 :end 124 :post-blank 0 :post-affiliated= 112 :parent #5)) (keyword (:key "LATEX_COMPILER" :value "pdflatex" :begin = 124 :end 151 :post-blank 0 :post-affiliated 124 :parent #5)) (keyword (:key= "DATE" :value "\\today" :begin 151 :end 166 :post-blank 0 :post-affiliated= 151 :parent #5))) #2)) (section (:begin 183 :end 436 :contents-begin 183 := contents-end 435 :post-blank 1 :post-affiliated 183 :parent #2) (src-block = (:language "emacs-lisp" :switches nil :parameters nil :begin 183 :end 234 := number-lines nil :preserve-indent nil :retain-labels t :use-labels t :label= -fmt nil :value " (emacs-version)\n" :post-blank 1 :post-affiliated 183 :pa= rent #3)) (src-block (:language "emacs-lisp" :switches nil :parameters nil = :begin 234 :end 283 :number-lines nil :preserve-indent nil :retain-labels t= :use-labels t :label-fmt nil :value " (org-version)\n" :post-blank 1 :post= -affiliated 234 :parent #3)) (paragraph (:begin 283 :end 379 :contents-begi= n 283 :contents-end 378 :post-blank 1 :post-affiliated 283 :parent #3) #("O= rg-mode version 8.3.1 (release" 0 31 (:parent #4)) (latex-math-block (:pare= nt #4 :post-blank 0) (subscript (:begin 314 :end 320 :use-brackets-p nil :c= ontents-begin 315 :contents-end 320 :post-blank 0 :parent #5) #("8.3.1" 0 5= ...))) #("-283-gf6187d @ " 0 15 (:parent #4)) (italic (:begin 335 :end 353= :contents-begin 336 :contents-end 352 :post-blank 0 :parent #4) #("Users/r= ainerkrug" 0 16 (:parent #5))) #(".emacs.d/org-mode/lisp/)\n" 0 25 (:parent= #4))) (paragraph (:begin 379 :end 435 :contents-begin 379 :contents-end 43= 5 :post-blank 0 :post-affiliated 379 :parent #3) #("PS: how do I get this o= utput from a source block above?\n" 0 56 (:parent #4)))))) 290 321 (:parent= (paragraph (:begin 283 :end 379 :contents-begin 283 :contents-end 378 :pos= t-blank 1 :post-affiliated 283 :parent (section (:begin 183 :end 436 :conte= nts-begin 183 :contents-end 435 :post-blank 1 :post-affiliated 183 :parent = (headline (:raw-value "Emacs version" :begin 167 :end 436 :pre-blank 0 :con= tents-begin 183 :contents-end 435 :level 1 :priority nil :tags nil :todo-ke= yword nil :todo-type nil :post-blank 1 :footnote-section-p nil :archivedp n= il :commentedp nil :post-affiliated 167 :title ... :parent ...) #4)) (src-b= lock (:language "emacs-lisp" :switches nil :parameters nil :begin 183 :end = 234 :number-lines nil :preserve-indent nil :retain-labels t :use-labels t := label-fmt nil :value " (emacs-version)\n" :post-blank 1 :post-affiliated 18= 3 :parent #4)) (src-block (:language "emacs-lisp" :switches nil :parameters= nil :begin 234 :end 283 :number-lines nil :preserve-indent nil :retain-lab= els t :use-labels t :label-fmt nil :value " (org-version)\n" :post-blank 1 = :post-affiliated 234 :parent #4)) #2 (paragraph (:begin 379 :end 435 :conte= nts-begin 379 :contents-end 435 :post-blank 0 :post-affiliated 379 :parent = #4) #("PS: how do I get this output from a source block above?\n" 0 56 (:pa= rent #5))))) #("Org-mode version 8.3.1 (release" 0 31 (:parent #2)) (latex-= math-block (:parent #2 :post-blank 0) (subscript (:begin 314 :end 320 :use-= brackets-p nil :contents-begin 315 :contents-end 320 :post-blank 0 :parent = #3) #("8.3.1" 0 5 (:parent #4)))) #("-283-gf6187d @ " 0 15 (:parent #2)) (i= talic (:begin 335 :end 353 :contents-begin 336 :contents-end 352 :post-blan= k 0 :parent #2) #("Users/rainerkrug" 0 16 (:parent #3))) #(".emacs.d/org-mo= de/lisp/)\n" 0 25 (:parent #2)))) 331 336 (:parent (subscript (:begin 314 := end 320 :use-brackets-p nil :contents-begin 315 :contents-end 320 :post-bla= nk 0 :parent (latex-math-block (:parent (paragraph (:begin 283 :end 379 :co= ntents-begin 283 :contents-end 378 :post-blank 1 :post-affiliated 283 :pare= nt ...) #("Org-mode version 8.3.1 (release" 0 31 ...) #4 #("-283-gf6187d @ = " 0 15 ...) (italic ... #("Users/rainerkrug" 0 16 ...)) #(".emacs.d/org-mod= e/lisp/)\n" 0 25 ...)) :post-blank 0) #2)) #("8.3.1" 0 5 (:parent #2)))) 34= 0 355 (:parent (paragraph (:begin 283 :end 379 :contents-begin 283 :content= s-end 378 :post-blank 1 :post-affiliated 283 :parent (section (:begin 183 := end 436 :contents-begin 183 :contents-end 435 :post-blank 1 :post-affiliate= d 183 :parent (headline (:raw-value "Emacs version" :begin 167 :end 436 :pr= e-blank 0 :contents-begin 183 :contents-end 435 :level 1 :priority nil :tag= s nil :todo-keyword nil :todo-type nil :post-blank 1 :footnote-section-p ni= l :archivedp nil :commentedp nil :post-affiliated 167 :title ... :parent ..= .) #4)) (src-block (:language "emacs-lisp" :switches nil :parameters nil :b= egin 183 :end 234 :number-lines nil :preserve-indent nil :retain-labels t := use-labels t :label-fmt nil :value " (emacs-version)\n" :post-blank 1 :post= -affiliated 183 :parent #4)) (src-block (:language "emacs-lisp" :switches n= il :parameters nil :begin 234 :end 283 :number-lines nil :preserve-indent n= il :retain-labels t :use-labels t :label-fmt nil :value " (org-version)\n" = :post-blank 1 :post-affiliated 234 :parent #4)) #2 (paragraph (:begin 379 := end 435 :contents-begin 379 :contents-end 435 :post-blank 0 :post-affiliate= d 379 :parent #4) #("PS: how do I get this output from a source block above= ?\n" 0 56 (:parent #5))))) #("Org-mode version 8.3.1 (release" 0 31 (:paren= t #2)) (latex-math-block (:parent #2 :post-blank 0) (subscript (:begin 314 = :end 320 :use-brackets-p nil :contents-begin 315 :contents-end 320 :post-bl= ank 0 :parent #3) #("8.3.1" 0 5 (:parent #4)))) #("-283-gf6187d @ " 0 15 (:= parent #2)) (italic (:begin 335 :end 353 :contents-begin 336 :contents-end = 352 :post-blank 0 :parent #2) #("Users/rainerkrug" 0 16 (:parent #3))) #(".= emacs.d/org-mode/lisp/)\n" 0 25 (:parent #2)))) 361 377 (:parent (italic (:= begin 335 :end 353 :contents-begin 336 :contents-end 352 :post-blank 0 :par= ent (paragraph (:begin 283 :end 379 :contents-begin 283 :contents-end 378 := post-blank 1 :post-affiliated 283 :parent (section (:begin 183 :end 436 :co= ntents-begin 183 :contents-end 435 :post-blank 1 :post-affiliated 183 :pare= nt ...) (src-block ...) (src-block ...) #4 (paragraph ... #("PS: how do I g= et this output from a source block above?\n" 0 56 ...)))) #("Org-mode versi= on 8.3.1 (release" 0 31 (:parent #4)) (latex-math-block (:parent #4 :post-b= lank 0) (subscript (:begin 314 :end 320 :use-brackets-p nil :contents-begin= 315 :contents-end 320 :post-blank 0 :parent #5) #("8.3.1" 0 5 ...))) #("-2= 83-gf6187d @ " 0 15 (:parent #4)) #2 #(".emacs.d/org-mode/lisp/)\n" 0 25 (:= parent #4)))) #("Users/rainerkrug" 0 16 (:parent #2)))) 378 402 (:parent (p= aragraph (:begin 283 :end 379 :contents-begin 283 :contents-end 378 :post-b= lank 1 :post-affiliated 283 :parent (section (:begin 183 :end 436 :contents= -begin 183 :contents-end 435 :post-blank 1 :post-affiliated 183 :parent (he= adline (:raw-value "Emacs version" :begin 167 :end 436 :pre-blank 0 :conten= ts-begin 183 :contents-end 435 :level 1 :priority nil :tags nil :todo-keywo= rd nil :todo-type nil :post-blank 1 :footnote-section-p nil :archivedp nil = :commentedp nil :post-affiliated 167 :title ... :parent ...) #4)) (src-bloc= k (:language "emacs-lisp" :switches nil :parameters nil :begin 183 :end 234= :number-lines nil :preserve-indent nil :retain-labels t :use-labels t :lab= el-fmt nil :value " (emacs-version)\n" :post-blank 1 :post-affiliated 183 := parent #4)) (src-block (:language "emacs-lisp" :switches nil :parameters ni= l :begin 234 :end 283 :number-lines nil :preserve-indent nil :retain-labels= t :use-labels t :label-fmt nil :value " (org-version)\n" :post-blank 1 :po= st-affiliated 234 :parent #4)) #2 (paragraph (:begin 379 :end 435 :contents= -begin 379 :contents-end 435 :post-blank 0 :post-affiliated 379 :parent #4)= #("PS: how do I get this output from a source block above?\n" 0 56 (:paren= t #5))))) #("Org-mode version 8.3.1 (release" 0 31 (:parent #2)) (latex-mat= h-block (:parent #2 :post-blank 0) (subscript (:begin 314 :end 320 :use-bra= ckets-p nil :contents-begin 315 :contents-end 320 :post-blank 0 :parent #3)= #("8.3.1" 0 5 (:parent #4)))) #("-283-gf6187d @ " 0 15 (:parent #2)) (ital= ic (:begin 335 :end 353 :contents-begin 336 :contents-end 352 :post-blank 0= :parent #2) #("Users/rainerkrug" 0 16 (:parent #3))) #(".emacs.d/org-mode/= lisp/)\n" 0 25 (:parent #2)))) 404 459 (:parent (paragraph (:begin 379 :end= 435 :contents-begin 379 :contents-end 435 :post-blank 0 :post-affiliated 3= 79 :parent (section (:begin 183 :end 436 :contents-begin 183 :contents-end = 435 :post-blank 1 :post-affiliated 183 :parent (headline (:raw-value "Emacs= version" :begin 167 :end 436 :pre-blank 0 :contents-begin 183 :contents-en= d 435 :level 1 :priority nil :tags nil :todo-keyword nil :todo-type nil :po= st-blank 1 :footnote-section-p nil :archivedp nil :commentedp nil :post-aff= iliated 167 :title ... :parent ...) #4)) (src-block (:language "emacs-lisp"= :switches nil :parameters nil :begin 183 :end 234 :number-lines nil :prese= rve-indent nil :retain-labels t :use-labels t :label-fmt nil :value " (emac= s-version)\n" :post-blank 1 :post-affiliated 183 :parent #4)) (src-block (:= language "emacs-lisp" :switches nil :parameters nil :begin 234 :end 283 :nu= mber-lines nil :preserve-indent nil :retain-labels t :use-labels t :label-f= mt nil :value " (org-version)\n" :post-blank 1 :post-affiliated 234 :parent= #4)) (paragraph (:begin 283 :end 379 :contents-begin 283 :contents-end 378= :post-blank 1 :post-affiliated 283 :parent #4) #("Org-mode version 8.3.1 (= release" 0 31 (:parent #5)) (latex-math-block (:parent #5 :post-blank 0) (s= ubscript ... #("8.3.1" 0 5 ...))) #("-283-gf6187d @ " 0 15 (:parent #5)) (i= talic (:begin 335 :end 353 :contents-begin 336 :contents-end 352 :post-blan= k 0 :parent #5) #("Users/rainerkrug" 0 16 ...)) #(".emacs.d/org-mode/lisp/)= \n" 0 25 (:parent #5))) #2)) #("PS: how do I get this output from a source = block above?\n" 0 56 (:parent #2))))) (:export-options nil :input-buffer "t= est.org" :input-file "/Users/rainerkrug/tmp/test.org" :latex-class "article= " :latex-class-options "" :latex-header "" :latex-header-extra "" :descript= ion nil :keywords nil :subtitle nil :latex-active-timestamp-format "\\texti= t{%s}" :latex-caption-above (table) :latex-classes (("article" "\\documentc= lass[11pt]{article}" ("\\section{%s}" . "\\section*{%s}") ("\\subsection{%s= }" . "\\subsection*{%s}") ("\\subsubsection{%s}" . "\\subsubsection*{%s}") = ("\\paragraph{%s}" . "\\paragraph*{%s}") ("\\subparagraph{%s}" . "\\subpara= graph*{%s}")) ("report" "\\documentclass[11pt]{report}" ("\\part{%s}" . "\\= part*{%s}") ("\\chapter{%s}" . "\\chapter*{%s}") ("\\section{%s}" . "\\sect= ion*{%s}") ("\\subsection{%s}" . "\\subsection*{%s}") ("\\subsubsection{%s}= " . "\\subsubsection*{%s}")) ("book" "\\documentclass[11pt]{book}" ("\\part= {%s}" . "\\part*{%s}") ("\\chapter{%s}" . "\\chapter*{%s}") ("\\section{%s}= " . "\\section*{%s}") ("\\subsection{%s}" . "\\subsection*{%s}") ("\\subsub= section{%s}" . "\\subsubsection*{%s}"))) :latex-default-figure-position "ht= b" :latex-default-table-environment "tabular" :latex-default-table-mode tab= le :latex-diary-timestamp-format "\\textit{%s}" :latex-footnote-separator "= \\textsuperscript{,}\\," :latex-format-drawer-function (lambda (name conten= ts) contents) :latex-format-headline-function org-latex-format-headline-def= ault-function :latex-format-inlinetask-function org-latex-format-inlinetask= -default-function :latex-hyperref-template "\\hypersetup{\n pdfauthor=3D{%a= },\n pdftitle=3D{%t},\n pdfkeywords=3D{%k},\n pdfsubject=3D{%d},\n pdfcreat= or=3D{%c}, \n pdflang=3D{%L}}\n" :latex-image-default-height "" :latex-imag= e-default-option "" :latex-image-default-width ".9\\linewidth" ...)) | org-export-as(latex nil nil nil (:output-file "./test.tex")) | org-export-to-file(latex "./test.tex" nil nil nil nil nil) | org-latex-export-to-latex(nil nil nil nil) | org-export-dispatch(nil) | funcall-interactively(org-export-dispatch nil) | call-interactively(org-export-dispatch nil nil) | command-execute(org-export-dispatch) `---- =2D-=20 Rainer M. Krug, PhD (Conservation Ecology, SUN), MSc (Conservation Biology,= UCT), Dipl. Phys. (Germany) Centre of Excellence for Invasion Biology Stellenbosch University South Africa Tel : +33 - (0)9 53 10 27 44 Cell: +33 - (0)6 85 62 59 98 Fax : +33 - (0)9 58 10 27 44 Fax (D): +49 - (0)3 21 21 25 22 44 email: Rainer@krugs.de Skype: RMkrug PGP: 0x0F52F982 --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEcBAEBCAAGBQJWClW1AAoJENvXNx4PUvmCZocIAKgcUHnT31PG4nA+HDpHuD0p hxtUsN01o3UTdTHIwTCBXL7OJKX2QEAYKc7dtr5R40TKnHS/ihn8p8ioandExS2q /VUhGz+pZh6a1gYc36yC9hjM5d7uZuBy8s9FA1zEQZqPq9g4EaW8TYoA0d4CGBPO VhfZHMRpifgbkn90xEa4X8p9XqZCOKvR4OL/TsrLIdQREt/AHCv75aS5uSn85Psv AgDRfBBAKiW/kVrzVt/MoG+6Gz3eCoHnAZqiMLiyLHJjtZKLUklLibNLc1oxr41r kITwzlQ3qsr4wvOtgQwYYgvi8UN4ngplbxyQln9xB8QEEDOXhqk99jIUWN5V6Rg= =JZJ0 -----END PGP SIGNATURE----- --=-=-=--