On Thursday, 11 Jun 2015 at 20:12, Thomas S. Dye wrote:

[...]

> It would be good to have :caption and label honored, even when :float
> nil, like this:

You could always resort to direct LaTeX directives, as in

#+begin_src org
  ,#+begin_margintable
  ,#+latex: \label{tab:eg} \caption{Example table}
  ,#+attr_latex: :float nil :booktabs t :center nil 
  | First | Second |
  |-------+--------|
  | One   | Two    |
  | Three | Four   |
  ,#+end_margintable
#+end_src
-- 
: Eric S Fraga (0xFFFCF67D), Emacs 24.4.1, Org release_8.3beta-1216-gb856f6

Reply via email to