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

Re: [O] Byte compiler warnings

2011-10-28 Thread Bastien
Hi Andrei, Andrei Jirnyi writes: > A few warnings from Emacs 23.2.1 here: Thanks. I fixed most of them. > Compiling file /home/xx/.emacs.d/elpa/org-20111024/ob-C.el at Mon Oct > 24 18:20:36 2011 > Entering directory `/home/xx/.emacs.d/elpa/org-20111024/' > > Compiling file /home/

Re: [O] Byte compiler warnings

2011-10-24 Thread Andrei Jirnyi
A few warnings from Emacs 23.2.1 here: Compiling file /home/xx/.emacs.d/elpa/org-20111024/ob-C.el at Mon Oct 24 18:20:36 2011 Entering directory `/home/xx/.emacs.d/elpa/org-20111024/' Compiling file /home/xx/.emacs.d/elpa/org-20111024/ob-calc.el at Mon Oct 24 18:20:36 2011 In end o

Re: [O] Byte compiler warnings

2011-10-23 Thread Bastien
Hi Achim, Achim Gratz writes: >>> In org-agenda-get-blocks: >>> org-agenda.el:5434:42:Warning: assignment to free variable `category-pos' >>> org-agenda.el:5434:20:Warning: reference to free variable >>> `category-pos' >> >> I just fixed this. > > I'm still getting the same error with commit e0c

Re: [O] Byte compiler warnings

2011-10-22 Thread Achim Gratz
Hi Bastien, thanks for fixing. I've just pulled again. >> In org-agenda-get-blocks: >> org-agenda.el:5434:42:Warning: assignment to free variable `category-pos' >> org-agenda.el:5434:20:Warning: reference to free variable >> `category-pos' > > I just fixed this. I'm still getting the same error

Re: [O] Byte compiler warnings

2011-10-22 Thread Bastien
Hi Achim, Achim Gratz writes: > Recently the byte compiler has become increasingly dissatisfied with the > orgmode code again... :-) > > Emacs24 complains about these: > > In org-agenda-get-blocks: > org-agenda.el:5434:42:Warning: assignment to free variable `category-pos' > org-agenda.el:5434:2