Re: [O] tag search broken

2012-09-20 Thread Marcelo de Moraes Serpa
Updating to git HEAD solved the problem. Thanks! - Marcelo. On Thu, Sep 20, 2012 at 10:36 PM, Nick Dokos wrote: > Nick Dokos wrote: > > > What causes this is not clear however: check org.el:org-scan-tags to make > > sure that the call to org-agenda-format-item includes the level argument. > >

Re: [O] tag search broken

2012-09-20 Thread Nick Dokos
Nick Dokos wrote: > What causes this is not clear however: check org.el:org-scan-tags to make > sure that the call to org-agenda-format-item includes the level argument. > That sounds unlikely however. > Geez - I'm doing a hash of things today. The scenario I was envisaging was that org-agenda.

Re: [O] tag search broken

2012-09-20 Thread Nick Dokos
Marcelo de Moraes Serpa wrote: > Hello guys, > > My tag search is broken, for some reason. When I search for "tag1" for > example, the search breaks > and I get the following message in the *Messages* buffer: > > if: Wrong type argument: stringp, ("tag0" "tag1" "tag3" "tag4") > > Here's the b