From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: Re: New implementation of the Org remember process ready for comments and testing Date: Wed, 23 Jun 2010 22:36:23 -0400 Message-ID: <31117.1277346983@gamaville.dokosmarshall.org> References: <87hbktusex.fsf@gollum.intra.norang.ca> Reply-To: nicholas.dokos@hp.com Return-path: Received: from [140.186.70.92] (port=58235 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ORcJ6-0001vA-J4 for emacs-orgmode@gnu.org; Wed, 23 Jun 2010 22:36:49 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1ORcJ5-0004lr-2b for emacs-orgmode@gnu.org; Wed, 23 Jun 2010 22:36:48 -0400 Received: from vms173017pub.verizon.net ([206.46.173.17]:48440) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1ORcJ4-0004la-Up for emacs-orgmode@gnu.org; Wed, 23 Jun 2010 22:36:47 -0400 Received: from gamaville.dokosmarshall.org ([unknown] [173.76.32.106]) by vms173017.mailsrvcs.net (Sun Java(tm) System Messaging Server 7u2-7.02 32bit (built Apr 16 2009)) with ESMTPA id <0L4H0055MZ8OI3B0@vms173017.mailsrvcs.net> for emacs-orgmode@gnu.org; Wed, 23 Jun 2010 21:36:24 -0500 (CDT) In-reply-to: Message from Bernt Hansen of "Wed, 23 Jun 2010 21:32:22 EDT." <87hbktusex.fsf@gollum.intra.norang.ca> 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: Bernt Hansen Cc: nicholas.dokos@hp.com, Org Mode , Carsten Dominik Bernt Hansen wrote: > > One thing I'm missing is I have a function that changes my TODO state to > NEXT on clock in except when I'm creating a new remember-mode task. > > I need a similar way to tell if I'm in a capture-mode buffer to prevent > changing the todo state to NEXT on clock-in. > > I can use the buffer name which starts with "CAPTURE-" and ends in > ".org" but that feels kind of hackish. Is there a variable or function > available that I can use to tell if I'm clocking in a task in a capture > buffer? > > Something like (capture-mode-p) maybe? > Maybe this? ,---- | org-capture-mode is a variable defined in `org-capture.el'. | Its value is t | Local in buffer CAPTURE-work.org; global value is nil | | Automatically becomes buffer-local when set in any fashion. | | Documentation: | Non-nil if Org-Capture mode is enabled. | Use the command `org-capture-mode' to change this variable. `---- HTH, Nick