From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: How to markup verbatim code including = and ~? Date: Sun, 03 Mar 2013 09:54:37 +0100 Message-ID: <87ip58x3qq.fsf@gmail.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([208.118.235.92]:45063) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UC4h2-0001zK-8b for emacs-orgmode@gnu.org; Sun, 03 Mar 2013 03:54:53 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UC4h1-0002ku-AT for emacs-orgmode@gnu.org; Sun, 03 Mar 2013 03:54:52 -0500 Received: from mail-wi0-f181.google.com ([209.85.212.181]:53253) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UC4h1-0002kp-3P for emacs-orgmode@gnu.org; Sun, 03 Mar 2013 03:54:51 -0500 Received: by mail-wi0-f181.google.com with SMTP id hm6so874001wib.14 for ; Sun, 03 Mar 2013 00:54:50 -0800 (PST) In-Reply-To: (Nathaniel Cunningham's message of "Sat, 2 Mar 2013 19:58:06 -0600") 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: Nathaniel Cunningham Cc: emacs-orgmode@gnu.org Hello, Nathaniel Cunningham writes: > Alright, I solved my own problem. > I was able to get verbatim working with a unicode symbol (=E2=88=9A) as d= elimeter, > by editing both org-emphasis-alist and org-export-latex-emphasis-alist. > Cheers! FYI, modifying `org-emphasis-alist' will not be compatible with export in Org 8.0 (the parser assumes there's a fixed set of emphasis markers). Regards, --=20 Nicolas Goaziou