Re: [O] link recognition in orgmode

2017-09-06 Thread Nicolas Goaziou
Hello, John Kitchin writes: > The reason this came up is related to restructured text in a src block > docstring. For example, using > http://sphinxcontrib-bibtex.readthedocs.io/en/latest/usage.html#roles-and-directives, > one can write: "See :cite:`1987:nelson` for an introduction to > non-stan

Re: [O] link recognition in orgmode

2017-09-05 Thread John Kitchin
Nicolas Goaziou writes: > Hello, > > John Kitchin 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

Re: [O] link recognition in orgmode

2017-09-05 Thread Nicolas Goaziou
Hello, John Kitchin 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 t

[O] link recognition in orgmode

2017-09-04 Thread John Kitchin
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" pa