From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: parser: verbatim or code? Date: Tue, 04 Mar 2014 10:52:11 +0100 Message-ID: <87lhwq44wu.fsf@bzg.ath.cx> References: <87iosg1oge.wl@dns1.atmark-techno.com> <87mwhsfo9e.fsf@gmail.com> <87ob27tp8p.wl@dns1.atmark-techno.com> <87eh33s9ag.fsf@gmail.com> <87a9drs7gj.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:56993) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WKmsS-0000HA-Fb for emacs-orgmode@gnu.org; Tue, 04 Mar 2014 05:47:18 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WKmsL-00055T-V9 for emacs-orgmode@gnu.org; Tue, 04 Mar 2014 05:47:12 -0500 Received: from rs249.mailgun.us ([209.61.151.249]:60584) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WKmsL-00054y-NK for emacs-orgmode@gnu.org; Tue, 04 Mar 2014 05:47:05 -0500 In-Reply-To: (Michael Brand's message of "Sun, 16 Feb 2014 12:52:10 +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: Michael Brand Cc: Org Mode , Nicolas Goaziou Hi Yasushi, Michael and Nicolas, Michael Brand writes: > The syntax for inline code snippets seems easier to read by human and > to parse with "~" than with "=" because inline code snippets use "~" > less often than "=". I avoid "~/" by using "$HOME/" in my notes about > shell and shell scripts. Some examples: I've now fix those inconsistencies, both in the manual and in the code. I followed Michael suggestion to use ~code~ and =verbatim=. We may need to update the way export backend treat this markup, and try to be consistent here too. Thanks, -- Bastien