Hi Gregor,

Gregor Zattler <telegr...@gmx.net> writes:

> my agenda shows a line:
>
> "No heading for this item in buffer or region."

It means the agenda contains tasks like

* TODO

with no heading.

> how should I track down the problematic part of my org files? 

You can run this in your Org buffer:

M-: (while (and (re-search-forward org-complex-heading-regexp nil t) 
(match-string 4))) RET

It will stop at the problematic headlines.

HTH,

-- 
 Bastien

Reply via email to