On Mon, Jan 22, 2018 at 2:52 PM Nicolas Goaziou <mail@nicolasgoaziou.fr> wrote:
Kaushal Modi <kaushal.modi@gmail.com> writes:
 
There is another issue with "begin_src org" blocks. If your example
contains a link, you only see the description part, not the whole
syntax. Thus

    #+begin_src org
      [[path][description]]
    #+end_src

is seen as

    #+begin_src org
      description
    #+end_src

which can be very confusing.

Wouldn't that qualify as a bug? Shouldn't text in src blocks always be shown verbatim without any overlays? Use of example block instead of src block using this as one of the reasons looks like a workaround.


--

Kaushal Modi