[Timeline] Minor updates

This commit is contained in:
Daniel - 2018-01-21 19:48:12 +01:00
parent 50b7cf2653
commit 88a20aff5f
Signed by: dbo
GPG Key ID: 4F63DB96D45AA9C6
1 changed files with 1 additions and 3 deletions

View File

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