[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] Regression: Empty TODO lines
From: |
Mikhail Titov |
Subject: |
Re: [O] Regression: Empty TODO lines |
Date: |
Sun, 13 Nov 2011 13:29:19 -0600 |
User-agent: |
Mozilla/5.0 (X11; Linux i686; rv:7.0.1) Gecko/20111031 Thunderbird/7.0.1 |
On 11/13/2011 05:30 AM, Carsten Dominik wrote:
> Hi Nicolas,
>
> commit dfcb6faef11a2439b56b18a6289803361d402130 (Provide more consistent
> regexps for headlines)
> makes the global TODO list fail on headlines with a TODO keyword but no text
> following:
>
> * TODO This one works
> * TODO
> This one fails (note, there is not even a space after TODO.
>
> While I agree that a TODO line with not text is not good, I think
> it should not break the TODO list view. I am attaching the backtrace.
I have a related question. How do I escape TODO? I mean if I want to
have a beamer frame named this way, how can I do that? Last time I ended
up writing
** ToDo
Mikhail