From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: conflicting markup Date: Thu, 03 Feb 2011 18:18:29 +0100 Message-ID: <87sjw5f34q.fsf@gnu.org> References: <20101031162623.GA1981@edilibre.net> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Return-path: Received: from [140.186.70.92] (port=36311 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Pl3TD-000633-8L for emacs-orgmode@gnu.org; Thu, 03 Feb 2011 12:59:55 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Pl2pA-0008A5-UF for emacs-orgmode@gnu.org; Thu, 03 Feb 2011 12:18:29 -0500 Received: from mail-ey0-f169.google.com ([209.85.215.169]:38116) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Pl2pA-00089s-Mj for emacs-orgmode@gnu.org; Thu, 03 Feb 2011 12:18:28 -0500 Received: by eyh6 with SMTP id 6so757089eyh.0 for ; Thu, 03 Feb 2011 09:18:27 -0800 (PST) In-Reply-To: <20101031162623.GA1981@edilibre.net> (=?iso-8859-1?Q?=22S=E9b?= =?iso-8859-1?Q?astien?= Mengin"'s message of "Sun, 31 Oct 2010 17:26:23 +0100") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: =?iso-8859-1?Q?S=E9bastien?= Mengin Cc: emacs-orgmode@gnu.org Hi Sébastien, Sébastien Mengin writes: > I would like to be able to type something like: > > ¶xx¶^e siècle > > where ¶ is the markup for small-caps when exporting to html (which, > finally, I managed to configure, so please forget my precedent post and > forgive me for the noise). > > The problem is that for the moment, I have to separate the markup as > following in order to get conversion to html: > > ¶xx¶ ^e siècle I suggest you try to customize `org-emphasis-regexp-components' so that the ^ char is allowed as a postmach character (I didn't try myself tho). HTH, -- Bastien