Emacs : org timestamp function

This commit is contained in:
2023-02-08 03:51:21 +09:00
parent 8a5fb14896
commit aceb707efb

View File

@ -1118,6 +1118,10 @@ download image link
(user-error
"Error pasting the image, make sure you have an image in the clipboard!"))
))
(defun org-time-stamp-with-time()
"Insert org mode timestamp at point with current date and time"
(interactive)
(org-insert-time-stamp (current-time) t))
#+end_src
**** Exporter
***** Hugo