emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] [RFC] Org linting library


From: Nicolas Goaziou
Subject: Re: [O] [RFC] Org linting library
Date: Mon, 20 Apr 2015 12:42:38 +0200

Marco Wahl <address@hidden> writes:

> I think it's too much that org-lint tries to follow ssh links.

It doesn't follow remote paths.

> 2278 low   Link to non-existent local file 
> "///ssh:address@hidden:/etc/httpd/conf/httpd.conf"
                                  ^^^^^       ^^^

There's a bug in the parser, which doesn't know how to handle
"/ssh:address@hidden:/etc/httpd/conf/httpd.conf".

It prefixes it with "//", turning it into
"///ssh:address@hidden:/etc/httpd/conf/httpd.conf". Then `org-lint'
thinks it's a local file.

The problem should be fixed in master, so you need to update Org.

Thanks for the feedback.

Regards,



reply via email to

[Prev in Thread] Current Thread [Next in Thread]