Re: [PATCH] LaTeX export: arbitrary float environments

2021-05-15 Thread Bastien
Hi Thomas, "Thomas S. Dye" writes: > LaTeX users are able to define arbitrary float types, e.g. with the > float package. The attached patch makes them accessible from Org > mode. Applied in master with minor enhancements in the commit message and the code (removing a useless check against

Re: [PATCH] LaTeX export: arbitrary float environments

2021-05-01 Thread Timothy
Thomas S. Dye writes: > Aloha Timothy, :waves: > Sorry for the clumsy patch, which I guess would also benefit from an addition > to > the manual, as well? No problem, we all start somewhere :) (and I know I'm still making mistakes) An update to the manual to describe the changed behaviour

Re: [PATCH] LaTeX export: arbitrary float environments

2021-05-01 Thread Thomas S. Dye
Aloha Timothy, Thanks for your kind response. Sorry for the clumsy patch, which I guess would also benefit from an addition to the manual, as well? Larger question: do we really want to tinker with ob-latex in this way? Or, should changes like this patch follow a path indicated by Tim

Re: [PATCH] LaTeX export: arbitrary float environments

2021-05-01 Thread Timothy
Hi Thomas, On the surface, this looks reasonable to me :) Just commenting on some technicalities with the patch itself: - In ORG-NEWS it would be good to wrap the content over multiple lines instead of having a single 270 char line :) - You seem to have an anomalous change to the ob-python

[PATCH] LaTeX export: arbitrary float environments

2021-04-04 Thread Thomas S. Dye
e: Sun, 4 Apr 2021 08:11:40 -1000 Subject: [PATCH] LaTeX export: arbitrary float environments * lisp/ox-latex.el (`org-latex--inline-image', `org-latex--decorate table'): recognize arbitrary :float value. LaTeX users are able to define arbitrary float types. This patch makes them accessible from Org