Fabrice Popineau <fabrice.popin...@gmail.com> writes: > Hi, > > I'm doing a little bit of elisp and I was wondering > what is the easiest way to find an element (say a header) > with a given id among the list of all agenda files? > I know I can use org-element-map, but is there > a faster or easier way ? > > Thanks, > > Fabrice
Do you mean searching for an actual header ID property? That's provided for with `org-id-find' and `org-id-goto'. Or did you mean some other kind of id? Eric