From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dave Marquardt Subject: Re: org-habit and Org 8.3 Date: Wed, 19 Aug 2015 13:31:42 -0500 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:53399) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZS89c-0006rK-BK for emacs-orgmode@gnu.org; Wed, 19 Aug 2015 14:32:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZS89W-0000gj-N4 for emacs-orgmode@gnu.org; Wed, 19 Aug 2015 14:32:04 -0400 Received: from plane.gmane.org ([80.91.229.3]:48281) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZS89W-0000gZ-HJ for emacs-orgmode@gnu.org; Wed, 19 Aug 2015 14:31:58 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1ZS89T-0007hJ-91 for emacs-orgmode@gnu.org; Wed, 19 Aug 2015 20:31:55 +0200 Received: from 32.97.110.52 ([32.97.110.52]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 19 Aug 2015 20:31:55 +0200 Received: from davemarq by 32.97.110.52 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 19 Aug 2015 20:31:55 +0200 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 "John Wiegley" writes: > I've upgrade today to Org 8.3.1, and I've noticed that any customization which > used overlays (mainly, org-habit) now displays no overlays in the Agenda > buffer. > > Is this something others have already seen and found a fix for? Check to see that the properties drawer that specifies that a task is a habit is just after SCHEDULED or a similar keyword. This was a change made in 8.3 or 8.3.1. See http://orgmode.org/Changes.html for a function to repair your properties drawers. -Dave