emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Charles Sebold <csebold@gmail.com>
To: emacs-orgmode@gnu.org
Subject: Re: Re: Relative clocking [Further discussion and ideas by OP]
Date: Tue, 25 Nov 2008 05:48:55 -0600	[thread overview]
Message-ID: <u7i6sqb4o.fsf@gmail.com> (raw)
In-Reply-To: <EE655FD5-FE52-41EE-ABF3-29E7B2567121@uva.nl> (Carsten Dominik's message of "Tue\, 25 Nov 2008 12\:29\:15 +0100")

[-- Attachment #1: Type: text/plain, Size: 367 bytes --]

On 25 Nov 2008, Carsten Dominik wrote:

> I have added such a timer to Org-mode, if you get the latest git
> release, you can use it.

I include a quick patch to what I just checked out, to fix an extra
parenthesis:
-- 
Charles Sebold                                    25th of November, 2008
 GNU Emacs 22.3.1 (i386-mingw-nt5.1.2600) | Gnus v5.11 | org-mode 6.13a
 

[-- Attachment #2: Diff to fix extra parenthesis in org-timer --]
[-- Type: text/plain, Size: 495 bytes --]

Changes in master
	Modified lisp/org-timer.el
diff --git a/lisp/org-timer.el b/lisp/org-timer.el
index 8ecfebd..34fab12 100644
--- a/lisp/org-timer.el
+++ b/lisp/org-timer.el
@@ -90,7 +90,7 @@ that was not started at the correct moment."
 	   (org-timer-secs-to-hms
 	    (floor
 	     (- (time-to-seconds (current-time))
-		(time-to-seconds org-timer-start-time))))))))
+		(time-to-seconds org-timer-start-time)))))))
 
 ;;;###autoload
 (defun org-timer-change-times-in-region (beg end delta)


[-- Attachment #3: Type: text/plain, Size: 204 bytes --]

_______________________________________________
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

  reply	other threads:[~2008-11-25 11:48 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-11-24  7:47 Relative clocking [Further discussion and ideas by OP] Alan E. Davis
2008-11-24 10:30 ` Carsten Dominik
2008-11-24 20:31   ` Alan E. Davis
2008-11-25  7:07     ` Carsten Dominik
2008-11-25  8:08       ` Alan E. Davis
2008-11-25 11:29         ` Carsten Dominik
2008-11-25 11:48           ` Charles Sebold [this message]
2008-11-25 13:27             ` Carsten Dominik
2008-11-25 21:44               ` Alan E. Davis

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=u7i6sqb4o.fsf@gmail.com \
    --to=csebold@gmail.com \
    --cc=emacs-orgmode@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).