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: e.fr...@ucl.ac.uk #+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) _______________________________________________ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode