[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: How to go to an Org headline programmatically?
From: |
Richard Lawrence |
Subject: |
Re: How to go to an Org headline programmatically? |
Date: |
Fri, 07 Jul 2023 12:10:41 +0200 |
Hi Marcin,
Marcin Borkowski <mbork@mbork.pl> writes:
> I want to find an Org headline in Elisp. No need to make it visible,
> for example - just move the point to the heading with a given title (it
> may even be within `save-excursion', as in "go there, do something, go
> back"). `org-link-search' seems to do what I want, but it does a lot
> more - is there some simpler function to do that?
Do any of
org-find-top-headline
org-find-exact-heading-in-directory
org-find-exact-headline-in-buffer
do what you want?
--
Best,
Richard