emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Byte compiler warnings in org-clock.el
@ 2012-07-12 18:25 Achim Gratz
  2012-07-12 23:46 ` Bastien
  0 siblings, 1 reply; 7+ messages in thread
From: Achim Gratz @ 2012-07-12 18:25 UTC (permalink / raw)
  To: emacs-orgmode


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 Neuron microQkb Andromeda XTk Blofeld]>+

Wavetables for the Waldorf Blofeld:
http://Synth.Stromeko.net/Downloads.html#BlofeldUserWavetables

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Byte compiler warnings in org-clock.el
  2012-07-12 18:25 Byte compiler warnings in org-clock.el Achim Gratz
@ 2012-07-12 23:46 ` Bastien
  2012-07-13 13:04   ` BUG! " Giovanni Ridolfi
  2012-07-13 18:40   ` Achim Gratz
  0 siblings, 2 replies; 7+ messages in thread
From: Bastien @ 2012-07-12 23:46 UTC (permalink / raw)
  To: Achim Gratz; +Cc: emacs-orgmode

Achim Gratz <Stromeko@nexgo.de> writes:

> The corresponding defvar should probably be moved:

Done, thanks.

-- 
 Bastien

^ permalink raw reply	[flat|nested] 7+ messages in thread

* BUG! Re:  Byte compiler warnings in org-clock.el
  2012-07-12 23:46 ` Bastien
@ 2012-07-13 13:04   ` Giovanni Ridolfi
  2012-07-14  7:01     ` Bastien
  2012-07-13 18:40   ` Achim Gratz
  1 sibling, 1 reply; 7+ messages in thread
From: Giovanni Ridolfi @ 2012-07-13 13:04 UTC (permalink / raw)
  To: Bastien, Achim Gratz; +Cc: emacs-orgmode@gnu.org

Da: Bastien <bzg@gnu.org>
Inviato: Venerdì 13 Luglio 2012 1:46

> Achim Gratz <Stromeko@nexgo.de> writes:

> > The corresponding defvar should probably be moved:
probably not.

@Achim that's why I wanted to have the last version: to report bugs, 
as stated in the documentation  [[info:org#Feedback]]

"For bug reports, please first try to reproduce the bug with the
latest version of Org available"

> Done, thanks.

Unfortunately this introduces a bug:

In a new file (with a pending clock)

with Org-mode version 7.8.11 (3ecd7a9ad03323 

when I try to start a clock I get the error:

Symbol's function definition is void: org-clock-in-last 
Debugger entered--Lisp error: (void-function org-clock-in-last)

whereas I can clock in with version: Org-mode version 7.8.11 (1fe42fd0b 
[and the pending clock is resolved]

If the file is already opened and after M-x org-reload
I the current clock is closed 
when one try to clock in a new subheading
the last subtree is clocked-in 

cheers,

Giovanni

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Byte compiler warnings in org-clock.el
  2012-07-12 23:46 ` Bastien
  2012-07-13 13:04   ` BUG! " Giovanni Ridolfi
@ 2012-07-13 18:40   ` Achim Gratz
  2012-07-14  6:59     ` New keybinding C-c C-x C-q for ̀org-clock-cancel' (was: Byte compiler warnings in org-clock.el) Bastien
  1 sibling, 1 reply; 7+ messages in thread
From: Achim Gratz @ 2012-07-13 18:40 UTC (permalink / raw)
  To: emacs-orgmode

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 and if it can be switched off in Org.  It seems that "C-C C-x
C-z" would still be available, though.


Regards,
Achim.
-- 
+<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+

SD adaptations for Waldorf Q V3.00R3 and Q+ V3.54R2:
http://Synth.Stromeko.net/Downloads.html#WaldorfSDada

^ permalink raw reply	[flat|nested] 7+ messages in thread

* New keybinding C-c C-x C-q for ̀org-clock-cancel'  (was: Byte compiler warnings in org-clock.el)
  2012-07-13 18:40   ` Achim Gratz
@ 2012-07-14  6:59     ` Bastien
  2012-07-14 17:14       ` Samuel Wales
  0 siblings, 1 reply; 7+ messages in thread
From: Bastien @ 2012-07-14  6:59 UTC (permalink / raw)
  To: Achim Gratz; +Cc: emacs-orgmode

Hi Achim,

Achim Gratz <Stromeko@nexgo.de> writes:

> 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 and if it can be switched off in Org.  It seems that "C-C C-x
> C-z" would still be available, though.

As the subject says.

C-c C-x C-q => ̀org-clock-cancel'
C-c C-x C-x => ̀org-clock-in-last'

-- 
 Bastien

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: BUG! Re:  Byte compiler warnings in org-clock.el
  2012-07-13 13:04   ` BUG! " Giovanni Ridolfi
@ 2012-07-14  7:01     ` Bastien
  0 siblings, 0 replies; 7+ messages in thread
From: Bastien @ 2012-07-14  7:01 UTC (permalink / raw)
  To: Giovanni Ridolfi; +Cc: Achim Gratz, emacs-orgmode@gnu.org

Giovanni Ridolfi <giovanni.ridolfi@yahoo.it> writes:

>> Done, thanks.
>
> Unfortunately this introduces a bug:

FWIW, the bug was not really introduced by the fix you refer to, 
but by a previous hack of mine: I tried to bind `org-clock-in-last'
to C-c C-x C-I, but then `org-clock-in-last' was bound to C-c C-x C-I
(note the upper/lowercase "i").

-- 
 Bastien

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: New keybinding C-c C-x C-q for ̀org-clock-cancel' (was: Byte compiler warnings in org-clock.el)
  2012-07-14  6:59     ` New keybinding C-c C-x C-q for ̀org-clock-cancel' (was: Byte compiler warnings in org-clock.el) Bastien
@ 2012-07-14 17:14       ` Samuel Wales
  0 siblings, 0 replies; 7+ messages in thread
From: Samuel Wales @ 2012-07-14 17:14 UTC (permalink / raw)
  To: Bastien; +Cc: Achim Gratz, emacs-orgmode

On 7/13/12, Bastien <bzg@gnu.org> wrote:
> C-c C-x C-q => ̀org-clock-cancel'

My gmail shows an accent there :).

-- 
The Kafka Pandemic: http://thekafkapandemic.blogspot.com

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2012-07-14 17:14 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-07-12 18:25 Byte compiler warnings in org-clock.el Achim Gratz
2012-07-12 23:46 ` Bastien
2012-07-13 13:04   ` BUG! " Giovanni Ridolfi
2012-07-14  7:01     ` Bastien
2012-07-13 18:40   ` Achim Gratz
2012-07-14  6:59     ` New keybinding C-c C-x C-q for ̀org-clock-cancel' (was: Byte compiler warnings in org-clock.el) Bastien
2012-07-14 17:14       ` Samuel Wales

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).