From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matt Lundin Subject: Re: org-habit and Org 8.3 Date: Wed, 19 Aug 2015 14:57:44 -0500 Message-ID: <87lhd7f3uv.fsf@fastmail.fm> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:53975) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZS9Ug-0007tP-7B for emacs-orgmode@gnu.org; Wed, 19 Aug 2015 15:57:54 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZS9Ud-0006r4-1M for emacs-orgmode@gnu.org; Wed, 19 Aug 2015 15:57:54 -0400 Received: from out3-smtp.messagingengine.com ([66.111.4.27]:43725) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZS9Uc-0006qk-UQ for emacs-orgmode@gnu.org; Wed, 19 Aug 2015 15:57:50 -0400 Received: from archdesk (wcnat-96-123.wheaton.edu [209.147.96.123]) by mail.messagingengine.com (Postfix) with ESMTPA id BCA48680249 for ; Wed, 19 Aug 2015 15:57:44 -0400 (EDT) In-Reply-To: (John Wiegley's message of "Wed, 19 Aug 2015 09:35:44 -0700") 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. I cannot replicate this. Habits are displaying correctly on my machine. Calling describe-text-properties on the habit graph shows the following: --8<---------------cut here---------------start------------->8--- Text content at position 1480: There are text properties here: face org-habit-overdue-face tags ("inbox" "per" "email") --8<---------------cut here---------------end--------------->8--- org-version: 8.3.1 Matt