diff --git a/site-lisp/timeline-tools.el b/site-lisp/timeline-tools.el index 5f1aef9..98cf9b0 100644 --- a/site-lisp/timeline-tools.el +++ b/site-lisp/timeline-tools.el @@ -320,7 +320,8 @@ are queried with `org-read-date’." (insert "\n"))) (insert "|--|\n") (goto-char (point-min)) - (org-table-align)) + (org-table-align) + (buffer-enable-undo)) (display-buffer target-buffer) t)))