emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Orgmode] Re: Debate about "One clock per user, but user is identified"


From: Benjamin Andresen
Subject: [Orgmode] Re: Debate about "One clock per user, but user is identified"
Date: Sat, 12 Jun 2010 17:23:31 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux)

Hey Sébastien,

Sébastien Vauban <address@hidden> writes:

> Hi all,
>
> What do you think about all this?

I just read this and before nobody answers, I'll give you a small POC
that should work for you. As far as I can tell it doesn't break
anything.

(defun org-clock-out-mark-clock ()
  (unless remove (insert (format " (%s)" user-full-name))))

(add-hook 'org-clock-out-hook 'org-clock-out-mark-clock)

>
> Best regards,
>   Seb

br,
benny



reply via email to

[Prev in Thread] Current Thread [Next in Thread]