From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jambunathan K Subject: Re: feature request: a basic conversation manager Date: Thu, 19 Aug 2010 00:31:05 +0530 Message-ID: <81fwybeoem.fsf@gmail.com> References: <20524da70811261844o3f47782ay3437fdfdc55bda95@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from [140.186.70.92] (port=38241 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Olnty-00037h-VU for emacs-orgmode@gnu.org; Wed, 18 Aug 2010 15:02:44 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Olnt6-00027h-K2 for emacs-orgmode@gnu.org; Wed, 18 Aug 2010 15:02:18 -0400 Received: from mail-pw0-f41.google.com ([209.85.160.41]:57789) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Olnt6-00027E-Cu for emacs-orgmode@gnu.org; Wed, 18 Aug 2010 15:01:24 -0400 Received: by pwi3 with SMTP id 3so708653pwi.0 for ; Wed, 18 Aug 2010 12:01:23 -0700 (PDT) In-Reply-To: <20524da70811261844o3f47782ay3437fdfdc55bda95@mail.gmail.com> (Samuel Wales's message of "Wed, 26 Nov 2008 19:44:17 -0700") 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: Samuel Wales Cc: emacs-orgmode@gnu.org In the context of the original post, is there a possible way to do this. 1. I mark a TODO entry in todo.org as done. 2. An org-id (say ID-TODO) gets created for the TODO entry if there is none yet. 3. The state transition to DONE triggers a capture rule. The conversation is collected in a capture buffer and filed as a heading under conversation.org. An org-id (say ID-CONV) is generated for the captured entry. 4. ID-TODO is noted in the conversation.org 5. ID-CONV is noted down in todo.org Jambunathan K.