From f4db87fae6c1bdbef6a48105ee86a5c9b7b679b3 Mon Sep 17 00:00:00 2001 From: jao Date: Sun, 23 Nov 2025 16:11:10 +0000 Subject: org-notes: nit: date after tags --- lib/doc/jao-org-notes.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/doc') diff --git a/lib/doc/jao-org-notes.el b/lib/doc/jao-org-notes.el index af8f10a..dde2b8c 100644 --- a/lib/doc/jao-org-notes.el +++ b/lib/doc/jao-org-notes.el @@ -181,10 +181,10 @@ appear in any order in the tags list. "Create a new note file, matching tags and titles with completion." (interactive) (when (jao-org-notes--insert-title title) - (org-insert-time-stamp (current-time) t t "#+date: " "\n") (insert "#+tags: :" (mapconcat #'identity (jao-org-notes--read-tags) ":") - ":\n")) + ":\n") + (org-insert-time-stamp (current-time) t t "#+date: " "\n")) (save-buffer) (current-buffer)) -- cgit v1.2.3