emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[O] Macros in included file not expanded in batch export


From: Suvayu Ali
Subject: [O] Macros in included file not expanded in batch export
Date: Tue, 15 Jul 2014 00:24:53 +0200
User-agent: Mutt/1.5.22.1 (2013-10-16)

Hi,

I am trying to export to LaTeX in batch mode, but it seems the exporter
ignores macros defined in included files when exporting in batch mode.

I tried to export like this:

  $ emacs --eval "(require 'ox-latex)" include-test.org \
        --eval '(org-LaTeX-export-to-latex nil nil nil t)' -f kill-emacs

  $ emacs --batch --eval "(require 'ox-latex)" include-test.org \
        --eval '(org-LaTeX-export-to-latex nil nil nil t)'

The first one exports correctly, the second doesn't.  The org files, and
the good and bad exported TeX files are attached.

Can someone else reproduce this?

Thanks,

-- 
Suvayu

Open source is the future. It sets us free.

Attachment: include-test.org
Description: Text document

Attachment: include.org
Description: Text document

Attachment: include-test-good.tex
Description: Text document

Attachment: include-test-bad.tex
Description: Text document


reply via email to

[Prev in Thread] Current Thread [Next in Thread]