diff options
| author | Craig Jennings <c@cjennings.net> | 2025-08-30 12:13:52 -0500 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2025-08-30 12:13:52 -0500 |
| commit | 088e2b3f14f0ea02038e20dccbb62e05d4eec9b2 (patch) | |
| tree | c2b9654f45741553be4c8b644d6c9f5a43f25b35 /todo.org | |
| parent | 6be403ded18185bd26af38a9db734a970ca61537 (diff) | |
| download | dotemacs-088e2b3f14f0ea02038e20dccbb62e05d4eec9b2.tar.gz dotemacs-088e2b3f14f0ea02038e20dccbb62e05d4eec9b2.zip | |
email, ai, and miscellaneous
refactor setup-email script
- Enable "set -euo pipefail" for safer execution
- Quote all variable references in test conditions
- Update script header with usage notes and email setup steps
email and org-msg changes
- Configure org-msg with inline CSS, greeting, images, citations, and signature
- Enable org-msg-mode in all mu4e compose buffers
- Advise mu4e-compose-reply and mu4e-compose-wide-reply to use org-msg-edit-mode
- Move no-auto-fill hook into mu4e-compose-mode-hook
- Disable mu4e-compose-format-flowed and set mu4e-html2text-command
- Update gnus-blocked-images comment and remove default signature-file setting
- remove org-contact configurations
ai changes
- historian directive added
- added all new directives to menu
- changed default directive to default-directive!
misc changes
- org complains when tab-widths aren't at 8
- refactor and improve delete blank lines region or buffer
- change name of add-header function to be more specific
- updated tasks
- updated abbrevs
- documentation for local-arch-wiki-search
Diffstat (limited to 'todo.org')
| -rw-r--r-- | todo.org | 9 |
1 files changed, 6 insertions, 3 deletions
@@ -415,10 +415,13 @@ Can be used with the `gptel-post-response-functions' hook." *** TODO Change the Directive: C-c g d *** TODO Default should be coding ** PROJECT [#A] Work on mu4e email -*** TODO [#A] mu4e contacts not expanding on forwarding emails -*** TODO [#A] Fix org-contacts functionality -*** TODO [#A] Add org-msg +*** DONE [#A] mu4e contacts not expanding on forwarding emails +CLOSED: [2025-08-29 Fri 16:09] +removed org-contacts functionaality and it returned! +*** DONE [#A] Add org-msg +CLOSED: [2025-08-30 Sat 12:12] https://github.com/jeremy-compostella/org-msg +*** TODO [#A] Fix org-contacts functionality ** PROJECT [#B] Org Agenda Work *** TODO [#B] Add Past Due to F8 Agenda Summary in Emacs *** TODO [#B] Separate B and C in F8 Agenda Summary in Emacs |
