From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: [RFC] Moving "manual.org" into core Date: Tue, 23 Jan 2018 17:33:09 +0100 Message-ID: <877es8edru.fsf@nicolasgoaziou.fr> References: <87bmhooaj9.fsf@nicolasgoaziou.fr> <87tvveqi7u.fsf@bzg.fr> <87wp0a57i5.fsf@nicolasgoaziou.fr> <87lggp6fvh.fsf@nicolasgoaziou.fr> <87d1216ca1.fsf@nicolasgoaziou.fr> <87y3kp4qnn.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:49908) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ee1Vb-00086j-I0 for emacs-orgmode@gnu.org; Tue, 23 Jan 2018 11:33:16 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ee1Va-0001k6-Pj for emacs-orgmode@gnu.org; Tue, 23 Jan 2018 11:33:15 -0500 In-Reply-To: (Kaushal Modi's message of "Tue, 23 Jan 2018 15:19:45 +0000") 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" To: Kaushal Modi Cc: Bastien Guerry , Achim Gratz , Org Mode List Hello, Kaushal Modi writes: > On Mon, Jan 22, 2018 at 2:52 PM Nicolas Goaziou > 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