On Mon, Apr 5, 2010 at 10:30 AM, Matt Lundin <m...@imapmail.org> wrote:

> Nathan Neff <nathan.n...@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
_______________________________________________
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Reply via email to