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: Nathan Neff
Subject: [Orgmode] Re: Add org-habit to org-modules
Date: Mon, 5 Apr 2010 15:42:49 -0500



On Mon, Apr 5, 2010 at 10:30 AM, Matt Lundin <address@hidden> wrote:
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

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

--Nate

reply via email to

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