mirror of
http://github.com/JaeUs3792/dotfiles
synced 2025-12-13 23:51:34 +09:00
Emacs : org timestamp function
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user