Fix some warnings in timeline-tools

This commit is contained in:
Daniel Borchmann 2024-06-11 18:19:37 +02:00
parent 051b578ba0
commit 5d28ab04a6
No known key found for this signature in database
GPG Key ID: 784AA8DF0CCDF625

View File

@ -115,7 +115,7 @@ end date of the timeline."
(define-derived-mode timeline-tools-mode (define-derived-mode timeline-tools-mode
org-mode "Timeline" org-mode "Timeline"
"Major mode to display org-mode timelines." "Major mode to display `org-mode' timelines."
(hl-line-mode) (hl-line-mode)
(buffer-enable-undo)) (buffer-enable-undo))
@ -740,7 +740,7 @@ clock line."
(with-current-buffer buffer (with-current-buffer buffer
;; Make sure everything is visible, as otherwise editing may produce odd ;; Make sure everything is visible, as otherwise editing may produce odd
;; results ;; results
(org-show-all) (org-fold-show-all)
(timeline-tools-map-clocklines (timeline-tools-map-clocklines
(lambda (timestamp-1 timestamp-2) (lambda (timestamp-1 timestamp-2)