Hi, I often generate tables directly from R. At the moment, I have to do something like the following because org-latex-latex-environment doesn’t support captions. #+name: tbl:1 #+caption: cap #+begin_table #+begin_center #+include: "tbl.tex" #+end_center #+end_table This is a bit too verbose IMO. With the attached patch this can be cut down to, #+name: tbl:1 #+caption: cap #+include: "tbl.tex" It should respect ‘org-latex-custom-lang-environments’ and ‘org-latex-caption-above’... Would this be an appropriate change or is it too hackish? I have not looked at other backends, but I suspect this is mostly a latex thing. Thanks, Rasmus -- When in doubt, do it!