From 353f862ce780888ecbc2659c856f1a290690db0e Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Tue, 11 Feb 2025 13:07:51 +0000 Subject: [PATCH] Add todo state to roam node template --- init.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/init.el b/init.el index 2b26053..5706aa7 100644 --- a/init.el +++ b/init.el @@ -654,7 +654,8 @@ (propertize "${file}" 'face 'dired-directory) (propertize ":${olp}:" 'face 'org-roam-olp) (propertize "${title}" 'face 'org-roam-title) - (propertize " ${tags} " 'face 'org-roam-header-line))) + (propertize " ${tags} " 'face 'org-roam-header-line) + (propertize " ${todo} " 'face 'org-headline-todo))) :config (mkdir org-roam-directory t) (add-to-list 'display-buffer-alist