Re: [O] [BUG] Void variable org-clock-current-task

2016-04-19 Thread Nicolas Goaziou
Hello, Kyle Meyer writes: > As a result, org-clock-current-task is undefined if org-clock.el is not > yet loaded, leading to org-agenda-mark-clocking-task signaling a > void-variable error when org-agenda is called. > > Debugger entered--Lisp error: (void-variable org-clock-current-task) >

[O] [BUG] Void variable org-clock-current-task

2016-04-19 Thread Kyle Meyer
Hi Nicolas, 4743d43 (Properly handle ‘org-tag-persistent-alist’, 2016-04-17) removed the initial value for org-clock-current-task: - (defvar org-clock-current-task nil) + (defvar org-clock-current-task) As a result, org-clock-current-task is undefined if org-clock.el is not yet loaded, l