From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alan Schmitt Subject: Re: org habit consistency graph Date: Mon, 02 Dec 2013 14:16:48 +0100 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:46147) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VnTOd-00085c-OA for emacs-orgmode@gnu.org; Mon, 02 Dec 2013 08:18:51 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VnTOW-0003Wq-98 for emacs-orgmode@gnu.org; Mon, 02 Dec 2013 08:18:43 -0500 Received: from mail2-relais-roc.national.inria.fr ([192.134.164.83]:58876) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VnTOW-0003WX-2q for emacs-orgmode@gnu.org; Mon, 02 Dec 2013 08:18:36 -0500 In-reply-to: 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: Chris Henderson Cc: emacs-orgmode@gnu.org henders254@gmail.com writes: > I'm trying to setup habit tracking on org but can't see any consistency > graph. > > I have setup a simple TODO item and set the style as habit by using C-c C-x > p (org-set-property). > > * TODO exercise > SCHEDULED: <2013-12-03 Tue .+1d> > - State "DONE" from "TODO" [2013-12-02 Mon 17:31] > - State "DONE" from "TODO" [2013-12-02 Mon 17:30] > :PROPERTIES: > :LAST_REPEAT: [2013-12-02 Mon 17:31] > :STYLE: habit > :END: Looking at one of my habits, I see I have a "/3d" at the end of the schedule marker: SCHEDULED: <2013-12-03 Tue .+1d/3d> Maybe it is required for the style to be in effect? Alan