From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matt Lundin Subject: Re: List all habits with consistency graph Date: Mon, 28 May 2012 22:03:08 -0500 Message-ID: <87likby9hv.fsf@fastmail.fm> References: <874ntithax.fsf@gnu.org> <87bol8ruos.wl%max@openchat.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:46651) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SZCiK-0005aS-Kp for emacs-orgmode@gnu.org; Mon, 28 May 2012 23:03:17 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SZCiJ-0008Js-43 for emacs-orgmode@gnu.org; Mon, 28 May 2012 23:03:16 -0400 In-Reply-To: <87bol8ruos.wl%max@openchat.com> (Max Mikhanosha's message of "Mon, 28 May 2012 15:07:15 -0400") 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: Henning Weiss Cc: Bastien , emacs-orgmode@gnu.org Max Mikhanosha writes: > I implemented the above functionality, and pushed it to master. There > is new customization variable `org-habit-show-all-today' which when > set to t, will show all habits (even if they are scheduled for the > future) on today's agenda. > This will come in handy for custom agenda commands. (I had been relying on a weekly view to see most habits.) > In fact I kind of like it, so wondering maybe it should be made `t' by > default? Please keep the default nil. For new users, it might be confusing to have tasks scheduled for a different day show up on today's date. Question about the docstring for org-habit-show-all-today: it says "even if they are not scheduled." (I assume that means "not scheduled today," since entirely unscheduled habits do not work.) Best, Matt