From 45a1141e6c817c57b20ff282569c71379c055420 Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Sun, 17 Feb 2019 09:14:07 +0100 Subject: [PATCH] [Timeline] Fix typo --- site-lisp/timeline-tools.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site-lisp/timeline-tools.el b/site-lisp/timeline-tools.el index 73de23b..52f5625 100644 --- a/site-lisp/timeline-tools.el +++ b/site-lisp/timeline-tools.el @@ -681,7 +681,7 @@ not given, update clock lines in the buffer of TARGET-MARKER." (org-with-point-at target-marker (org-clock-find-position nil) (open-line 1) - (insert (apply #'timeline-tools-clockline-no-conflicts + (insert (apply #'timeline-tools-clockline-no-conflict new-start new-end org-buffers))))) ;;;###autoload