From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Brand Subject: Re: parser: verbatim or code? Date: Sun, 16 Feb 2014 10:43:40 +0100 Message-ID: References: <87iosg1oge.wl@dns1.atmark-techno.com> <87mwhsfo9e.fsf@gmail.com> <87ob27tp8p.wl@dns1.atmark-techno.com> <87eh33s9ag.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:45259) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WEyGE-0000y3-Fg for emacs-orgmode@gnu.org; Sun, 16 Feb 2014 04:43:43 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WEyGD-0006O2-5s for emacs-orgmode@gnu.org; Sun, 16 Feb 2014 04:43:42 -0500 Received: from mail-qa0-x22a.google.com ([2607:f8b0:400d:c00::22a]:61633) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WEyGD-0006Nr-1q for emacs-orgmode@gnu.org; Sun, 16 Feb 2014 04:43:41 -0500 Received: by mail-qa0-f42.google.com with SMTP id k4so20529488qaq.15 for ; Sun, 16 Feb 2014 01:43:40 -0800 (PST) In-Reply-To: <87eh33s9ag.fsf@gmail.com> 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: Nicolas Goaziou Cc: Org Mode Hi Nicolas On Sun, Feb 16, 2014 at 10:20 AM, Nicolas Goaziou wrote: > If we leave it as-is, documentation needs to be updated anyway. > > If we do change them, it should only happen in "org-element.el". I don't > think that would break existing documents, as code and verbatim are > really close to each other. > > I don't care either way. Though, I lean towards the first option, as > I like "=" as verbatim (which may be the source of the initial > confusion). When I read org-element-text-markup-successor ((equal marker "~") 'code) ((equal marker "=") 'verbatim) it confuses me because of the well known Org manual You can make words *bold*, /italic/, _underlined_, =code= and ~verbatim~ Michael