From mboxrd@z Thu Jan 1 00:00:00 1970 From: Felix Kaminsky Subject: Feature Request: LaTeX export table/figure notes in float environment Date: Sun, 14 Feb 2016 08:20:22 +0100 Message-ID: <56C02AB6.50202@gmail.com> Mime-Version: 1.0 Content-Type: text/html; charset=utf-8 Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:34866) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aUqyr-0005rp-Ex for emacs-orgmode@gnu.org; Sun, 14 Feb 2016 02:20:30 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aUqyn-0006te-WF for emacs-orgmode@gnu.org; Sun, 14 Feb 2016 02:20:29 -0500 Received: from mail-wm0-x234.google.com ([2a00:1450:400c:c09::234]:36482) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aUqyn-0006tU-Oh for emacs-orgmode@gnu.org; Sun, 14 Feb 2016 02:20:25 -0500 Received: by mail-wm0-x234.google.com with SMTP id g62so17885267wme.1 for ; Sat, 13 Feb 2016 23:20:25 -0800 (PST) Received: from [192.168.178.21] (dslb-088-078-205-160.088.078.pools.vodafone-ip.de. [88.78.205.160]) by smtp.gmail.com with ESMTPSA id c185sm9872886wma.5.2016.02.13.23.20.23 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sat, 13 Feb 2016 23:20:23 -0800 (PST) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Hi list,

I am amazed by org-mode and baffled that I didn't find it earlier. It revolutionized my workflow which is usually quickly writing reports and exporting them to PDF via LaTeX.
There is one feature that I really miss. Something to put notes below a table within the LaTeX float environment.
Something that the LaTeX output looks similar to this:

\begin{table}[htb]
\caption
\begin{tabular}
....
\end{tabular}
\label{...}
Notes: some text
\end{table}

I am currently using a workaround by
setting the option org-latex-table-caption-above to nil and putting the caption below together with the text for the notes.
But in a standard document I'd prefer the caption above.

Maybe it would be possible to create an option #+FLOAT_NOTES similar to #+CAPTION for capturing and placing notes.

Thanks for your hard work.

Best regards,
Felix