From mboxrd@z Thu Jan 1 00:00:00 1970 From: amscopub-mail@yahoo.com Subject: Feature request: modify italic regexp list to include non-breaking space and other characters Date: Wed, 20 Apr 2011 08:04:54 -0700 (PDT) Message-ID: <824926.32909.qm@web120711.mail.ne1.yahoo.com> Reply-To: amscopub-mail@yahoo.com Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([140.186.70.92]:34090) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QCYxd-0004RY-AA for emacs-orgmode@gnu.org; Wed, 20 Apr 2011 11:04:58 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QCYxc-0007Ji-0e for emacs-orgmode@gnu.org; Wed, 20 Apr 2011 11:04:57 -0400 Received: from nm29.bullet.mail.ne1.yahoo.com ([98.138.90.92]:47029) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1QCYxb-0007Jc-MG for emacs-orgmode@gnu.org; Wed, 20 Apr 2011 11:04:55 -0400 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: emacs-orgmode@gnu.org Sample code: Using /a/=E2=80=99s and /b/=E2=80=99s, write add /x/=C2=A0+=C2=A02. ^ ^ ^ ^ Right single quotation mark Non-breaking space Expected HTML export: Using a=E2=80=99s and b=E2=80=99s, write x + 2. Actual HTML export: Using /a/=E2=80=99s and /b/=E2=80=99s, write add /x/ + 2. If it's not clear, the sample code uses the unicode character "right single= character" instead of an apostrophe and "non-breaking space" instead of re= gular white space.=20 It makes sense to use these characters this way, however, orgmode neither d= isplays the italic expressions correctly nor exports them correctly.=20 I believe older versions of orgmode worked in the expected way.=20 How can I modify the regexp list? Bold characters are also affected. Using 7.4.