From mboxrd@z Thu Jan 1 00:00:00 1970 From: Memnon Anon Subject: Re: org-capture in the same file from which it was called under certain heading Date: Sat, 28 May 2011 13:15:04 +0000 (UTC) Message-ID: <87aae76kh9.fsf@mean.albasani.net> References: <877h9b9n6s.fsf@mean.albasani.net> <87vcwvkq8e.fsf@live.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([140.186.70.92]:47918) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QQJMN-0001Q2-VZ for emacs-orgmode@gnu.org; Sat, 28 May 2011 09:15:23 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QQJMJ-0007JY-TA for emacs-orgmode@gnu.org; Sat, 28 May 2011 09:15:19 -0400 Received: from lo.gmane.org ([80.91.229.12]:36686) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QQJMJ-0007JU-KP for emacs-orgmode@gnu.org; Sat, 28 May 2011 09:15:15 -0400 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1QQJMI-0002sR-NN for emacs-orgmode@gnu.org; Sat, 28 May 2011 15:15:14 +0200 Received: from e178219133.adsl.alicedsl.de ([85.178.219.133]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 28 May 2011 15:15:14 +0200 Received: from gegendosenfleisch by e178219133.adsl.alicedsl.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 28 May 2011 15:15:14 +0200 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Hi, Yagnesh Raghava Yakkala writes: > to extend the same, I have a similar requirement where I want to > capture subtasks of a TODO item as I am working on it. So the > (TODO)node under which I want to capture changes with the time. It > would be good If there is a way to specify capture destination > dynamically(most of the time the capture destination is under the > current clocked item) I think I now what you want, but to be sure, a simple example outline would help. Memnon