From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matt Lundin Subject: Re: Add org-habit to org-modules Date: Mon, 05 Apr 2010 11:30:01 -0400 Message-ID: <87wrwl3ojq.fsf@fastmail.fm> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NyoEx-0002yP-5h for emacs-orgmode@gnu.org; Mon, 05 Apr 2010 11:29:27 -0400 Received: from [140.186.70.92] (port=51114 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NyoEv-0002yH-UZ for emacs-orgmode@gnu.org; Mon, 05 Apr 2010 11:29:26 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1NyoEu-00027j-JM for emacs-orgmode@gnu.org; Mon, 05 Apr 2010 11:29:25 -0400 Received: from out3.smtp.messagingengine.com ([66.111.4.27]:51579) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NyoEu-00027b-HT for emacs-orgmode@gnu.org; Mon, 05 Apr 2010 11:29:24 -0400 In-Reply-To: (Nathan Neff's message of "Mon, 5 Apr 2010 10:10:42 -0500") 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: Nathan Neff Cc: emacs-orgmode@gnu.org Nathan Neff writes: > Is there a way to add org-habit to the > org-modules list without using org-custom and without > specifying all the modules at once, like this: > > (setq org-modules (quote (org-bbdb org-bibtex blah blah blah))) > > I'm looking for something like this: > ;; Except this doesn't work :-) > (append org-modules (list ('org-habit))) (add-to-list 'org-modules 'org-habit) Best, Matt