Re: [O] [patch, ox-latex] caption and :float nil

2015-07-03 Thread Nicolas Goaziou
Rasmus writes: > Pushed. Thank you. Regards,

Re: [O] [patch, ox-latex] caption and :float nil

2015-07-03 Thread Rasmus
> I updated the patches. Pushed. Thanks, Rasmus -- Hvor meget poesi tror De kommer ud af et glas isvand?

Re: [O] [patch, ox-latex] caption and :float nil

2015-07-02 Thread Rasmus
Aaron Ecay writes: > OK, I’ve done some more investigation. By default, minted uses > \newfloat from the float package to create the listing float class. > This does not set up the caption integration. OTOH, adding the newfloat > option to minted uses \DeclareFloatingEnvironment from the newflo

Re: [O] [patch, ox-latex] caption and :float nil

2015-07-02 Thread Aaron Ecay
Hi Rasmus, 2015ko uztailak 1an, Rasmus-ek idatzi zuen: > > Hi, > > Aaron Ecay writes: > >> AFAICS you sent the original message only to me. I’m replying also to >> the org mode list. You may want to resend the patch attachment though, >> since the quoting in this reply will probably mangle i

Re: [O] [patch, ox-latex] caption and :float nil

2015-07-01 Thread Nicolas Goaziou
Hello, Rasmus 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) (pl

Re: [O] [patch, ox-latex] caption and :float nil

2015-07-01 Thread Rasmus
Hi, Aaron Ecay writes: > AFAICS you sent the original message only to me. I’m replying also to > the org mode list. You may want to resend the patch attachment though, > since the quoting in this reply will probably mangle it. http://permalink.gmane.org/gmane.emacs.orgmode/98791 ?? > 2015

Re: [O] [patch, ox-latex] caption and :float nil

2015-07-01 Thread Aaron Ecay
Hi Rasmus, AFAICS you sent the original message only to me. I’m replying also to the org mode list. You may want to resend the patch attachment though, since the quoting in this reply will probably mangle it. I have almost no time to follow org development these days (sadly). However these are

[O] [patch, ox-latex] caption and :float nil

2015-06-30 Thread Rasmus
Hi, Attached is a patch that works reasonably well to allow :float nil "floats" to have captions in ox-latex. The hard part is src-blocks. At the moment we sometimes allow captions to register as figures (at least when when using verbatim). Instead we could go with "listing". Of course listing