Hello,

Rasmus <ras...@gmx.us> writes:

> Attached is a patch that works reasonably well to allow :float nil
> "floats" to have captions in ox-latex.

Thanks for the patch. A minor comment follows.

> +      (attr (org-export-read-attribute :attr_latex element))
> +      (nonfloat (and (member :float attr)

  (plist-member :float attr)


> -                      'figure))))
> +                      (if (and (member :float attr) (not float)) 'nonfloat
> +                        'figure))

Ditto.


Regards,

-- 
Nicolas Goaziou

Reply via email to