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 defined

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

2012-07-12 Thread Achim Gratz
The corresponding defvar should probably be moved: In org-clock-in: org-clock.el:1208:53:Warning: reference to free variable `org-clock-out-time' In org-clock-in-last: org-clock.el:1264:31:Warning: reference to free variable `org-clock-out-time' Regards, Achim. -- +[Q+ Matrix-12 WAVE#46+305

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

2012-07-12 Thread Bastien
Achim Gratz strom...@nexgo.de 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 a-jir...@northwestern.edu 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/'

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

Re: [O] Byte compiler warnings

2011-10-23 Thread Bastien
Hi Achim, Achim Gratz strom...@nexgo.de 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

[O] Byte compiler warnings

2011-10-22 Thread Achim Gratz
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:20:Warning: reference to free variable

Re: [O] Byte compiler warnings

2011-10-22 Thread Bastien
Hi Achim, Achim Gratz strom...@nexgo.de 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'

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 with