From mboxrd@z Thu Jan 1 00:00:00 1970 From: John Rakestraw Subject: Re: Re: orgmode opening source file from agenda when marking as done Date: Mon, 17 Aug 2009 16:18:34 -0400 Message-ID: <20090817161834.16843b39@johnrakestraw.com> References: <4FFFB0FE-CAFA-40F5-9F36-EDE3C1BF0048@gilbert.org> <20524da70908171231k60113c3dve461573bf5ffb9df@mail.gmail.com> <4C310FDE-5730-403E-9F23-6CF7770A641E@gilbert.org> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Md8eh-00066S-VX for emacs-orgmode@gnu.org; Mon, 17 Aug 2009 16:18:12 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Md8ec-000644-Fa for emacs-orgmode@gnu.org; Mon, 17 Aug 2009 16:18:10 -0400 Received: from [199.232.76.173] (port=54775 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Md8ec-000641-8e for emacs-orgmode@gnu.org; Mon, 17 Aug 2009 16:18:06 -0400 Received: from uis-ipmx-1.pdc.uis.georgetown.edu ([141.161.2.135]:46040) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_ARCFOUR_SHA1:16) (Exim 4.60) (envelope-from ) id 1Md8eb-0008Hq-Rp for emacs-orgmode@gnu.org; Mon, 17 Aug 2009 16:18:06 -0400 In-Reply-To: <4C310FDE-5730-403E-9F23-6CF7770A641E@gilbert.org> 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 Michael -- > On Aug 17,2009, at 12:31 PM, Samuel Wales wrote: > > > A long shot: check the value of your after todo state change hook. > > Sorry. Noob still. What does that mean? > > -- M I agree that this is a long shot, but I think he was suggesting that you check the "org-after-todo-state-change-hook" to see if it's been changed from the default, which is nil. You can check this in emacs this way -- C-h v org-after-todo-state-change-hook When I do this in my emacs session I get this: ** org-after-todo-state-change-hook is a variable defined in `org.el'. Its value is nil Documentation: Hook which is run after the state of a TODO item was changed. The new state (a string with a TODO keyword, or nil) is available in the Lisp variable `state'. You can customize this variable. ** The question is whether you also get "Its value is nil" --John -- John Rakestraw