ox-latex: Extend :float attribute to source blocks and normalize its values
commit45565503dce50f0e563dd4386ca4b46f9eefe428
authorNicolas Goaziou <n.goaziou@gmail.com>
Mon, 20 May 2013 08:43:18 +0000 (20 10:43 +0200)
committerNicolas Goaziou <n.goaziou@gmail.com>
Sat, 1 Jun 2013 13:15:02 +0000 (1 15:15 +0200)
tree05b63c043e993f1bde1451b3532e0117592dce21
parentd36a933c6594b8aa010ba20de6608777d11b8b3c
ox-latex: Extend :float attribute to source blocks and normalize its values

* lisp/ox-latex.el (org-latex-src-block): Handle :float attribute. Its
  value can be set to "t", "multicolumn" or "nil".  Also
  remove :long-listing attribute, which is now replaced with :float
  nil.
(org-latex--org-table): Replace :float table with :float t.
(org-latex--inline-image): Replace :float figure with :float t.
(org-latex-long-listings): Remove variable.
* doc/org.texi (@LaTeX{} specific attributes): Document new :float values.
doc/org.texi
lisp/ox-latex.el