From mboxrd@z Thu Jan 1 00:00:00 1970 From: Yasushi SHOJI Subject: parser: verbatim or code? Date: Sat, 15 Feb 2014 22:43:13 +0900 Message-ID: <87iosg1oge.wl@dns1.atmark-techno.com> Mime-Version: 1.0 (generated by SEMI-EPG 1.14.7 - "Harue") Content-Type: text/plain; charset=US-ASCII Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:59132) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WEfWe-000295-AD for emacs-orgmode@gnu.org; Sat, 15 Feb 2014 08:43:30 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WEfWY-0005EY-BN for emacs-orgmode@gnu.org; Sat, 15 Feb 2014 08:43:24 -0500 Received: from p654782.hkidff01.ap.so-net.ne.jp ([121.101.71.130]:42532 helo=dns1.atmark-techno.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WEfWY-0005Cc-1X for emacs-orgmode@gnu.org; Sat, 15 Feb 2014 08:43:18 -0500 Received: from sv-prius.atmark-techno.com (sv-prius.local-network [192.168.10.102]) by dns1.atmark-techno.com (Postfix) with ESMTP id CCABB8345B for ; Sat, 15 Feb 2014 22:43:13 +0900 (JST) 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@gnu.org Hello, While writing a new exporter I've noticed that `=' is actually for verbatim and `~' is for code emphasis despite the fact that the current org manual says: You can make words *bold*, /italic/, _underlined_, =code= and ~verbatim~ Is this documentation bug? regards, -- yashi