emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Orgmode] Re: New implementation of the Org remember process ready f


From: Nick Dokos
Subject: Re: [Orgmode] Re: New implementation of the Org remember process ready for comments and testing
Date: Wed, 23 Jun 2010 22:36:23 -0400

Bernt Hansen <address@hidden> 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]