Re: links are not parsed in keyword context

2020-04-13 Thread Alan Schmitt
Hello Nicolas, On 2020-04-13 11:19, Nicolas Goaziou writes: > This is a feature. With a few exception, keyword value is not parsed, > i.e., Org does not need to understand what happens in there. Thank you for the explanation. >> Alternatively, should I suggest org-ref uses an approach similar

Re: links are not parsed in keyword context

2020-04-13 Thread Nicolas Goaziou
Hello, Alan Schmitt writes: > If you consider the following line in an org file > > #+begin_src org > #+FOO: http://alan.petitepomme.net/ > #+end_src > > > then calling ~org-element-context~ returns > > #+begin_src emacs-lisp > (keyword > (:key "FOO" > :value "http://alan.petitepomme.net/; >

links are not parsed in keyword context

2020-04-13 Thread Alan Schmitt
Hello, If you consider the following line in an org file #+begin_src org #+FOO: http://alan.petitepomme.net/ #+end_src then calling ~org-element-context~ returns #+begin_src emacs-lisp (keyword (:key "FOO" :value "http://alan.petitepomme.net/; :begin 1 :end 38 :post-blank 1