From mboxrd@z Thu Jan 1 00:00:00 1970 From: John Wiegley Subject: Re: Re: Added support for "habit tracking" Date: Tue, 20 Oct 2009 14:48:09 -0400 Message-ID: <36B4E747-4FBD-4478-8E91-E5CC6DC84C46@gmail.com> References: <87fx9erwn2.fsf@fastmail.fm> <4A40A66B-04FB-4D86-A705-BB5FA18D148F@gmail.com> <20524da70910201130h3f77c399j20a1be4f9c7c7999@mail.gmail.com> <1e5bcefd0910201138g417cd940qa4cc1be38b7c5ec9@mail.gmail.com> Mime-Version: 1.0 (Apple Message framework v1075.2) Content-Type: text/plain; charset=us-ascii; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1N0Jkr-000657-DL for emacs-orgmode@gnu.org; Tue, 20 Oct 2009 14:48:21 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1N0Jkm-00062q-My for emacs-orgmode@gnu.org; Tue, 20 Oct 2009 14:48:20 -0400 Received: from [199.232.76.173] (port=43787 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N0Jkm-00062e-FN for emacs-orgmode@gnu.org; Tue, 20 Oct 2009 14:48:16 -0400 Received: from mail-yx0-f191.google.com ([209.85.210.191]:55593) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1N0Jkm-0004Bv-4y for emacs-orgmode@gnu.org; Tue, 20 Oct 2009 14:48:16 -0400 Received: by yxe29 with SMTP id 29so2615198yxe.14 for ; Tue, 20 Oct 2009 11:48:15 -0700 (PDT) In-Reply-To: <1e5bcefd0910201138g417cd940qa4cc1be38b7c5ec9@mail.gmail.com> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Marcelo de Moraes Serpa Cc: Matt Lundin , Org-mode Mode On Oct 20, 2009, at 2:38 PM, Marcelo de Moraes Serpa wrote: > Hmm, I had to put (require 'org-habit) in my .emacs, was that > implicitly required or is org supposed to load it automatically? The habit support is optional, and should not incur any runtime or load-time costs for those who don't use it. Therefore, you have to enable it by customizing `org-modules', or by loading it into your .emacs file. John