ox-koma-letter.el: Support multiple LCO files
commit9655a18d885e5ddde003dc68a2a65beace11d349
authorViktor Rosenfeld <hesk@cartman>
Sun, 21 Apr 2013 16:43:11 +0000 (21 18:43 +0200)
committerAlan Schmitt <alan.schmitt@polytechnique.org>
Tue, 23 Apr 2013 07:17:56 +0000 (23 09:17 +0200)
tree93b259764fce70c460d88832fc938cd0b764019b
parentbb03429cf8561cb2b728a90d0cadfe7a3f8f0fa6
ox-koma-letter.el: Support multiple LCO files

  * ox-koma-letter.el (org-koma-letter-template): Treat `#+LCO:'
  variable as a list of multiple LCO files separated by spaces.

Example:

  #+LCO: Default Signed

will result in the following LaTeX fragment

  #+BEGIN_SRC latex
  \LoadLetterOption{Default}
  \LoadLetterOption{Signed}
  #+END_SRC

Signed-off-by: Alan Schmitt <alan.schmitt@polytechnique.org>
contrib/lisp/ox-koma-letter.el