Marco Wahl <[email protected]> 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:[email protected]#2222:/etc/httpd/conf/httpd.conf"
                                  ^^^^^       ^^^

There's a bug in the parser, which doesn't know how to handle
"/ssh:[email protected]#2222:/etc/httpd/conf/httpd.conf".

It prefixes it with "//", turning it into
"///ssh:[email protected]#2222:/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