From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Alekseyev Subject: org-mode code / verbatim delimiters don't work with quotation marks Date: Mon, 20 Feb 2012 08:30:44 -0500 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from eggs.gnu.org ([140.186.70.92]:34170) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RzTKN-0008Bx-3M for emacs-orgmode@gnu.org; Mon, 20 Feb 2012 08:30:55 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RzTKI-0006H6-Rt for emacs-orgmode@gnu.org; Mon, 20 Feb 2012 08:30:51 -0500 Received: from mail-pz0-f41.google.com ([209.85.210.41]:65073) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RzTKI-0006Gu-Mz for emacs-orgmode@gnu.org; Mon, 20 Feb 2012 08:30:46 -0500 Received: by dadv6 with SMTP id v6so6055301dad.0 for ; Mon, 20 Feb 2012 05:30:44 -0800 (PST) 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 I noticed that strings like ='foo'= or =di"= don't get recognized by org as code, which is somewhat unfortunate because it forces me to edit exported HTML by hand. Are there any workarounds for this behavior? --Leo