mirror of
http://github.com/JaeUs3792/dotfiles
synced 2025-12-14 08:01:35 +09:00
Emacs : org timestamp function
This commit is contained in:
@ -1118,6 +1118,10 @@ download image link
|
|||||||
(user-error
|
(user-error
|
||||||
"Error pasting the image, make sure you have an image in the clipboard!"))
|
"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
|
#+end_src
|
||||||
**** Exporter
|
**** Exporter
|
||||||
***** Hugo
|
***** Hugo
|
||||||
|
|||||||
Reference in New Issue
Block a user