diff options
| author | Craig Jennings <c@cjennings.net> | 2025-11-16 22:21:03 -0600 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2025-11-16 22:21:03 -0600 |
| commit | c4a6f32361654d3f8f992830a0df8a04386075f6 (patch) | |
| tree | 7fbb19b41db8d154a2c1e2346e0441f49662aa99 | |
| parent | 5b18dba4204c2d71cb93f92380879005417491f4 (diff) | |
| download | dotemacs-c4a6f32361654d3f8f992830a0df8a04386075f6.tar.gz dotemacs-c4a6f32361654d3f8f992830a0df8a04386075f6.zip | |
chore: Mark org-appear toggle task as DONE
Completed implementation of cj/org-appear-toggle with C-c C-a keybinding.
| -rw-r--r-- | todo.org | 24 |
1 files changed, 20 insertions, 4 deletions
@@ -26,11 +26,27 @@ High priority - daily pain point. Daily workflow improvement. -** TODO [#B] Toggle org-appear on/off +** DONE [#B] Toggle org-appear on/off +CLOSED: [2025-11-16 Sat] -When org links have long paths and point is on them, they expand and make text difficult to read -(especially in org-tables). Need ability to toggle org-appear: on for editing links, off for reading. -Moved from inbox 2025-11-07. +✅ **Implemented toggle function with C-c C-a keybinding** + +Created `cj/org-appear-toggle` function that toggles org-appear-mode on/off in +current org buffer. Default is OFF (cleaner for reading), can be toggled ON when +editing links, then toggled OFF again. + +**Implementation:** +- Removed :disabled flag and :hook (default: OFF) +- Created cj/org-appear-toggle function with clear user feedback +- Bound to C-c C-a in org-mode-map (unbound, no conflicts) +- Tested: toggles correctly, all tests pass + +**Usage:** +- C-c C-a: Toggle on/off +- Default: OFF (links and emphasis markers stay hidden) +- Messages show current state clearly + +Moved from inbox 2025-11-07. Completed 2025-11-16. ** TODO [#B] Optimize org-agenda performance using built-in profiler |
