From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: [RFC] Extend :float attribute to src blocks and normalize syntax Date: Fri, 31 May 2013 21:51:04 +0200 Message-ID: <87ip1z0vyv.fsf@gmail.com> References: <878v2v17pj.fsf@gmail.com> <86hahj6k5b.fsf@somewhere.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:52887) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UiVM9-0003Vb-6X for emacs-orgmode@gnu.org; Fri, 31 May 2013 15:51:22 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UiVM6-0006g0-VN for emacs-orgmode@gnu.org; Fri, 31 May 2013 15:51:21 -0400 Received: from plane.gmane.org ([80.91.229.3]:35778) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UiVM6-0006ff-P0 for emacs-orgmode@gnu.org; Fri, 31 May 2013 15:51:18 -0400 Received: from public by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1UiVM4-0006H6-7y for emacs-orgmode@gnu.org; Fri, 31 May 2013 21:51:16 +0200 In-Reply-To: <86hahj6k5b.fsf@somewhere.org> (Sebastien Vauban's message of "Fri, 31 May 2013 21:09:52 +0200") 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: Sebastien Vauban Cc: public-emacs-orgmode-mXXj517/zsQ@plane.gmane.org Hello, "Sebastien Vauban" writes: > Does it have impact on centering as well? You speak of caption, and I remember > that (at least, before), in LaTeX, when giving a caption to a figure, it was > centered, otherwise not. Is there such interaction? This patch is unrelated to centering. Giving a caption to a table (or an image, or a src block) is equivalent to ":float t", unless ":float nil" is already specified, in which case caption is ignored. Regards, -- Nicolas Goaziou