While testing this, I noticed that if I have tiddlers "Sample Task"
and "Other Task", then both "+title" and "-title" in
store.getMatchingTiddlers("TestProject && Urgent && !
Completed","+title")
result in "Sample Task" being on top, while "title" without any sign
will result in them sorted by title properly, i.e.Other Task Sample Task Can somebody explain what's going on? --R. On May 2, 9:07 pm, RA <[email protected]> wrote: > If it's still not working, see if you are not mixing up slices with > sections. > I would keep both Task and Due as slices: > > |Task|Hang socks to dry| > |Due|2009.05.02 20:52| > > and changed [[%0##Due]] to [[%0::Due]] > > On May 2, 10:38 am, Eric Shulman <[email protected]> wrote: > > > change this: > > store.getTiddlerSlice(tiddler.title, "Task") > > to: > > store.getTiddlerSlice(tag[i].title, "Task") > > > -e --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/TiddlyWiki?hl=en -~----------~----~----~----~------~----~------~--~---

