Re: [O] [BUG] attr_latex in new exporter

2013-03-09 Thread Thomas S. Dye
Aaron and Nicolas, Nicolas Goaziou n.goaz...@gmail.com writes: Hello, aarone...@gmail.com writes: I think the following patch (on top of current master) will fix the problem: [...] It does. Thank you. Works here now. Thanks! All the best, Tom -- Thomas S. Dye http://www.tsdye.com

Re: [O] [BUG] attr_latex in new exporter

2013-03-08 Thread Nicolas Goaziou
Hello, t...@tsdye.com (Thomas S. Dye) writes: I think this behavior was introduced in the last week or so. This in the Org file: #+attr_latex: :height 2in [[file:saa-fig/wet-dry.jpeg]] yields this in LaTeX output: \begin{figure}[htb] \centering

Re: [O] [BUG] attr_latex in new exporter

2013-03-08 Thread Thomas S. Dye
Nicolas Goaziou n.goaz...@gmail.com writes: Hello, t...@tsdye.com (Thomas S. Dye) writes: I think this behavior was introduced in the last week or so. This in the Org file: #+attr_latex: :height 2in [[file:saa-fig/wet-dry.jpeg]] yields this in LaTeX output: \begin{figure}[htb]

Re: [O] [BUG] attr_latex in new exporter

2013-03-08 Thread aaronecay
Hi Thomas, I think the following patch (on top of current master) will fix the problem: -cut-here- diff --git c/lisp/ox-latex.el w/lisp/ox-latex.el index d17dd60..eefb272 100644 --- c/lisp/ox-latex.el +++ w/lisp/ox-latex.el @@ -1811,9 +1811,9 @@ used as a communication channel.

Re: [O] [BUG] attr_latex in new exporter

2013-03-08 Thread Nicolas Goaziou
Hello, aarone...@gmail.com writes: I think the following patch (on top of current master) will fix the problem: [...] It does. Thank you. Nicolas, I’m not sure I understand the logic behind (memq float '(figure wrap)) in the cond for setting height. I think that it would be very rare