From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tsunenobu Kai Subject: Inhibit converting "--" to "–" Date: Sun, 17 Jun 2012 08:14:42 +0900 Message-ID: <4FDD1362.4090107@gmail.com> Reply-To: kbkbkbkb1@gmail.com Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-2022-JP Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([208.118.235.92]:47835) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Sg2CY-0007Hs-Pa for emacs-orgmode@gnu.org; Sat, 16 Jun 2012 19:14:43 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Sg2CX-0007x2-CC for emacs-orgmode@gnu.org; Sat, 16 Jun 2012 19:14:42 -0400 Received: from mail-pz0-f41.google.com ([209.85.210.41]:48493) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Sg2CX-0007wq-2r for emacs-orgmode@gnu.org; Sat, 16 Jun 2012 19:14:41 -0400 Received: by dakp5 with SMTP id p5so5834638dak.0 for ; Sat, 16 Jun 2012 16:14:38 -0700 (PDT) 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 ML Hello everyone, When I export a org file to html, string "--" in org file is converted to "–" in html. I want to display "--" verbatim, so could you tell me how to inhibit converting "--"? Thanks, sorry for stupid question -- Tsunenobu Kai