From mboxrd@z Thu Jan 1 00:00:00 1970 From: James Harkins Subject: Habit display in agenda, scheduled day only? Date: Mon, 23 Sep 2013 10:17:45 +0800 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:44218) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VNvis-0004iJ-DT for emacs-orgmode@gnu.org; Sun, 22 Sep 2013 22:18:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VNvij-00045q-W9 for emacs-orgmode@gnu.org; Sun, 22 Sep 2013 22:18:02 -0400 Received: from mail-pa0-x236.google.com ([2607:f8b0:400e:c03::236]:49883) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VNvij-00045e-OQ for emacs-orgmode@gnu.org; Sun, 22 Sep 2013 22:17:53 -0400 Received: by mail-pa0-f54.google.com with SMTP id kx10so2998498pab.27 for ; Sun, 22 Sep 2013 19:17:52 -0700 (PDT) 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: emacs-orgmode@gnu.org I just started using habits. A question:=0A=0AWith the default settings= , habits appear in the agenda if they are TODO for today. If they are T= ODO on a future day, they are hidden. (This is basically okay, except t= hat marking a habit DONE makes the consistency graph disappear from the= agenda, until you actually get to the next scheduled day.)=0A=0AWith o= rg-habit-show-habits-only-for-today =3D nil, you see the consistency gr= aph on every future scheduled day. Seems redundant.=0A=0AWith org-habit= -show-all-today =3D non-nil, I can still see the consistency graph afte= r marking it DONE, but on today's agenda. Not quite what I'm after.=0A=0A= The behavior that I would *really* like is to see the habit appear on t= he next scheduled day only -- that is, like org-habit-show-habits-only-= for-today =3D nil except that I don't want to see all future repeats in= the agenda.=0A=0AMore specifically: When I mark the habit DONE, the sc= heduled time stamp goes forward by the repeat interval. Now it's <2013-= 09-23 Mon +1d>; later today, when I mark it DONE, it will be <2013-09-2= 4 Tue +1d>. I would like the entry to move in the agenda to Tuesday, bu= t I don't have any need to display it on Wednesday, Thursday, Friday et= c.=0A=0AIs this possible at present? (I recently upgraded to 8.2, btw.)= =0A=0AThanks,=0Ahjh