[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] parser: verbatim or code?
From: |
Michael Brand |
Subject: |
Re: [O] parser: verbatim or code? |
Date: |
Sun, 16 Feb 2014 10:43:40 +0100 |
Hi Nicolas
On Sun, Feb 16, 2014 at 10:20 AM, Nicolas Goaziou <address@hidden> 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