On Thu, 19 Aug 2010 00:31:05 +0530, Jambunathan K <kjambunat...@gmail.com> wrote: > > > 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.
I guess you could use the org-after-todo-state-change-hook together with the functionality of org-capture to implement this quite easily? Of course, this requires some emacs lisp knowledge. _______________________________________________ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode