From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Brand Subject: Re: Problems with Org-mode from git and Habits Date: Fri, 15 Jun 2012 21:27:37 +0200 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from eggs.gnu.org ([208.118.235.92]:37338) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SfcBZ-0005B4-Gk for emacs-orgmode@gnu.org; Fri, 15 Jun 2012 15:27:58 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SfcBX-000088-R4 for emacs-orgmode@gnu.org; Fri, 15 Jun 2012 15:27:57 -0400 Received: from mail-wg0-f41.google.com ([74.125.82.41]:63664) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SfcBX-00007g-Iv for emacs-orgmode@gnu.org; Fri, 15 Jun 2012 15:27:55 -0400 Received: by wgbds1 with SMTP id ds1so100706wgb.0 for ; Fri, 15 Jun 2012 12:27:53 -0700 (PDT) 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: Charles Philip Chan Cc: Org-mode Hi Charles On Fri, Jun 15, 2012 at 8:42 PM, Charles Philip Chan wrote: > I have decided to give org-habit another shot, however, I am having some > problems. The habit todos show up in the agenda correctly with > consistency graphs. However, they will not repeat once I mark them as > done- this used to work, but not anymore. I am using the git version of > org-mode. Any pointer will be appreciated. I can not confirm with release_7.8.11-71-g8840cd. Can you try this?: #+BEGIN_SRC org ,* TODO take a break , SCHEDULED: <2012-06-14 Thu .+9d/28d> , :LOGBOOK: , - State "DONE" from "TODO" [2012-06-01 Fri 12:00] , :END: , :PROPERTIES: , :LAST_REPEAT: [2012-06-01 Fri 12:00] , :LOG_INTO_DRAWER: t , :LOGGING: logrepeat , :STYLE: habit , :END: #+END_SRC Michael