From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Eddward DeVilla" Subject: Re: one TODO for multiple projects Date: Fri, 18 Jan 2008 16:23:10 -0600 Message-ID: References: <20080118164511.GB5404@Mac2.local> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JFzcH-0004Fh-Rk for emacs-orgmode@gnu.org; Fri, 18 Jan 2008 17:23:13 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JFzcH-0004D8-11 for emacs-orgmode@gnu.org; Fri, 18 Jan 2008 17:23:13 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JFzcG-0004Ci-KK for emacs-orgmode@gnu.org; Fri, 18 Jan 2008 17:23:12 -0500 Received: from wx-out-0506.google.com ([66.249.82.226]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JFzcG-00034B-7s for emacs-orgmode@gnu.org; Fri, 18 Jan 2008 17:23:12 -0500 Received: by wx-out-0506.google.com with SMTP id s7so841028wxc.24 for ; Fri, 18 Jan 2008 14:23:11 -0800 (PST) In-Reply-To: <20080118164511.GB5404@Mac2.local> Content-Disposition: inline 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: Erik Colson Cc: emacs-orgmode@gnu.org On Jan 18, 2008 10:45 AM, Erik Colson wrote: > Hi, > > I'm thinking about moving from planner to org-mode. Particularly for the outline and better file formatting. > I've been reading through the doc and I'm missing a feature of planner. In planner we can create a todo which can be bound to multiple projects. So if it is marked completed in one project it is also in the other projects. > > Can this be done in org-mode ? I guess it depends on how you implement a project. The way I do it, it just an outline item and the todo under it belong to it. I can't do what you want. You could use the outline for some arbitrary grouping and associate a todo with project using tags. Maybe others have found other ways. Edd