From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matthew Lundin Subject: Re: Added support for "habit tracking" Date: Sat, 24 Oct 2009 10:36:42 -0400 Message-ID: References: <874opt290u.fsf@gmx.ch> <87zl7lzyfh.fsf@gmx.ch> <834CBDCA-5FC2-4A77-B47F-44F1DC5438DA@gmail.com> <1e5bcefd0910222310h29fe6327j3b56f916da0aeb48@mail.gmail.com> <1e5bcefd0910230824i820e70fsc4ff24b9978f069c@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1N1hje-0002L5-Hv for emacs-orgmode@gnu.org; Sat, 24 Oct 2009 10:36:50 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1N1hja-0002KK-PW for emacs-orgmode@gnu.org; Sat, 24 Oct 2009 10:36:50 -0400 Received: from [199.232.76.173] (port=40188 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N1hja-0002KH-Id for emacs-orgmode@gnu.org; Sat, 24 Oct 2009 10:36:46 -0400 Received: from out2.smtp.messagingengine.com ([66.111.4.26]:35713) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1N1hja-0007aa-7y for emacs-orgmode@gnu.org; Sat, 24 Oct 2009 10:36:46 -0400 In-Reply-To: (Matthew Lundin's message of "Sat, 24 Oct 2009 08:55:43 -0400") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Matthew Lundin Cc: Org-mode Mode Matthew Lundin writes: > John Wiegley writes: > >> The only difference between regular repeating tasks and habits is this: >> >> 1. Habits appear at the bottom of the agenda (by default) > > Out of curiosity, might I ask what org-agenda-sorting-strategy setting > produces the default behavior? My agenda shows habits intermingled with > SCHEDULED todos. Here's my org-agenda-sorting-strategy setting. > > ((agenda time-up priority-down effort-down) > (todo todo-state-up priority-down) > (tags priority-down)) Sorry for the false alarm. I found the new habit-up and habit-down options by checking the docstring of org-agenda-sorting-strategy. - Matt