emacs-orgmode
[Top][All Lists]
Advanced

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

[Orgmode] [bug] export to latex doesn't process #+include files fully


From: Eric S Fraga
Subject: [Orgmode] [bug] export to latex doesn't process #+include files fully
Date: Fri, 19 Nov 2010 13:17:53 +0000
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux)

Hello,

should the latex export take into account any settings in an included
file?  Although #+include works in the sense that any text in that file
is included in an export, the settings (e.g. #+latex_header:) are
ignored on export.

This simple example:

--8<---------------cut here---------------start------------->8---
# -*- coding: utf-8; -*-
#+TITLE:     examplebug.org
#+AUTHOR:    Eric S Fraga
#+EMAIL:     address@hidden
#+DESCRIPTION: 
#+KEYWORDS: 
#+LANGUAGE:  en
#+OPTIONS:   H:3 num:t toc:nil \n:nil @:t ::t |:t ^:t -:t f:t *:t <:t
#+OPTIONS:   TeX:t LaTeX:t skip:nil d:nil todo:t pri:nil tags:not-in-toc
#+INFOJS_OPT: view:nil toc:nil ltoc:t mouse:underline buttons:0 
path:http://orgmode.org/org-info.js
#+EXPORT_SELECT_TAGS: export
#+EXPORT_EXCLUDE_TAGS: noexport
#+LINK_UP:   
#+LINK_HOME: 
#+XSLT: 

#+include: "preamble.org"

* include bug

  Including another org file doesn't seem to include all of the
  material upon export.  This was written by \esf{}.
--8<---------------cut here---------------end--------------->8---

with =preamble.org= having a single line:

--8<---------------cut here---------------start------------->8---
#+latex_header: \newcommand{\esf}{\fbox{ESF}}
--8<---------------cut here---------------end--------------->8---

illustrates this.

I know that the file is being /included/ as any text put in preamble.org
appears in the resulting .tex file.  However, the latex_header commands
are not being passed through.  Should they be or is this a design
decision?

Thanks,
eric

-- 
: Eric S Fraga (GnuPG: 0xC89193D8FFFCF67D) in Emacs 23.2.1
: using Org-mode version 7.3 (release_7.3.93.g451ac)



reply via email to

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