From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: [BUG] `org-agenda-sorting-strategy' does not work in `tags-todo' Date: Wed, 06 Nov 2013 14:30:38 +0100 Message-ID: <87wqklk681.fsf@bzg.ath.cx> References: <86hadqurl2.fsf@somewhere.org> <86bo2ie3jy.fsf@somewhere.org> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:52000) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ve3CS-0004aO-Q6 for emacs-orgmode@gnu.org; Wed, 06 Nov 2013 08:31:23 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Ve3CI-0008Ow-Od for emacs-orgmode@gnu.org; Wed, 06 Nov 2013 08:31:12 -0500 Received: from plane.gmane.org ([80.91.229.3]:39678) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ve3CI-0008O6-24 for emacs-orgmode@gnu.org; Wed, 06 Nov 2013 08:31:02 -0500 Received: from public by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1Ve3CG-0001Ax-W7 for emacs-orgmode@gnu.org; Wed, 06 Nov 2013 14:31:00 +0100 In-Reply-To: <86bo2ie3jy.fsf@somewhere.org> (Sebastien Vauban's message of "Mon, 21 Oct 2013 23:07:13 +0200") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Sebastien Vauban Cc: public-emacs-orgmode-mXXj517/zsQ@plane.gmane.org Hi Sébastien, "Sebastien Vauban" writes: >> Calendar for today >> 2013-09-12 Thu ________________________________________________ >> 5 d ago TODO 1Buy dog food >> 4 d ago TODO 2Check weekend hours at the gym >> 3 d ago TODO 3Do jogging >> Deadline TODO 4Mail package to Susan > > Anybody having a hint on this? That's because deadline-up/down is active in "agenda" agenda views, not in tags view -- and "DEADLINE<=\"\"" ... is a tag search, not an "agenda" agenda view. I know the answer cannot be 100% satisfying, but sorting by date in this case would require to add a text property to each agenda entry, and would be certainly too time consuming (not tested.) -- Bastien