From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: [ANN] ASCII back-end for new export engine Date: Mon, 23 Jan 2012 08:03:02 +0100 Message-ID: <877h0ikijd.fsf@gmail.com> References: <87pqec4xua.fsf@gmail.com> <87bopvjwce.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([140.186.70.92]:41276) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RpDxh-0007g9-BU for emacs-orgmode@gnu.org; Mon, 23 Jan 2012 02:05:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RpDxg-00034o-85 for emacs-orgmode@gnu.org; Mon, 23 Jan 2012 02:05:05 -0500 Received: from mail-we0-f169.google.com ([74.125.82.169]:56495) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RpDxf-00033R-Um for emacs-orgmode@gnu.org; Mon, 23 Jan 2012 02:05:04 -0500 Received: by wera13 with SMTP id a13so231739wer.0 for ; Sun, 22 Jan 2012 23:05:03 -0800 (PST) In-Reply-To: (Thomas S. Dye's message of "Sun, 22 Jan 2012 20:14:57 -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 List Hello, tsd@tsdye.com (Thomas S. Dye) writes: > #+CAPTION[An example photograph]: An example photograph. > #+NAME: fig:photo > > for me, yields: > > \caption{\label{fig:photo}An example photograph} > > I was expecting: > > \caption[An example photograph]{\label{fig:photo}An example > photograph} I get the expected caption command in that case, even from a fresh emacs -q. You may need to reload Org, or even Emacs. Regards, -- Nicolas Goaziou