From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: [RFC] Org linting library Date: Fri, 05 Jun 2015 23:40:07 +0200 Message-ID: <876171omvc.fsf@nicolasgoaziou.fr> References: <87a8y4fdmv.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:51127) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z0zK4-0005q7-VQ for emacs-orgmode@gnu.org; Fri, 05 Jun 2015 17:38:41 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z0zK4-0007RZ-4O for emacs-orgmode@gnu.org; Fri, 05 Jun 2015 17:38:40 -0400 Received: from relay4-d.mail.gandi.net ([2001:4b98:c:538::196]:58900) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z0zK3-0007RP-UA for emacs-orgmode@gnu.org; Fri, 05 Jun 2015 17:38:40 -0400 In-Reply-To: (Rainer M. Krug's message of "Fri, 05 Jun 2015 12:51:54 +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: > The link > > ,---- > | [[file:__BOX__/Aerodynamic%20resistances.docx][file:./__BOX__/Aerodynamic resistances.docx]] > `---- > > causes the following warnings: > > ,---- > | 9094 low Link to non-existent local file "__BOX__/Aerodynamic%20resistances.docx" Fixed. Thank you. > | 9094 low Link to non-existent local file "./__BOX__/Aerodynamic" > `---- > > although the file exists and the link works in org. 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. Regards,