summaryrefslogtreecommitdiff
path: root/lisp/org-custom.el
diff options
context:
space:
mode:
authorMatthew Kosarek <matthew@matthewkosarek.xyz>2023-09-25 08:24:12 -0400
committerMatthew Kosarek <matthew@matthewkosarek.xyz>2023-09-25 08:24:12 -0400
commite7f262d8b009915ad805b7a7435f962a7af2f46b (patch)
treec52f92d137c6c1753078982e49cb308d8e860611 /lisp/org-custom.el
parent04c4b3e8c8395ef029bf60a91b8b2732d7b9d768 (diff)
Fix for CPP styling and adding a book note to org
Diffstat (limited to 'lisp/org-custom.el')
-rw-r--r--lisp/org-custom.el4
1 files changed, 4 insertions, 0 deletions
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)
)