Hello,

Kaushal Modi <kaushal.m...@gmail.com> writes:

> On Mon, Jan 22, 2018 at 2:52 PM Nicolas Goaziou <m...@nicolasgoaziou.fr>
> wrote:
>
>> 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?

If `org-src-fontify-natively' is non-nil, contents of source blocks is
not shown verbatim. In this particular case, contents are displayed as
in an Org buffer, which means links are partly invisible.

Regards,

-- 
Nicolas Goaziou

Reply via email to