From mboxrd@z Thu Jan 1 00:00:00 1970 From: tsd@tsdye.com (Thomas S. Dye) Subject: Re: [ANN] ASCII back-end for new export engine Date: Mon, 23 Jan 2012 05:53:51 -1000 Message-ID: References: <87pqec4xua.fsf@gmail.com> <87bopvjwce.fsf@gmail.com> <877h0ikijd.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([140.186.70.92]:37427) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RpMDQ-0000NK-40 for emacs-orgmode@gnu.org; Mon, 23 Jan 2012 10:53:58 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RpMDK-0005Ld-8f for emacs-orgmode@gnu.org; Mon, 23 Jan 2012 10:53:52 -0500 Received: from oproxy3-pub.bluehost.com ([69.89.21.8]:40662) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1RpMDJ-0005LH-U3 for emacs-orgmode@gnu.org; Mon, 23 Jan 2012 10:53:46 -0500 In-Reply-To: <877h0ikijd.fsf@gmail.com> (Nicolas Goaziou's message of "Mon, 23 Jan 2012 08:03:02 +0100") 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: Org Mode List Nicolas Goaziou writes: > 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, Thanks, that worked. The file name passed to \includegraphics is formed like this: ~/path/to/graphics/file My LaTeX doesn't recognize this as a path. The old exporter passed a file name where the tilde was expanded: /Users/user/path/to/graphics/file All the best, Tom -- Thomas S. Dye http://www.tsdye.com