Fix some warnings in timeline-tools
This commit is contained in:
parent
051b578ba0
commit
5d28ab04a6
@ -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)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user