From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alan Schmitt Subject: Re: emphasis borders, double quotes, and export Date: Fri, 28 Mar 2014 16:10:27 +0100 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:54345) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WTYQr-0001jX-UH for emacs-orgmode@gnu.org; Fri, 28 Mar 2014 11:11:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WTYQi-0003o1-6P for emacs-orgmode@gnu.org; Fri, 28 Mar 2014 11:10:57 -0400 Received: from mail3-relais-sop.national.inria.fr ([192.134.164.104]:3581) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WTYQh-0003nl-W7 for emacs-orgmode@gnu.org; Fri, 28 Mar 2014 11:10:48 -0400 In-Reply-To: (Alan Schmitt's message of "Fri, 28 Mar 2014 14:58:08 +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: emacs-orgmode Alan Schmitt writes: > Hello, > > I have removed the single and double quote characters from my > configuration of the emphasis borders: > > #+begin_src emacs-lisp > (setcar (nthcdr 2 org-emphasis-regexp-components) " \t\n,") > (custom-set-variables `(org-emphasis-alist ',org-emphasis-alist)) > #+end_src > > However, the latex export of the following file is not correct. > > This is a string: ~"Nil"~. > > The generated latex is as follows (I show just the fragment of > interest): > > #+begin_src latex > This is a string: \textasciitilde{}"Nil"\textasciitilde{}. > #+end_src > > I see the same problem with html export. > > Note that syntax highlighting works correctly. > > Is this a bug? Looking a little deeper into this, it seems to be a regression. I had files with things like ~'a list~ that exported correctly a couple weeks ago that no longer export correctly. Alan