From mboxrd@z Thu Jan 1 00:00:00 1970 From: James Harkins Subject: Re: [bug?] org-latex-table-caption-above has no effect Date: Tue, 23 Jul 2013 15:49:04 -0400 Message-ID: <87wqohgiq7.wl%jamshark70@dewdrop-world.net> References: <87y58xgthl.wl%jamshark70@dewdrop-world.net> <87fvv5kyzv.fsf@gmail.com> Mime-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:52018) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V1ia3-0006Bp-Uc for emacs-orgmode@gnu.org; Tue, 23 Jul 2013 15:49:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1V1ia3-0008CX-1m for emacs-orgmode@gnu.org; Tue, 23 Jul 2013 15:49:07 -0400 Received: from mail-qa0-x22f.google.com ([2607:f8b0:400d:c00::22f]:65512) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V1ia2-0008CR-TD for emacs-orgmode@gnu.org; Tue, 23 Jul 2013 15:49:06 -0400 Received: by mail-qa0-f47.google.com with SMTP id o19so1475995qap.20 for ; Tue, 23 Jul 2013 12:49:06 -0700 (PDT) In-Reply-To: <87fvv5kyzv.fsf@gmail.com> 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: Nicolas Goaziou Cc: orgmode At Tue, 23 Jul 2013 18:44:04 +0200, Nicolas Goaziou wrote: > James Harkins writes: > > > According to [1], the customization variable > > org-latex-table-caption-above was added to allow table captions to > > come underneath the table. I can't see any indication that the > > variable has been deprecated, but in my environment, it has no effect > > at all. > > > This variable, as its name suggests, only applies to tables. You're > captioning a special block (begin_table) here. Therefore it is ignored. Okay, I can understand that. (Actually, I kind of guessed this sometime after getting up from the computer). It took a minute to play with it, and another visit to the org manual, but this seems to do what I wanted. Posting for the benefit of future archive searches. (The "multicolumn" is necessary for this article, where the conference specifies a two-column format. Maybe optional in other settings.) #+CAPTION: A table #+NAME: table1 #+ATTR_LaTeX: :float multicolumn | Row 1 | Something | | Row 2 | Something else | Thanks -- hjh