[Orgmode] Add org-habit to org-modules

2010-04-05 Thread Nathan Neff
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

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

2010-04-05 Thread Nick Dokos
Nathan Neff nathan.n...@gmail.com wrote: 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: ;;

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

2010-04-05 Thread Nick Dokos
Nick Dokos nicholas.do...@hp.com wrote: ... It might be better to use the add-to-list function instead though because it checks if the element is already in the list and only adds it if it is not - not that this function *does* modify its argument so you Bah, humbug: ^^^ This should be