emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [Orgmode] Re: Sparse tree using regexp


From: Juri Artamonov
Subject: Re: [Orgmode] Re: Sparse tree using regexp
Date: Tue, 7 Dec 2010 13:44:39 +0000

Hello Marco,

this way it's working. Do you know why it's required additional brackets and it's handling?

Thank you,
                  Juri.

On Tue, Dec 7, 2010 at 12:29 PM, Marco (m) Wahl <address@hidden> wrote:
Juri Artamonov <address@hidden> writes:

> Hello,
>
> I have aquamacs and I have org file. I would like to leave lines that
> which contains only words TODO or INPROGRESS.
>
> I do Ctrl-C + / + / and then enter regular _expression_. If I enter TODO
> or just INPROGRESS then it works but when I try to enter
> TODO|INPROGRESS or TODO\|INPROGRESS in order to see records containing
> one of these words then no records are shown.
>
> Could you please advice how to use regexp here for orgmode?

what about '\(TODO\)\|\(INPROGRESS\)'?

hth
--
m


_______________________________________________
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
address@hidden
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


reply via email to

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