diff --git a/lisp/mitch-orgstuff.el b/lisp/mitch-orgstuff.el index 1c775b6..a448483 100644 --- a/lisp/mitch-orgstuff.el +++ b/lisp/mitch-orgstuff.el @@ -84,6 +84,7 @@ the end." "Insert a brand new 2nd level Org heading containing the current date/time. Start insert mode." (interactive) + (goto-char (point-max)) (insert "* ") (mitch-insert-current-datetime) (evil-insert 1))