From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: LaTeX export with listings: multicolumn support broken? Date: Wed, 11 Dec 2013 16:22:18 +0100 Message-ID: <87y53rxvit.fsf@gmail.com> References: <0d5f47ef-bee2-4e67-875e-3a1883c11e4b@dewdrop-world.net> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:37633) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vqlbx-0003UC-OI for emacs-orgmode@gnu.org; Wed, 11 Dec 2013 10:22:11 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Vqlbs-0007dd-3n for emacs-orgmode@gnu.org; Wed, 11 Dec 2013 10:22:05 -0500 Received: from mail-ea0-x234.google.com ([2a00:1450:4013:c01::234]:59798) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vqlbr-0007dE-U8 for emacs-orgmode@gnu.org; Wed, 11 Dec 2013 10:22:00 -0500 Received: by mail-ea0-f180.google.com with SMTP id f15so2993971eak.11 for ; Wed, 11 Dec 2013 07:21:59 -0800 (PST) In-Reply-To: <0d5f47ef-bee2-4e67-875e-3a1883c11e4b@dewdrop-world.net> (James Harkins's message of "Wed, 11 Dec 2013 23:03:41 +0800") 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: James Harkins Cc: orgmode James Harkins writes: > On Wednesday, December 11, 2013 10:54:37 PM HKT, James Harkins wrote: >> I have also tried >> >> #+ATTR_LaTeX: :float multicolumn :options [htb] >> >> per documentation at [1]. I still get \begin{figure}, not > \begin{figure*}. > > Forgot the footnote: it's > http://orgmode.org/manual/LaTeX-specific-attributes.html#LaTeX-specific-attributes > > Anyway, I've tested 8.2, 8.1.2, 8.1.0 and a previous "sandbox" branch > I used at some point in the past. None of them give me multicolumn > figures for code blocks. > > Well, certainly it worked back in August... Your first "attr_latex" line applies to the "figure" special block, not to the source block. Regards, -- Nicolas Goaziou