Hello, John Kitchin <jkitc...@andrew.cmu.edu> writes:
> With this definition of a link in org-9: > > #+BEGIN_SRC emacs-lisp > (org-link-set-parameters "test" :follow (lambda (path) (message "check"))) > #+END_SRC > > #+RESULTS: > > Should both of these be "linkfied"? I would have expected the first one > to be, but not the second one. It seems like the "test:rtree" parts of > both of these are linkified. > > test:rtree :test:rtree It looks correct. `org-plain-link-re' regexp expects a word boundary before the type. If you disagree, what do you suggest as allowed characters before a plain link? Regards, -- Nicolas Goaziou