From mboxrd@z Thu Jan 1 00:00:00 1970 From: stardiviner Subject: [ISSUE] source block coderef link does not work when not under same headline Date: Sat, 15 Jun 2019 15:46:26 +0800 Message-ID: <87a7ejuw8d.fsf@gmail.com> Reply-To: numbchild@gmail.com Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:44844) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hc3OT-0005mv-Uz for emacs-orgmode@gnu.org; Sat, 15 Jun 2019 03:46:36 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hc3OS-0002fC-8Y for emacs-orgmode@gnu.org; Sat, 15 Jun 2019 03:46:33 -0400 Received: from [122.236.32.255] (port=42434 helo=dark.localdomain) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hc3OR-0002aA-LF for emacs-orgmode@gnu.org; Sat, 15 Jun 2019 03:46:32 -0400 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: Org Mode Here is an example, on first coderef link, it can work. But not work on second same coderef link. Seems because of ~org-link-search~ can't search across headline scope? #+begin_src org ,* Test coderef in source block ,#+begin_src emacs-lisp (print "hi") ; (ref:kk) ,#+end_src [[(kk)]] ,* test across headline [[(kk)]] #+end_src -- [ 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