First not second heading
This commit is contained in:
parent
a100cbf42f
commit
11b51ae704
@ -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))
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user