ox-latex: Introduce LATEX_HEADER_EXTRA keyword
commitee9372653fc8683de43a5105f31244ec5d0d8c06
authorNicolas Goaziou <n.goaziou@gmail.com>
Thu, 7 Mar 2013 07:59:23 +0000 (7 08:59 +0100)
committerNicolas Goaziou <n.goaziou@gmail.com>
Thu, 7 Mar 2013 08:02:29 +0000 (7 09:02 +0100)
tree28afda6d344d98bf0df8322d200f35ce15abc114
parent9c754e2f511f27656e8ef0b769cc35a7eb6fe999
ox-latex: Introduce LATEX_HEADER_EXTRA keyword

* lisp/ox-latex.el (latex): Introduce new buffer keyword.
(org-latex-template): Use new keyword.
* lisp/ox-beamer.el (org-beamer-template): Use new keyword.
* lisp/org.el (org-create-formula--latex-header): Use new keyword.
* contrib/lisp/ox-koma-letter.el (org-koma-letter-template): Use new
  keyword.

Previewing of LaTeX snippets takes account of LATEX_HEADER keywords.
LATEX_HEADER_EXTRA keyword allows to specify some header lines that
will not be used for building snippets.
contrib/lisp/ox-koma-letter.el
lisp/org.el
lisp/ox-beamer.el
lisp/ox-latex.el