Re: [O] Byte compiler warnings in org-clock.el

2012-07-13 Thread Achim Gratz
Bastien writes: >> The corresponding defvar should probably be moved: > > Done, thanks. Another issue: the key binding doesn't work, since "C-C C-x C-i" and "C-C C-x C-I" are both mapped to org-clock-in-last via a general key mapping of "S-TAB" to "TAB". I can't seem to find where this mapping is

Re: [O] Byte compiler warnings in org-clock.el

2012-07-12 Thread Bastien
Achim Gratz writes: > The corresponding defvar should probably be moved: Done, thanks. -- Bastien