From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bernt Hansen Subject: BUG - Remember refiling to current clocking task Date: Tue, 28 Oct 2008 11:56:00 -0400 Message-ID: <871vy0iui7.fsf@gollum.intra.norang.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KuqvP-0006t5-GR for emacs-orgmode@gnu.org; Tue, 28 Oct 2008 11:56:07 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KuqvO-0006si-Iq for emacs-orgmode@gnu.org; Tue, 28 Oct 2008 11:56:06 -0400 Received: from [199.232.76.173] (port=41452 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KuqvO-0006sf-CX for emacs-orgmode@gnu.org; Tue, 28 Oct 2008 11:56:06 -0400 Received: from mho-02-bos.mailhop.org ([63.208.196.179]:60307) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1KuqvN-0005wY-Uv for emacs-orgmode@gnu.org; Tue, 28 Oct 2008 11:56:06 -0400 Received: from cpe000102d0fe75-cm0012256ecbde.cpe.net.cable.rogers.com ([99.239.148.180] helo=mail.norang.ca) by mho-02-bos.mailhop.org with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.68) (envelope-from ) id 1KuqvM-0007Cw-KW for emacs-orgmode@gnu.org; Tue, 28 Oct 2008 15:56:04 +0000 Received: from gollum.intra.norang.ca (gollum.intra.norang.ca [192.168.1.5]) by mail.norang.ca (8.13.8/8.13.8/Debian-3) with ESMTP id m9SFu05b027922 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT) for ; Tue, 28 Oct 2008 11:56:01 -0400 Received: from gollum.intra.norang.ca (localhost [127.0.0.1]) by gollum.intra.norang.ca (8.14.3/8.14.3/Debian-5) with ESMTP id m9SFu0fE008516 for ; Tue, 28 Oct 2008 11:56:00 -0400 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: emacs-orgmode@gnu.org Hi Carsten, I've been playing with the remember filing options and reworking my phone-call handling code. When I want to file to the current clocking task it always seems to go to the default org file for me instead of the file the current clocking task is in. ie. I'm clocking a task in org.org, hit remember to create an note and C-2 C-c C-c saves the note at the end of my todo.org (which is my default file) instead of the current clocking task in org.org. ,----[ ~/git/org.org ] | ... | ** TODO Try elisp debugging | :CLOCK: | CLOCK: [2008-10-28 Tue 11:18] | CLOCK: [2008-10-28 Tue 10:59]--[2008-10-28 Tue 11:14] => 0:15 | :END: | [2008-10-27 Mon] | ... `---- ,----[ end of my todo.org file] | ... | * Last Task | ** Do something `---- Then start remember with my new phone template ,----[ creates the following remember buffer ] | ## C-c C-c "~/git/org/todo.org" -> "* " | ## C-u C-c C-c like C-c C-c, and immediately visit note at target location | ## C-0 C-c C-c "~/git/org/org.org" -> "* Tasks" | ## C-1 C-c C-c to select file and header location interactively. | ## C-2 C-c C-c as child of the currently clocked item | ## To switch templates, use `C-M-r'. To abort use `C-c C-k'. | | * PHONE [[bbdb:]] - | <2008-10-28 Tue 11:48> `---- and C-2 C-c C-c files it at the end of todo.org instead of in org.org ,----[ and the end of todo.org looks like this ] | ... | * Last Task | ** Do something | * TODO Try elisp debugging | ** PHONE [[bbdb:]] - | <2008-10-28 Tue 11:50> `---- Now the remember template I'm picking does state to file to the default task but I expected C-2 C-c C-c to override that location. Thanks for org-mode!! Regards, Bernt