First not second heading

This commit is contained in:
MitchMarq42 2022-09-24 19:34:15 -08:00
parent a100cbf42f
commit 11b51ae704

View File

@ -80,11 +80,11 @@ the end."
(insert
(format "%s %s\n" (calendar-date-string (calendar-current-date))
(format-time-string "%-l:%M %p"))))
(defun mitch-2nd-heading-now ()
(defun mitch-1st-heading-now ()
"Insert a brand new 2nd level Org heading containing the current date/time.
Start insert mode."
(interactive)
(insert "** ")
(insert "* ")
(mitch-insert-current-datetime)
(evil-insert 1))