diff options
| author | Craig Jennings <c@cjennings.net> | 2025-09-03 13:58:22 -0500 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2025-09-03 13:58:22 -0500 |
| commit | 0fe3065f7ca9aa4c02c48e186fccb91ad3a81f59 (patch) | |
| tree | 1cbf333c164e6d825f552ca891e9f8c94d1b640d /modules/org-capture-config.el | |
| parent | 15bb7b44ef51067c09415b87d1d55f58b2a8c08b (diff) | |
| download | dotemacs-0fe3065f7ca9aa4c02c48e186fccb91ad3a81f59.tar.gz dotemacs-0fe3065f7ca9aa4c02c48e186fccb91ad3a81f59.zip | |
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.
Diffstat (limited to 'modules/org-capture-config.el')
| -rw-r--r-- | modules/org-capture-config.el | 6 |
1 files changed, 0 insertions, 6 deletions
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") |
