Use function argument instead of dynamically scoped symbol
commitc4066dca8e6779abbf9fc3c4619f6e906ab1e68a
authorDavid Maus <dmaus@ictsoc.de>
Sat, 2 Jul 2011 14:25:59 +0000 (2 16:25 +0200)
committerBastien Guerry <bzg@altern.org>
Sun, 3 Jul 2011 11:05:19 +0000 (3 13:05 +0200)
treeb08b4549831697cd230943ccd276a17b44e01365
parent813f8028dd7056c23ba1ca81a6aeced0be057e05
Use function argument instead of dynamically scoped symbol

* org-latex.el (org-export-latex-preprocess): Use function argument
instead of dynamically scoped symbol.

Export options are passed to org-export-preprocess-string which passes
them down to backend specific preprocessor. The :footnotes option is
included.
lisp/org-latex.el