From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: Add org-habit to org-modules Date: Mon, 05 Apr 2010 11:56:23 -0400 Message-ID: <3254.1270482983@gamaville.dokosmarshall.org> References: <2616.1270481655@gamaville.dokosmarshall.org> Reply-To: nicholas.dokos@hp.com Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Nypbj-00079X-LC for emacs-orgmode@gnu.org; Mon, 05 Apr 2010 12:57:03 -0400 Received: from [140.186.70.92] (port=52286 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Nypbh-00074F-KZ for emacs-orgmode@gnu.org; Mon, 05 Apr 2010 12:57:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Nypbe-0005ck-T5 for emacs-orgmode@gnu.org; Mon, 05 Apr 2010 12:56:59 -0400 Received: from vms173017pub.verizon.net ([206.46.173.17]:57142) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Nypbe-0005cS-Nv for emacs-orgmode@gnu.org; Mon, 05 Apr 2010 12:56:58 -0400 Received: from gamaville.dokosmarshall.org ([unknown] [173.76.32.106]) by vms173017.mailsrvcs.net (Sun Java(tm) System Messaging Server 7u2-7.02 32bit (built Apr 16 2009)) with ESMTPA id <0L0E00HZ5UXZ5FY1@vms173017.mailsrvcs.net> for emacs-orgmode@gnu.org; Mon, 05 Apr 2010 10:56:24 -0500 (CDT) In-reply-to: Message from Nick Dokos of "Mon, 05 Apr 2010 11:34:15 EDT." <2616.1270481655@gamaville.dokosmarshall.org> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: nicholas.dokos@hp.com Cc: emacs-orgmode@gnu.org Nick Dokos 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 "note that..." > don't need to assign the result to org-modules: > Sorry about that, Nick