From 0fe3065f7ca9aa4c02c48e186fccb91ad3a81f59 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Wed, 3 Sep 2025 13:58:22 -0500 Subject: refactor: Simplify org-capture templates; fix duplicate properties The commit simplifies and streamlines the Org configuration by: - Removing grocery and shopping list templates - Cleaning up org-roam templates by moving content to template files - Removing webclip specific template and function - Improving formatting and indentation for better readability This also fixes an issue where duplicate org-roam properties were being inserted into the resulting capture file. --- modules/org-capture-config.el | 6 ------ 1 file changed, 6 deletions(-) (limited to 'modules/org-capture-config.el') diff --git a/modules/org-capture-config.el b/modules/org-capture-config.el index e9a83d9d..f56f322a 100644 --- a/modules/org-capture-config.el +++ b/modules/org-capture-config.el @@ -101,12 +101,6 @@ Captured On: %U\n" :prepend t) Captured On: %U" :prepend t) - ("g" "Grocery List Item" item - (file+headline inbox-file "Grocery List") "%?") - - ("s" "Shopping List Entry" entry - (file+headline inbox-file "Shopping List") "* %?") - ;; requires cj/org-web-clipper function defined above ("w" "Web Page Clipper" entry (file+headline inbox-file "To Read") -- cgit v1.2.3