From mboxrd@z Thu Jan 1 00:00:00 1970 From: Myles English Subject: Re: allow italic quote marks? org-emphasis-regexp-components Date: Thu, 18 Jun 2015 16:50:14 +0100 Message-ID: <87wpz1xbgp.fsf@gmail.com> References: <87ioap46w5.fsf@gmail.com> <87zj3x7mz5.fsf@stevenarntson.com> <87k2v13111.fsf@mbork.pl> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:34849) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z5c4S-0005yv-6h for emacs-orgmode@gnu.org; Thu, 18 Jun 2015 11:49:41 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z5c4P-0006TB-0P for emacs-orgmode@gnu.org; Thu, 18 Jun 2015 11:49:40 -0400 Received: from mail-wi0-x229.google.com ([2a00:1450:400c:c05::229]:35793) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z5c4O-0006Ru-GK for emacs-orgmode@gnu.org; Thu, 18 Jun 2015 11:49:36 -0400 Received: by wiga1 with SMTP id a1so175581369wig.0 for ; Thu, 18 Jun 2015 08:49:34 -0700 (PDT) In-reply-to: <87k2v13111.fsf@mbork.pl> 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: Marcin Borkowski Cc: Steven Arntson , emacs-orgmode@gnu.org, Kaushal Marcin Borkowski writes: > On 2015-06-18, at 05:19, Kaushal wrote: > >> The solution is simpler than you think; you simply need to add ZERO WIDTH >> SPACE unicode char between / and " (beginning) and " and / (end). Thanks for your detailed answer Kaushal. I hadn't heard of a 'zero length space' before. > Won't it break the LaTeX export? I seems to work and manages to produce a pdf but does give this error: ! Package inputenc Error: Unicode char \u8:​ not set up for use with LaTeX. Myles