From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: [new exporter] Problems with entities Date: Mon, 27 Aug 2012 15:41:10 +0200 Message-ID: <87sjb88nbd.fsf@gmail.com> References: <876284adcp.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:36023) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T5zcu-0000Zc-Cm for emacs-orgmode@gnu.org; Mon, 27 Aug 2012 09:45:18 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1T5zck-0007qR-LC for emacs-orgmode@gnu.org; Mon, 27 Aug 2012 09:45:12 -0400 Received: from mail-wg0-f41.google.com ([74.125.82.41]:41475) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T5zck-0007jw-Eh for emacs-orgmode@gnu.org; Mon, 27 Aug 2012 09:45:02 -0400 Received: by wgbds1 with SMTP id ds1so2324348wgb.0 for ; Mon, 27 Aug 2012 06:45:01 -0700 (PDT) In-Reply-To: (Thomas Holst's message of "Mon, 27 Aug 2012 12:02:09 +0200") 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 Holst Cc: org-mode mailing list Hello, Thomas Holst writes: > Now it works as expected and explained by you. There was an error in my > initial version. It was only a list not a list containing lists. Actually, I overlooked the second part of your example: Dies ist eine Ligatur: f\/ifteen \alpha ab\-cd. ab\-cd should be exported as-as, not as ab$\backslash$-cd, since "\-" is considered as a special string (see `org-export-with-special-strings'). I fixed that mistake in the new exporter. Thanks again. Regards, -- Nicolas Goaziou