From e7f262d8b009915ad805b7a7435f962a7af2f46b Mon Sep 17 00:00:00 2001 From: Matthew Kosarek Date: Mon, 25 Sep 2023 08:24:12 -0400 Subject: Fix for CPP styling and adding a book note to org --- lisp/org-custom.el | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'lisp/org-custom.el') diff --git a/lisp/org-custom.el b/lisp/org-custom.el index 2125dc3..3353171 100644 --- a/lisp/org-custom.el +++ b/lisp/org-custom.el @@ -86,6 +86,10 @@ ("i" "issue" plain "\n\n* Links 🔗\n- *Ticket*: \n- *JIRA*: \n- *Pull Request*: \n\n* Goals ⚽\n\n* TODOs 🔏\n\n* Observations 🔭 \n\n* Code structure 🏠\n\n* Possible Solutions 🤔\n\n* Resources 🔧\n\n" :if-new (file+head "%<%Y%m%d%H%M%S>-${slug}.org" "#+title: ${title} 🎫\n #+filetags: :issues:ticket:project:canonical\n") + :unnarrowed t) + ("b" "book" plain + "\n\n* Overview \n " + :if-new (file+head "%<%Y%m%d%H%M%S>-${slug}.org" "#+title: ${title} 📚\n #+filetags: :books\n") :unnarrowed t))) (org-roam-setup) ) -- cgit v1.2.1