On Mon, Apr 5, 2010 at 10:30 AM, Matt Lundin <mdl@imapmail.org> wrote:
Nathan Neff <nathan.neff@gmail.com> 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

Thanks Matt and Nick -- I appreciate this very much -- I'm a Lisp noob.

--Nate