From mboxrd@z Thu Jan 1 00:00:00 1970 From: Varun Vats Subject: Enable org-habit using add-to-list Date: Mon, 20 Aug 2012 17:48:25 +0530 Message-ID: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=bcaec54a35ca15971d04c7b184e3 Return-path: Received: from eggs.gnu.org ([208.118.235.92]:40958) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T3Qwr-0004Aw-8Q for emacs-orgmode@gnu.org; Mon, 20 Aug 2012 08:19:17 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1T3Qwk-0004TY-Sw for emacs-orgmode@gnu.org; Mon, 20 Aug 2012 08:19:13 -0400 Received: from mail-ob0-f169.google.com ([209.85.214.169]:62960) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T3Qwk-0004TS-Nx for emacs-orgmode@gnu.org; Mon, 20 Aug 2012 08:19:06 -0400 Received: by obhx4 with SMTP id x4so11039272obh.0 for ; Mon, 20 Aug 2012 05:19:06 -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 --bcaec54a35ca15971d04c7b184e3 Content-Type: text/plain; charset=ISO-8859-1 Hi all, I am trying to enable the org-habit module by using add-to-list like so: (add-to-list 'org-modules "org-habit") The reason I want to use add-to-list and not setq is that I want to add org-habit to the set of modules loaded by default and not re-define the set. However, this is giving me the error - Symbol's value as variable is void: org-modules Any idea how I should get this sorted out? Should I add a hook? Thank you. -- Sincerely, Varun Vats Graduate Student University of Wisconsin, Madison mailvarunvats@gmail.com --bcaec54a35ca15971d04c7b184e3 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Hi all,

I am trying to enable the org-habit module by using add-to-list like so:

(add-to-list 'org-modules "org-habit&q= uot;)

The reason= I want to use=A0add-to-list=A0and not=A0setq=A0is that I=A0= want to add org-habit=A0to the= set of modules loaded by default and not re-define the set.

However, this is giving me the erro= r -=A0

Symbol's value as variable i= s void: org-modules

Any idea how I should get this sorted out? Should I = add a hook?

Thank you.

--
Sincerely,
Varun Vats=
Graduate Student
University of Wisconsin, Madison
mailvarunvats@gmail.com


--bcaec54a35ca15971d04c7b184e3--