From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alan Schmitt Subject: Re: ~"~ doesn't register as verbatim Date: Tue, 25 Feb 2014 10:17:22 +0100 Message-ID: References: <86y50z8v2c.fsf@somewhere.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:42917) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WIE8t-0003ou-Nj for emacs-orgmode@gnu.org; Tue, 25 Feb 2014 04:17:43 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WIE8l-00059n-EI for emacs-orgmode@gnu.org; Tue, 25 Feb 2014 04:17:35 -0500 Received: from mail2-relais-roc.national.inria.fr ([192.134.164.83]:8058) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WIE8l-000598-5X for emacs-orgmode@gnu.org; Tue, 25 Feb 2014 04:17:27 -0500 In-Reply-To: (Oleh's message of "Tue, 25 Feb 2014 09:42:07 +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: Oleh Cc: Sebastien Vauban , emacs-orgmode@gnu.org Oleh writes: >> Could you maybe share your customization, then? It was clearly not as elegant as this: > I can share it: > > (setcar (nthcdr 2 org-emphasis-regexp-components) " \t\n,'") > (custom-set-variables `(org-emphasis-alist ',org-emphasis-alist)) However I don't understand why the second line is necessary (but when testing it, I found it necessary). Alan