From mboxrd@z Thu Jan 1 00:00:00 1970 From: stardiviner Subject: Re: [ISSUE] links navigation not consistent behavior Date: Fri, 12 Apr 2019 07:10:18 +0800 Message-ID: <87sguo16lh.fsf@gmail.com> References: <87k1gj3n5q.fsf@gmail.com> <87zhp8i2q9.fsf@nicolasgoaziou.fr> <87r2ajrr2r.fsf@alphaville.usersys.redhat.com> <87tvfd7u5p.fsf@nicolasgoaziou.fr> <87ftqtpcam.fsf@gmail.com> <87o95g6e5d.fsf@nicolasgoaziou.fr> <87imvmu76n.fsf@gmail.com> <87bm1e56gx.fsf@nicolasgoaziou.fr> Reply-To: numbchild@gmail.com Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([209.51.188.92]:46368) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hEivi-0003ca-Qk for emacs-orgmode@gnu.org; Thu, 11 Apr 2019 19:16:28 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hEivh-0005zm-4k for emacs-orgmode@gnu.org; Thu, 11 Apr 2019 19:16:26 -0400 Received: from [115.224.136.6] (port=20993 helo=dark.localdomain) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hEivg-0005vn-Ml for emacs-orgmode@gnu.org; Thu, 11 Apr 2019 19:16:25 -0400 In-reply-to: <87bm1e56gx.fsf@nicolasgoaziou.fr> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: "Emacs-orgmode" To: Nicolas Goaziou Cc: Nick Dokos , emacs-orgmode@gnu.org 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 >> >> https://www.baidu.com >> #+end_src > >> In upper example, when I link jumping from first link to next, it will skip the >> url in properties drawer. > > This is expected. > > The value in a properties drawer cannot be a link, even though > `org-open-at-point' would normally open it, as is done for comments. I see. > > In addition to no being syntactically a valid link, I think it is > undesirable for an interactive command to display hidden internal data. > > If you want to reach it, just write a function calling > > (re-search-forward org-any-link-re nil t) Thanks for this advice. > >> When I try to jump backwards, some times reports "no further link found", like >> when I'm on the last link. > > I think I fixed this. Thanks again for your work. :) > > Thank you. > > Regards, Have a nice day, Nicolas. -- [ stardiviner ] I try to make every word tell the meaning what I want to express. Blog: https://stardiviner.github.io/ IRC(freenode): stardiviner, Matrix: stardiviner GPG: F09F650D7D674819892591401B5DF1C95AE89AC3