Hi Surya In my test this works:
<$set name="listfilter" value="""[all[]tag[ToDo]][all[]tag[ToDoNow]] +[days:todo-deadline[17]] +[sort[title]sort[todo-deadline]]"""> <ul class="te-list"> <$list filter=<<listfilter>> emptyMessage="<li class='todo-empty'><<telang 'Relax-Nothing-to-do'>></li>"> <<todonowShowListItem>> </$list> </ul> </$set> I think you can even remove *sort[title] *as sorting by title might be the default. I get the same result without it in any case. In my experience it is the best way to put the sorting steps in a separate "run" of the type AND according to https://tiddlywiki.com/#Filter%20Expression And hey, it took me a while to grasp that concept ;–) Good luck! Thomas -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/tiddlywiki. To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/2e86f42c-1b12-4437-853f-cd0499af091b%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

