aboutsummaryrefslogtreecommitdiff
path: root/modules/org-contacts-config.el
Commit message (Collapse)AuthorAgeFilesLines
* feat:org-contacts: Enhance email parsing and add testsCraig Jennings2025-10-261-80/+75
| | | | | | | | Add a new function `cj/--parse-email-string` to parse email strings with multiple formats and separators, ensuring robust handling of real-world email variations. This commit also includes extensive tests for the new parsing function, covering normal, edge, and special cases, ensuring comprehensive test coverage and reliability.
* refactor:org-contacts-config: Update template and keymap bindingsCraig Jennings2025-10-231-23/+23
| | | | | | | | Add birthday and website fields to the contact template while removing duplicate template code. Comment out unused org-roam linking function. Replace `define-key` and `global-set-key` with `keymap-set` and `keymap-global-set` for cleaner keymap definitions and bindings.
* add missing capture template for org-contactCraig Jennings2025-10-151-2/+18
|
* changing repositoriesCraig Jennings2025-10-121-0/+205