From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Org habit graph not showing Date: Mon, 27 Jan 2014 11:18:02 +0100 Message-ID: <87zjmhenj9.fsf@bzg.ath.cx> References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:43833) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W7jGd-0003gp-DI for emacs-orgmode@gnu.org; Mon, 27 Jan 2014 05:18:17 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W7jGX-00031D-Ag for emacs-orgmode@gnu.org; Mon, 27 Jan 2014 05:18:11 -0500 Received: from mail-wg0-x236.google.com ([2a00:1450:400c:c00::236]:52002) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W7jGX-000317-2C for emacs-orgmode@gnu.org; Mon, 27 Jan 2014 05:18:05 -0500 Received: by mail-wg0-f54.google.com with SMTP id x13so5431545wgg.9 for ; Mon, 27 Jan 2014 02:18:04 -0800 (PST) In-Reply-To: (Chris Henderson's message of "Mon, 27 Jan 2014 21:11:34 +1100") 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 Chris Henderson writes: > I’m running org mode version 8.2.3c and emacs version 24.3.1 on OS X > Mavericks in the CLI. > > I’d like to get the org habit graph when I do “alt-x org-agenda a” > but there is no graph. > > My habit.org file looks like this: > > * TODO write journal >   SCHEDULED: <2014-01-28 Tue .+1d/3d> >   - State "DONE"       from "TODO"       [2014-01-27 Mon 20:50] >   - State "DONE"       from "TODO"       [2013-12-03 Tue 06:37] >   - State "DONE"       from "TODO"       [2013-12-02 Mon 21:54] >   :PROPERTIES: >   :LAST_REPEAT: [2014-01-27 Mon 20:50] >   :STYLE:    habit >   :END: Did you load Org Habit, either through org-modules or through (require 'org-habit) ? -- Bastien