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 08:45:18 +0100 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:50486) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WIClT-0000bC-Vi for emacs-orgmode@gnu.org; Tue, 25 Feb 2014 02:49:26 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WIClN-0000qF-Qd for emacs-orgmode@gnu.org; Tue, 25 Feb 2014 02:49:19 -0500 Received: from mail2-relais-roc.national.inria.fr ([192.134.164.83]:49860) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WIClN-0000kX-GP for emacs-orgmode@gnu.org; Tue, 25 Feb 2014 02:49:13 -0500 In-Reply-To: (Oleh's message of "Mon, 24 Feb 2014 18:38:03 +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: org mode Hello, Oleh writes: > Found the work-around: > > @@html:"@@ > > will do what I want. > > regards, > Oleh > > On Sat, Feb 22, 2014 at 5:06 PM, Oleh wrote: >> Hi all, >> >> I'm using verbatim markers to export them as in HTML. >> But ~"~ isn't recognized as verbatim. I've tried fiddling with org-verbatim-re, >> but it doesn't update on revert-buffer. >> >> Can someone hep me with this? >> Maybe a workaround inline snippet that transforms to " on >> HTML export? I had a similar question recently (http://thread.gmane.org/gmane.emacs.orgmode/82300). The trick is to change the variable org-emphasis-regexp-components such that the borders part no longer include ". Alan