From 88a20aff5f7a77289f780e1adfba5798dddd7206 Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Sun, 21 Jan 2018 19:48:12 +0100 Subject: [PATCH] [Timeline] Minor updates --- site-lisp/timeline-tools.el | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/site-lisp/timeline-tools.el b/site-lisp/timeline-tools.el index e2097cb..f8213f8 100644 --- a/site-lisp/timeline-tools.el +++ b/site-lisp/timeline-tools.el @@ -79,7 +79,7 @@ region will be traversed." (defvar timeline-tools-org-inactive-timestamp-format (concat "[" (substring (cdr org-time-stamp-formats) 1 -1) "]") "Format of inactive `org-mode’ timestamps. -Can be used as format string for `format-time’,") +Can be used as format string for `format-time’.") (defun timeline-tools-insert-clockline (time-1 time-2) "Insert new clock line from TIME-1 to TIME-2. @@ -124,8 +124,6 @@ reversed of what it is in the subtree of MARKER." ;; Reporting -;; XXX: Find actual org-mode functions that do the stuff we are doing here - (defun timeline-tools-clocklines-in-range (tstart tend) "Return tasks in current buffer between TSTART and TEND.