From aceb707efb5d4a31f5a816d499db436f09534519 Mon Sep 17 00:00:00 2001 From: JaeYoo-Im Date: Wed, 8 Feb 2023 03:51:21 +0900 Subject: [PATCH] Emacs : org timestamp function --- .config/emacs/emacs.org | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.config/emacs/emacs.org b/.config/emacs/emacs.org index 67dd7d2..956997d 100755 --- a/.config/emacs/emacs.org +++ b/.config/emacs/emacs.org @@ -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