emacs-orgmode
[Top][All Lists]
Advanced

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

Re: How do I link to a specific line in an org-babel block?


From: Ihor Radchenko
Subject: Re: How do I link to a specific line in an org-babel block?
Date: Sun, 17 Mar 2024 13:17:39 +0000

Rudi C <rudiwillalwaysloveyou@gmail.com> writes:

> How do I link to a specific line in an org-babel block?

a.org:

#+begin_src emacs-lisp
(message "Hello world!")
(message "Hello other worlds!!!") ; (ref:greetworlds)
#+end_src

b:org
[[./a.org::(greetworlds)]]

See https://orgmode.org/manual/Literal-Examples.html

> I tried using [[file:.../my.org::search-term]] , but this only works for
> jumping to a heading, not an arbitrary line. (It does work for non-org
> files.)

That's because "search-term" is used for fuzzy search, which is limited
to headings by default. You can customize
`org-link-search-must-match-exact-headline' to change this.

-- 
Ihor Radchenko // yantar92,
Org mode contributor,
Learn more about Org mode at <https://orgmode.org/>.
Support Org development at <https://liberapay.com/org-mode>,
or support my work at <https://liberapay.com/yantar92>



reply via email to

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