[Timeline] Disable undo

Undoing changes in the timeline buffer may make the display inconsistent with
the values of the internal variables (in particular when lines got killed and
the like).
This commit is contained in:
Daniel - 2018-11-28 16:16:37 +01:00
parent a8385cb542
commit 5a309b1d0f
Signed by: dbo
GPG Key ID: 4F63DB96D45AA9C6
1 changed files with 0 additions and 1 deletions

View File

@ -373,7 +373,6 @@ interactively, START and END are queried with `org-read-date."
(setq-local timeline-tools-time-format timeline-tools-time-format)
(setq-local timeline-tools-headline-time-format timeline-tools-headline-time-format)
(hl-line-mode)
(buffer-enable-undo)
(timeline-tools-redraw-timeline))
(pop-to-buffer target-buffer)
t)))