Marco Wahl writes:
I have ~(setq org-clock-out-when-done t)~ in my Emacs configuration.
I get the following back trace when I mark a task as done:
Debugger entered--Lisp error: (void-variable org-state)
> ...
>> OK - here's some actual research for a change. I was
>>> I have ~(setq org-clock-out-when-done t)~ in my Emacs configuration.
>>>
>>> I get the following back trace when I mark a task as done:
>>>
>>> Debugger entered--Lisp error: (void-variable org-state)
>>>
...
> OK - here's some actual research for a change. I was wondering what
>
> (defvar or
Nick Dokos writes:
> These are all guesses, untainted by actual knowledge or research.
>
OK - here's some actual research for a change. I was wondering what
(defvar org-state)
actually does, so I looked at the source code for defvar. It contains
this comment:
,
| else if (!NILP (Vintern
Marco Wahl writes:
> Nick Dokos writes:
>
>> I'm not sure what the solution is (I haven't really followed the
>> upstream discussion), but I wonder if adding
>>
>> (defvar org-state)
>>
>> in org.el, just before the
>>
>> (defun org-todo ...
>>
>> line is enough to resolve the problem (basically
Nick Dokos writes:
> Mike McLean writes:
>
>> Hello
>>
>> In the last few days I started getting an error when moving tasks to the
>> DONE state.
>>
>> I have ~(setq org-clock-out-when-done t)~ in my Emacs configuration.
>>
>> I get the following back trace when I mark a task as done:
>>
>> De
Mike McLean writes:
> Hello
>
> In the last few days I started getting an error when moving tasks to the DONE
> state.
>
> I have ~(setq org-clock-out-when-done t)~ in my Emacs configuration.
>
> I get the following back trace when I mark a task as done:
>
> Debugger entered--Lisp error: (void-
Hello
In the last few days I started getting an error when moving tasks to the
DONE state.
I have ~(setq org-clock-out-when-done t)~ in my Emacs configuration.
I get the following back trace when I mark a task as done:
Debugger entered--Lisp error: (void-variable org-state)
(member org-state