emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] How to track down "No heading for this item in buffer or region.


From: Bastien
Subject: Re: [O] How to track down "No heading for this item in buffer or region."?
Date: Thu, 24 Jan 2013 13:44:40 +0100
User-agent: Gnus/5.130006 (Ma Gnus v0.6) Emacs/24.3.50 (gnu/linux)

Hi Gregor,

Gregor Zattler <address@hidden> 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

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