Re: [O] PATCH -- ox-latex.el . sideways figure in latex export

2014-04-06 Thread Nicolas Goaziou
Hello, Greg Tucker-Kellogg writes: > Thanks for the guidance. I think this is it. Applied. Thank you. Regards, -- Nicolas Goaziou

Re: [O] PATCH -- ox-latex.el . sideways figure in latex export

2014-04-06 Thread Greg Tucker-Kellogg
Thanks for the guidance. I think this is it. Cheers, Greg On Sun, Apr 6, 2014 at 4:46 PM, Nicolas Goaziou wrote: > Hello, > > Greg Tucker-Kellogg writes: > > > I think this covers it. ":float sideways" now works for both tables and > > figures, but ":float sidewaystable" is kept for backw

Re: [O] PATCH -- ox-latex.el . sideways figure in latex export

2014-04-06 Thread Nicolas Goaziou
Hello, Greg Tucker-Kellogg writes: > I think this covers it. ":float sideways" now works for both tables and > figures, but ":float sidewaystable" is kept for backwards compatibility. I > updated org.texi, and mentioned that the use of ":float sideways" will make > the ":placement" option irre

Re: [O] PATCH -- ox-latex.el . sideways figure in latex export

2014-04-05 Thread Greg Tucker-Kellogg
I think this covers it. ":float sideways" now works for both tables and figures, but ":float sidewaystable" is kept for backwards compatibility. I updated org.texi, and mentioned that the use of ":float sideways" will make the ":placement" option irrelevant. Attached are the two patches; the one

Re: [O] PATCH -- ox-latex.el . sideways figure in latex export

2014-04-05 Thread Nicolas Goaziou
Hello, Greg Tucker-Kellogg writes: > This is a tiny patch to support a “:float sidewaysfigure” option in > LaTeX backend export Thank you for the patch. It makes sense since tables provide "sidewaystable". By the way, wouldn't it make sense to use "sideways" for both, instead of "sidewaystable

[O] PATCH -- ox-latex.el . sideways figure in latex export

2014-04-04 Thread Greg Tucker-Kellogg
This is a tiny patch to support a “:float sidewaysfigure” option in LaTeX backend export --- lisp/ox-latex.el | 5 + 1 file changed, 5 insertions(+) diff --git a/lisp/ox-latex.el b/lisp/ox-latex.el index d65c975..c05ffb6 100644 --- a/lisp/ox-latex.el +++ b/lisp/ox-latex.el @@ -1801,6 +1801,