emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* typo in org-clock.el
@ 2022-01-23  9:13 Colin Baxter
  2022-01-23  9:43 ` Ihor Radchenko
  0 siblings, 1 reply; 4+ messages in thread
From: Colin Baxter @ 2022-01-23  9:13 UTC (permalink / raw)
  To: emacs-orgmode


At line 2512 :end should be :tend as in:

(user-error "Clocktable `:step' can only be used with `:block' or `:tstart, :tend'"))




^ permalink raw reply	[flat|nested] 4+ messages in thread
* Typo in org-clock.el
@ 2009-07-06 18:58 Matthew Lundin
  2009-07-06 20:30 ` Carsten Dominik
  0 siblings, 1 reply; 4+ messages in thread
From: Matthew Lundin @ 2009-07-06 18:58 UTC (permalink / raw)
  To: emacs org-mode mailing list

Hi Carsten, 

I discovered a typo in org-clock.el that was preventing
org-clock-in-hook from working.

- Matt

-------

diff --git a/lisp/org-clock.el b/lisp/org-clock.el
index d0a6ebf..79dcb49 100644
--- a/lisp/org-clock.el
+++ b/lisp/org-clock.el
@@ -582,7 +582,7 @@ the clocking selection, associated with the letter `d'."
 	    (setq org-clock-mode-line-timer
 		  (run-with-timer 60 60 'org-clock-update-mode-line))
 	    (message "Clock starts at %s - %s" ts msg-extra)
-	    (run-hooks 'org-click-in-hook)))))))
+	    (run-hooks 'org-clock-in-hook)))))))
 
 (defun org-clock-mark-default-task ()
   "Mark current task as default task."

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

end of thread, other threads:[~2022-01-23  9:40 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-23  9:13 typo in org-clock.el Colin Baxter
2022-01-23  9:43 ` Ihor Radchenko
  -- strict thread matches above, loose matches on Subject: below --
2009-07-06 18:58 Typo " Matthew Lundin
2009-07-06 20:30 ` Carsten Dominik

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).