From mboxrd@z Thu Jan 1 00:00:00 1970 From: Oleh Subject: Re: ~"~ doesn't register as verbatim Date: Mon, 24 Feb 2014 18:38:03 +0100 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:51167) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WHzTh-0002F4-QR for emacs-orgmode@gnu.org; Mon, 24 Feb 2014 12:38:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WHzTh-0000xQ-0B for emacs-orgmode@gnu.org; Mon, 24 Feb 2014 12:38:05 -0500 Received: from mail-we0-x22c.google.com ([2a00:1450:400c:c03::22c]:62516) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WHzTg-0000wf-Pf for emacs-orgmode@gnu.org; Mon, 24 Feb 2014 12:38:04 -0500 Received: by mail-we0-f172.google.com with SMTP id u56so5045764wes.17 for ; Mon, 24 Feb 2014 09:38:03 -0800 (PST) In-Reply-To: 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: org mode 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? > > regards, > Oleh