[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] [patch, ox-latex] caption and :float nil
From: |
Nicolas Goaziou |
Subject: |
Re: [O] [patch, ox-latex] caption and :float nil |
Date: |
Wed, 01 Jul 2015 22:16:22 +0200 |
Hello,
Rasmus <address@hidden> 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
- Re: [O] [patch, ox-latex] caption and :float nil,
Nicolas Goaziou <=