ox-latex: Fix :options discrepancy between blocks and lists
commitb2dce80601c4b9bc6ebcd40fb4c9df49b9dd44bf
authorNicolas Goaziou <n.goaziou@gmail.com>
Sat, 25 Jan 2014 13:54:04 +0000 (25 14:54 +0100)
committerNicolas Goaziou <n.goaziou@gmail.com>
Sat, 25 Jan 2014 13:56:49 +0000 (25 14:56 +0100)
treeb2bdfb854d309854be01b0a6cd312c3db27f484a
parenta6b8bdecab85fd822eb05fafb6b7a934ccc7dae7
ox-latex: Fix :options discrepancy between blocks and lists

* lisp/ox-latex.el (org-latex-plain-list): Do not automatically
  enclose value for :options attribute within square brackets.
  Instead, append them verbatim next to the block name, as special
  blocks do.
* doc/org.texi (@LaTeX{} specific attributes): Update manual.
doc/org.texi
lisp/ox-latex.el