Re: [Orgmode] bug with spaces in regexp search

2010-09-23 Thread Samuel Wales
Thanks, Carsten. :) On 2010-09-22, Carsten Dominik wrote: > On Sep 22, 2010, at 10:36 PM, Samuel Wales wrote: > >> With the headline "* text search much faster than tag search" > > Is that so? Yes, by an order of magnitude. ___ Emacs-orgmode

Re: [Orgmode] bug with spaces in regexp search

2010-09-23 Thread Carsten Dominik
On Sep 22, 2010, at 10:36 PM, Samuel Wales wrote: With the headline "* text search much faster than tag search" Is that so? and an agenda text search: {faster than} does not return it {faster\ than} also Either of these should now (after pulling) do the trick. Cheers - Carste

Re: [Orgmode] bug with spaces in regexp search

2010-09-22 Thread Samuel Wales
Meaning? ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Re: [Orgmode] bug with spaces in regexp search

2010-09-22 Thread Noorul Islam
On Thu, Sep 23, 2010 at 2:06 AM, Samuel Wales wrote: > With the headline "* text search much faster than tag search" > and an agenda text search: > >  {faster than} does not return it >  {faster\ than} also > > I think of {...} as a single token even if it has spaces in it. > > Thanks. > >

[Orgmode] bug with spaces in regexp search

2010-09-22 Thread Samuel Wales
With the headline "* text search much faster than tag search" and an agenda text search: {faster than} does not return it {faster\ than} also I think of {...} as a single token even if it has spaces in it. Thanks. Samuel Settings: (setf org-agenda-search-view-always-boolean t)