From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Brenda J. Butler" Subject: org-mode habit consistency graph not displaying Date: Thu, 7 Jul 2016 22:57:01 -0400 Message-ID: <20160708025701.GA24213@blueeyes.stuffed.animals> Reply-To: bjb@sourcerer.ca Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:42623) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bLLyd-0004OI-SV for emacs-orgmode@gnu.org; Thu, 07 Jul 2016 22:57:16 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bLLyZ-0005vw-NJ for emacs-orgmode@gnu.org; Thu, 07 Jul 2016 22:57:14 -0400 Received: from ironport2-out.teksavvy.com ([206.248.154.181]:52968) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bLLyZ-0005vL-IT for emacs-orgmode@gnu.org; Thu, 07 Jul 2016 22:57:11 -0400 Received: from blueeyes.stuffed.animals ([192.168.111.205]:44887) by puffin.sourcerer.ca with esmtpsa (TLS1.2:DHE_RSA_AES_128_CBC_SHA1:128) (Exim 4.80) (envelope-from ) id 1bLLyQ-0003px-Ga for emacs-orgmode@gnu.org; Thu, 07 Jul 2016 22:57:04 -0400 Received: from bjb by blueeyes.stuffed.animals with local (Exim 4.80) (envelope-from ) id 1bLLyP-0007PA-W7 for emacs-orgmode@gnu.org; Thu, 07 Jul 2016 22:57:02 -0400 Content-Disposition: inline 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" To: "emacs-orgmode@gnu.org" I have a question up at stackoverflow: https://stackoverflow.com/questions/38031463/org-mode-habit-consistency-graph-not-displaying Here is the content of the question and update: org-version 8.3.4 (elpa package, 20160530) emacs 24.4.1 (Debian package, Installed: 24.4+1-4.1~bpo70+1) When I started using org-mode from elpa, the habit consistency graph stopped showing. I was using a version of org-mode that comes with debian before, with emacs 23 and the graph showed. I'm a beginner in emacs lisp, but anyway I tried stepping through the org-agenda-list function and found the org-agenda-finalize function where the org habit graph is supposed to be inserted via the org-habit-insert-consistency-graphs function. But it skips over that function, probably because this expression returns false: (next-single-property-change (point-min) 'org-habit-p)) At this point, I don't know what to do to make habits show. This is the first time I've looked at org-mode code, I don't know what the above test is for. Help, please? UPDATE: 2016-06-25. I upgraded the org-mode package to elpa, 20160620 (still org-version 8.3.4). Still have the same behaviour. I am getting the package from elpa.gnu.org. UPDATE 2: 2016-07-02: I did try pressing K (for org-habit-toggle-habits). It didn't change the contents of the buffer visibly. I also tried refreshing the buffer after typing K. And repeating the experiment, in case the K put emacs in the wrong mode the first time. Thanks for whatever help you can send ... bjb