emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Orgmode] Re: Add org-habit to org-modules


From: Matt Lundin
Subject: [Orgmode] Re: Add org-habit to org-modules
Date: Mon, 05 Apr 2010 11:30:01 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux)

Nathan Neff <address@hidden> 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 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]