From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: New exporter queries, captions Date: Thu, 13 Sep 2012 18:21:26 +0200 Message-ID: <87obl9sxkp.fsf@gmail.com> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:42894) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TCCEU-0000oz-TT for emacs-orgmode@gnu.org; Thu, 13 Sep 2012 12:25:42 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TCCEP-0003ii-Rf for emacs-orgmode@gnu.org; Thu, 13 Sep 2012 12:25:38 -0400 Received: from mail-wi0-f177.google.com ([209.85.212.177]:46999) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TCCEP-0003hp-LT for emacs-orgmode@gnu.org; Thu, 13 Sep 2012 12:25:33 -0400 Received: by wibhn17 with SMTP id hn17so3022822wib.12 for ; Thu, 13 Sep 2012 09:25:32 -0700 (PDT) In-Reply-To: (Thomas S. Dye's message of "Wed, 12 Sep 2012 11:26:22 -1000") 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: "Thomas S. Dye" Cc: Org-mode Hello, tsd@tsdye.com (Thomas S. Dye) writes: > Three queries about captions in the new exporter: > > 1) The old exporter allowed a structure like this #+CAPTION: [Short > caption]{Long caption.} to export \caption[Short caption]{Long caption.} > to LaTeX. The new exporter gives something like this \caption{[Short > caption]{Long caption.}} Can the former behavior be implemented in the > new exporter? Correct syntax is: #+CAPTION[short]: long much like: #+RESULTS[hash]: name > 2) Caption text appears to require markup in the export target language, > rather than org markup. So, for LaTeX export I need something like > > #+CAPTION: Things: \textit{a}, some; \textit{b}, other. > Rather than, #+CAPTION: /a/, some; /b/, other. Shouldn't caption text > > honor org markup so it can be exported correctly to different backends? > Is there a switch for this? That was a bug. Captions honor Org syntax again. Thanks. > 3) My captions are often long. Is it possible to enter these so they > aren't all on one line? Something like > > #+CAPTION: Line one > #+CAPTION: Line two > > would be great. It is now implemented. Regards, -- Nicolas Goaziou