From mboxrd@z Thu Jan 1 00:00:00 1970 From: Robert Klein Subject: Re: ECM for: issues with publishing to LaTeX using #INCLUDE Date: Thu, 18 Jun 2015 14:21:42 +0200 Message-ID: <20150618142142.639189af@pckr150.mpip-mainz.mpg.de> References: <20150617.200443.1764368968080794485.roklein@roklein.de> <20150618085813.1630b824@pckr150.mpip-mainz.mpg.de> <20150618091550.57e2553f@pckr150.mpip-mainz.mpg.de> <20150618092142.6257f8f6@pckr150.mpip-mainz.mpg.de> <87ioal78nv.fsf@selenimh.access.network> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:54687) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z5YpJ-0007UH-VV for emacs-orgmode@gnu.org; Thu, 18 Jun 2015 08:21:50 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z5YpG-0006HC-Nf for emacs-orgmode@gnu.org; Thu, 18 Jun 2015 08:21:49 -0400 Received: from gate1.mpip-mainz.mpg.de ([194.95.63.248]:58559) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z5YpG-0006Gs-GT for emacs-orgmode@gnu.org; Thu, 18 Jun 2015 08:21:46 -0400 In-Reply-To: <87ioal78nv.fsf@selenimh.access.network> 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: Nicolas Goaziou Cc: emacs-orgmode@gnu.org On Thu, 18 Jun 2015 09:55:16 +0200 Nicolas Goaziou wrote: Hello, thank you very much for your effort! I boiled it down further and now don't even need an #include to see this issues. Using the same .emacs as in the earlier mail and having three org files 1.org, 2.org, and 3.org all having the same contents: --- snip --- #+TITLE: Frequently Asked Questions #+OPTIONS: toc:nil author:t ^:t creator:nil email:t tex:t #+name: docinfo #+begin_src elisp :exports none (let ((props (org-export-get-environment))) (concat "#+LaTeX_HEADER: \\newcommand{\\myTitle}{" (org-element-interpret-data (plist-get props :title)) "}\n")) #+end_src #+CALL: docinfo() :exports results :results raw #+LaTeX_CLASS: scrartcl #+LaTeX_CLASS_OPTIONS: [11pt, a4paper, twoside, notitlepage, headsepline, headings=normal, DIV=12, BCOR=12mm] #+OPTIONS: toc:t * Headline Some Text --- snip --- I also get the first file in the publishing process exports Ok, the rest is not Ok. When I delete the LaTeX_CLASS_OPTIONS line the whole project publishes without issues. The same happens when I delete the "#+Options: toc:t" line below the class options line. Best regards Robert > Hello, > > Robert Klein writes: > > > On Thu, 18 Jun 2015 09:15:50 +0200 > > Robert Klein wrote: > > > > > >> The file exported first exports Ok, the others don't. > > > > Sorry, the file _published_ first exports Ok, the others not. > > > > For the ECM I export w/ org-publish-project. > > Thanks for the ECM. I will investigate by the end of the week. Do not > hesitate to post any additional information. > > Regards, >