Re: [O] :placement documentation imprecise

2017-05-27 Thread edgar
You are right. I'm sorry. It works with :float, but not with :placement. I misread the documentation. Thanks for the answer! On 2017-05-26 23:52, Nicolas Goaziou wrote: Hello, ed...@openmail.cc writes: But, if I use sideways alone (not sidewaystable), the table is not rotated. I cannot rep

Re: [O] :placement documentation imprecise

2017-05-26 Thread Nicolas Goaziou
Hello, ed...@openmail.cc writes: > But, if I use sideways alone (not sidewaystable), the table is not > rotated. I cannot reproduce it. With the following document #+attr_latex: :float sideways | a | b | the table is rotated, according to the following code: \begin{sidewaystable}[htbp]

[O] :placement documentation imprecise

2017-05-26 Thread edgar
Hello, I have this in the documentation (M-x org-info) #+BEGIN_QUOTE `:float' `:placement' The table environments by default are not floats in LaTeX. To make them floating objects use `:float' with one of the following options: `sideways', `multicolumn', `t', and `nil'. Note tha