From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: [RFC] Org linting library Date: Sun, 07 Jun 2015 01:22:56 +0200 Message-ID: <87lhfwv2un.fsf@nicolasgoaziou.fr> References: <87a8y4fdmv.fsf@nicolasgoaziou.fr> <876171omvc.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:55135) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z1NP6-0006L6-T0 for emacs-orgmode@gnu.org; Sat, 06 Jun 2015 19:21:29 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z1NP6-0000PQ-58 for emacs-orgmode@gnu.org; Sat, 06 Jun 2015 19:21:28 -0400 Received: from relay4-d.mail.gandi.net ([2001:4b98:c:538::196]:38154) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z1NP5-0000PK-UP for emacs-orgmode@gnu.org; Sat, 06 Jun 2015 19:21:28 -0400 In-Reply-To: (Rainer M. Krug's message of "Sat, 06 Jun 2015 16:44:20 +0200") 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-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Rainer M Krug Cc: Org Mode List Rainer M Krug writes: >> Here, Org Lint is correct. Link's description is really a link to >> a file, "./__BOX__/Aerodynamic", followed by a space, and >> "resistances.docx" text. > > But it is in the description part - shouldn't this be considered "normal > text" whatever it is? I wish it would. Unfortunately, Org has no proper image syntax, so we have to support plain links (i.e, no brackets) in descriptions to get image links. Regards,