Hello,
now I've narrowed the org file(s) down to
--- snip ---
#+TITLE: Frequently Asked Questions
#+name: docinfo
#+begin_src elisp :exports none
(let ((props (org-export-get-environment)))
(concat "#+LaTeX_HEADER: \\newcommand{\\myTitle}{"
(org-element-interpret-data
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
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 in
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.
Best regards
Robert
Attached an ECM:
.femacs is the .emacs used.
The files 1.org, 2.org, and 3.org are in the directory ~/ot
mpip-settings.org is in ~/ot/include
The file exported first exports Ok, the others don't.
A diff of the export for the ECM (3.org exported Ok, 2.org and 1.org
not):
--- snip ---
--- 3.tex