From b47bcbfa54e8f07b27d4997942b4233861805ae6 Mon Sep 17 00:00:00 2001 From: James Patrick Date: Mon, 22 Jan 2024 14:33:15 -0500 Subject: [PATCH] Changing formatting for org capture work template --- emacs/+orgmode.el | 2 +- emacs/config.org | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/emacs/+orgmode.el b/emacs/+orgmode.el index 7dd31fa..6e2983d 100644 --- a/emacs/+orgmode.el +++ b/emacs/+orgmode.el @@ -20,7 +20,7 @@ (add-to-list 'org-capture-templates '("w" "Work Todo" entry (file+headline +org-capture-work-todo-file "Inbox") - "* [_] %?%i\n%a" :prepend t)) + "* [_] %i%?\n%a -  %u" :prepend t)) (add-hook! 'org-mode-hook #'mixed-pitch-mode) diff --git a/emacs/config.org b/emacs/config.org index 5baa3f3..82ea7ce 100644 --- a/emacs/config.org +++ b/emacs/config.org @@ -621,7 +621,7 @@ I still want to capture work related notes where ever I am though. (add-to-list 'org-capture-templates '("w" "Work Todo" entry (file+headline +org-capture-work-todo-file "Inbox") - "* [_] %?%i\n%a" :prepend t)) + "* [_] %i%?\n%a -  %u" :prepend t)) #+end_src *** A Prettier Orgmode