From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Enable org-habit using add-to-list Date: Mon, 20 Aug 2012 14:29:49 +0200 Message-ID: <87vcgd926a.fsf@altern.org> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:51748) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T3R6p-0008S7-M7 for emacs-orgmode@gnu.org; Mon, 20 Aug 2012 08:29:32 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1T3R6k-0000Ai-3C for emacs-orgmode@gnu.org; Mon, 20 Aug 2012 08:29:31 -0400 Received: from mail-wi0-f171.google.com ([209.85.212.171]:40183) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T3R6j-0000AH-Se for emacs-orgmode@gnu.org; Mon, 20 Aug 2012 08:29:26 -0400 Received: by wibhq4 with SMTP id hq4so3145607wib.12 for ; Mon, 20 Aug 2012 05:29:25 -0700 (PDT) In-Reply-To: (Varun Vats's message of "Mon, 20 Aug 2012 17:48:25 +0530") 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: Varun Vats Cc: emacs-orgmode@gnu.org Hi Varun, Varun Vats writes: > Symbol's value as variable is void: org-modules > > Any idea how I should get this sorted out? Should I add a hook? (require 'org) (require 'org-install) (add-to-list 'org-modules "org-habit") in this order should be okay. HTH, -- Bastien