From mboxrd@z Thu Jan 1 00:00:00 1970 From: Russell Branca Subject: Bug report: org-habit is not required by default Date: Mon, 3 Sep 2012 16:55:14 -0700 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from eggs.gnu.org ([208.118.235.92]:51497) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T8gU9-0002dw-Ij for emacs-orgmode@gnu.org; Mon, 03 Sep 2012 19:55:18 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1T8gU8-0005jB-L9 for emacs-orgmode@gnu.org; Mon, 03 Sep 2012 19:55:17 -0400 Received: from mail-pb0-f41.google.com ([209.85.160.41]:58527) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T8gU8-0005hO-EO for emacs-orgmode@gnu.org; Mon, 03 Sep 2012 19:55:16 -0400 Received: by pbbro12 with SMTP id ro12so9208779pbb.0 for ; Mon, 03 Sep 2012 16:55:15 -0700 (PDT) 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 While playing with org agenda mode and habits, I ran into the error: symbol's function definition is void "org-is-habit-p" The underlying problem was that org-habit did not get loaded. After manually requiring org-habit everything works as expected. If this is expected behavior, then I'm fine manually requiring org-habit, but it was mentioned on #emacs that this was probably a bug, so I'm sending it in. Thanks for all the hard work on org-mode, you guys rock!! -Russell