emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[O] [ISSUE] source block coderef link does not work when not under same


From: stardiviner
Subject: [O] [ISSUE] source block coderef link does not work when not under same headline
Date: Sat, 15 Jun 2019 15:46:26 +0800
User-agent: mu4e 1.1.0; emacs 27.0.50

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
      



reply via email to

[Prev in Thread] Current Thread [Next in Thread]