From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vikas Rawal Subject: Re: Table caption in Latex export with :float nil Date: Wed, 11 Mar 2015 19:07:13 +0530 Message-ID: <239B1E00-B975-4FEA-9826-DDB82D7B4C8B@agrarianresearch.org> References: <7FE04555-FBB1-4A43-A50C-EF81E8F37308@agrarianresearch.org> <87r3svudbt.fsf@gmx.us> Mime-Version: 1.0 (Mac OS X Mail 8.2 \(2070.6\)) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:55339) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YVgpA-00061E-Pw for emacs-orgmode@gnu.org; Wed, 11 Mar 2015 09:37:30 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YVgp6-0003lS-Dt for emacs-orgmode@gnu.org; Wed, 11 Mar 2015 09:37:24 -0400 Received: from mail-pd0-f175.google.com ([209.85.192.175]:42605) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YVgp6-0003k4-1U for emacs-orgmode@gnu.org; Wed, 11 Mar 2015 09:37:20 -0400 Received: by pdbfl12 with SMTP id fl12so11288400pdb.9 for ; Wed, 11 Mar 2015 06:37:19 -0700 (PDT) In-Reply-To: <87r3svudbt.fsf@gmx.us> 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: Rasmus Cc: org-mode mailing list >=20 >> Is :float deprecated? >=20 > No but caption takes priority. I'm working on this case, but my > dev. computer is not well at the moment. >=20 We need to consider the scenario that if we need a captioned table = without a floating environment, what is the right way of obtaining it. = That is needed if you want to insert a table in an mdframed block.=20 I have managed to get it using :placement, but I am not sure if that is = the right approach. Vikas=