Nick Dokos <nicholas.do...@hp.com> writes:

> Bernt Hansen <be...@norang.ca> 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.
> `----

I tried that but couldn't get it to work :)

-Bernt

_______________________________________________
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Reply via email to