Hi Nicolas
On Sun, Feb 16, 2014 at 10:20 AM, Nicolas Goaziou <[email protected]> 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