From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Thierry Volpiatto Newsgroups: gmane.emacs.help Subject: Re: Task list like Eclipse's that can keep track of TODOs in multiple source files Date: Fri, 15 Feb 2008 22:02:51 +0100 Message-ID: <877ih69blw.fsf@thievol.homelinux.org> References: <877ih6en16.fsf@gmail.com> <87ir0q6o8m.fsf@thievol.homelinux.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1203108786 19572 80.91.229.12 (15 Feb 2008 20:53:06 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 15 Feb 2008 20:53:06 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Michael Hoffman Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Feb 15 21:53:30 2008 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1JQ7YZ-00015Q-8d for geh-help-gnu-emacs@m.gmane.org; Fri, 15 Feb 2008 21:53:15 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JQ7Y3-0001n6-QE for geh-help-gnu-emacs@m.gmane.org; Fri, 15 Feb 2008 15:52:43 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JQ7Xj-0001mG-RB for help-gnu-emacs@gnu.org; Fri, 15 Feb 2008 15:52:23 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JQ7Xi-0001lN-5s for help-gnu-emacs@gnu.org; Fri, 15 Feb 2008 15:52:23 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JQ7Xi-0001lK-1v for help-gnu-emacs@gnu.org; Fri, 15 Feb 2008 15:52:22 -0500 Original-Received: from fg-out-1718.google.com ([72.14.220.154]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JQ7Xh-0002kw-Lh for help-gnu-emacs@gnu.org; Fri, 15 Feb 2008 15:52:21 -0500 Original-Received: by fg-out-1718.google.com with SMTP id d23so570232fga.30 for ; Fri, 15 Feb 2008 12:52:20 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:cc:subject:references:date:in-reply-to:message-id:user-agent:mime-version:content-type; bh=iCALPUY9jLWBzoAolpUFriKC4hU3bl2aX9jb3zI2Qck=; b=Gm8P4lH5ymcAM63jAMLf2AdqqCzgiGqBnPvo9qRwJdOhl2jm7gE6jM2iXARhgNbZLzJEvjHJUPqalNtrLi3qTbn8robRbJSWnjCWHH5PvU4j4dRN1YFO7wAhUAS6Hmxe5YOOSEBinSXPxyk/dUji/X0R3d1jlHL3p9UO1RPCWR4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:cc:subject:references:date:in-reply-to:message-id:user-agent:mime-version:content-type; b=MfiVlYhMLMYNy9oqWncEMBzOYE939845eFXeBR8d6sxOeAPAl06VVMlw8+sYR4rJ5YhpDrlBTh44dybBPBAdO42Z+EGUXVDdj5Z6WoY4e6pG7op2zlUHgrt0j8RkqJHutrAfjyUuzfzUgqoT4r+WnID+riLRU4bfFi67smQWROY= Original-Received: by 10.86.96.18 with SMTP id t18mr2944639fgb.13.1203108740132; Fri, 15 Feb 2008 12:52:20 -0800 (PST) Original-Received: from thievol.homelinux.org ( [77.197.77.243]) by mx.google.com with ESMTPS id 4sm5035046fge.3.2008.02.15.12.52.18 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 15 Feb 2008 12:52:19 -0800 (PST) In-Reply-To: (Michael Hoffman's message of "Fri, 15 Feb 2008 19:32:53 +0000") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 2) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:51571 Archived-At: Michael Hoffman writes: > Thierry Volpiatto wrote: >> Michael Hoffman writes: >> >>> Thierry Volpiatto wrote: >>>> Michael Hoffman writes: >>>> >>>>> What I ended up doing was using org-mode. To keep links with places in >>>>> the original file, I made a keyboard macro that replaced the old TODOs >>>>> with #1, #2, #3, etc. and copied them to the org file with a link back >>>>> to the location of #1 in the original file. >>>>> >>>> Planner and remember do that without writing anything in the file: >>>> when you are in your file you just C-x C-n to be able to take a note >>>> linked to that point in the file. >>> Thanks, but I want a method that will be robust to changes in the >>> linked file. I do not understand how this is possible without adding >>> anchors in the linked file somehow. >> >> It is robust. And you can also create tasks from your file that are >> linked to the exact line where you want to work . >> Without adding any anchors! > > I do not understand how this would work. How does remember know where > the link is to if I change the file? >From your task in planner you can go to the place in your file where you want to work , do that you have to do, (add 20 lines for example), create a new task at the place you stop. Then mark the precedent task as done.etc... You can also make a link from your task to a note in planner about your modifications, and make only a note from the place in your file you are working saying now i work at this place (20 lines further) etc... -- A + Thierry Pub key: http://pgp.mit.edu