Re: [O] [ISSUE] links navigation not consistent behavior

2019-04-11 Thread stardiviner
Nicolas Goaziou writes: > Hello, > > stardiviner writes: >> #+begin_src org >> https://www.bing.com >> >> ,* link in properties drawer >> :PROPERTIES: >> :URL: http://www.google.com >> :END: >> >> https://www.bing.com >> >> ,* http(s) url in content of headline >> >>

Re: [O] [ISSUE] links navigation not consistent behavior

2019-04-10 Thread Nicolas Goaziou
Hello, stardiviner writes: > #+begin_src org > https://www.bing.com > > ,* link in properties drawer > :PROPERTIES: > :URL: http://www.google.com > :END: > > https://www.bing.com > > ,* http(s) url in content of headline > > https://www.baidu.com > #+end_src > In upper example,

Re: [O] [ISSUE] links navigation not consistent behavior

2019-04-09 Thread stardiviner
Nicolas Goaziou writes: > Hello, > > stardiviner writes: > >> I'm using the latest commit of master branch of Org. Still have link >> navigation problem. >> >> It used can treat http:// like url as link too. Now it is ignored. Is >> it on designed or an issue? > > I don't understand your

Re: [O] [ISSUE] links navigation not consistent behavior

2019-04-08 Thread Nicolas Goaziou
Hello, stardiviner writes: > I'm using the latest commit of master branch of Org. Still have link > navigation problem. > > It used can treat http:// like url as link too. Now it is ignored. Is > it on designed or an issue? I don't understand your report. Please describe it with an example.

Re: [O] [ISSUE] links navigation not consistent behavior

2019-04-07 Thread stardiviner
I'm using the latest commit of master branch of Org. Still have link navigation problem. It used can treat http:// like url as link too. Now it is ignored. Is it on designed or an issue? -- [ stardiviner ] I try to make every word tell the meaning what I want to express.

Re: [O] [ISSUE] links navigation not consistent behavior

2019-04-04 Thread Nicolas Goaziou
Hello, Nick Dokos writes: > | I can reproduce this and traced it to this code: > | > | , > | | (catch :found > | | (while (funcall search-fun org-link-any-re nil t) > | | (pcase (org-element-lineage (org-element-context) '(link) t);;; > < HERE > | | (`nil nil)

Re: [O] [ISSUE] links navigation not consistent behavior

2019-04-03 Thread Nick Dokos
Nicolas Goaziou writes: > Hello, > > stardiviner writes: > >> For example, I have following Org content: >> >> #+begin_src org ,*** TODO Figwheel [0/1] >> >> - [ ] https://www.youtube.com/watch?v=yUTxm29fjT4 :: I built a >> Figwheel-inspired, hot code reloading experience for Clojure, >>

Re: [O] [ISSUE] links navigation not consistent behavior

2019-04-02 Thread Nicolas Goaziou
Hello, stardiviner writes: > For example, I have following Org content: > > #+begin_src org > ,*** TODO Figwheel [0/1] > > - [ ] https://www.youtube.com/watch?v=yUTxm29fjT4 :: I built a > Figwheel-inspired, hot code reloading experience for Clojure, with an eye > towards #datascience

[O] [ISSUE] links navigation not consistent behavior

2019-03-27 Thread stardiviner
For example, I have following Org content: #+begin_src org ,*** TODO Figwheel [0/1] - [ ] https://www.youtube.com/watch?v=yUTxm29fjT4 :: I built a Figwheel-inspired, hot code reloading experience for Clojure, with an eye towards #datascience hacking. ,*** TODO Docker ClojureScript [0/3]