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