From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: [Patch] Fix date-based sorting of tags and tags-todo agenda views Date: Sun, 08 Feb 2015 21:18:53 +0100 Message-ID: <87r3u0qhqq.fsf@nicolasgoaziou.fr> References: <1D119613313E504D8C7FDD06E9B6DD40C951ADE8@OC11expo28.exchange.mit.edu> <87d25ltokq.fsf@nicolasgoaziou.fr> <86pp9k8c8w.fsf@mit.edu> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:44904) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YKYIh-0006lS-RV for emacs-orgmode@gnu.org; Sun, 08 Feb 2015 15:17:52 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YKYIc-0006c6-TC for emacs-orgmode@gnu.org; Sun, 08 Feb 2015 15:17:51 -0500 Received: from relay3-d.mail.gandi.net ([2001:4b98:c:538::195]:41189) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YKYIc-0006bw-N0 for emacs-orgmode@gnu.org; Sun, 08 Feb 2015 15:17:46 -0500 In-Reply-To: <86pp9k8c8w.fsf@mit.edu> (Yuri D. Lensky's message of "Sun, 08 Feb 2015 13:54:55 -0500") 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: "Yuri D. Lensky" Cc: "emacs-orgmode@gnu.org" ydl@mit.edu (Yuri D. Lensky) writes: > Done. Thank you. However, you didn't tell me your status wrt FSF assignment (or forgot the TINYCHANGE part in your commit message). > +(defun org-agenda-entry-get-agenda-timestamp (pom) > + "Given a point or maker POM, returns a cons cell of the > +timestamp and the timestamp type relevant for the sorting > +strategy in `org-agenda-sorting-strategy-selected'." First line in a docstring needs to be a single sentence. Regards,