aboutsummaryrefslogtreecommitdiff
path: root/modules/org-capture-config.el
Commit message (Collapse)AuthorAgeFilesLines
* refactor:org-modules: Improve org-mode configurationCraig Jennings2025-10-231-56/+48
| | | | | | | | Remove redundant declarations and reorganize settings for clarity. Centralize org-mode customizations and use `use-package` for streamlined loading and configuration. Remove backward-compatible safeguards and reduce inline comments for cleaner code. Optimize key mappings and simplify the setup of org-related packages.
* refactor: org-capture: Simplify and restructure capture configCraig Jennings2025-10-201-108/+69
| | | | | | | Streamlined org-capture-config.el by removing redundant comments, unused functions, and obsolete declarations. Consolidated the capture helper functions within use-package configuration for better readability and maintenance.
* feat: org-capture: Add drill capture helpers and templatesCraig Jennings2025-10-201-1/+57
| | | | | | | | | | | | Introduce functions `cj/drill-source-link` and `cj/drill-answer-content` for generating source links and content in org-drill captures. Expand org-capture-templates with new entries for drill questions and PDF captures. Adjust key mappings with `keymap-global-set` for task capture. Enhance the org-drill configuration with new keybindings using `keymap-set`. Remove old capture template setup and update initialization sequences.
* fix: org-capture: appt replaces event, selections auto-finishCraig Jennings2025-10-181-7/+8
| | | | | - moving away from two org files to manage events in favor of simply using gcal integration with org-gcal. disabled capture template for schedule-file. - text with selection should auto-finish at capture
* changing repositoriesCraig Jennings2025-10-121-0/+143