From 5a309b1d0f6c42b7f21bb880dfc95db3e0f0acd2 Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Wed, 28 Nov 2018 16:16:37 +0100 Subject: [PATCH] [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). --- site-lisp/timeline-tools.el | 1 - 1 file changed, 1 deletion(-) diff --git a/site-lisp/timeline-tools.el b/site-lisp/timeline-tools.el index a68a197..db31d07 100644 --- a/site-lisp/timeline-tools.el +++ b/site-lisp/timeline-tools.el @@ -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)))