aboutsummaryrefslogtreecommitdiff
path: root/todo.org
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2026-05-23 03:51:04 -0500
committerCraig Jennings <c@cjennings.net>2026-05-23 03:51:04 -0500
commitfd69ae915eee0d41223774f313f89b0851e16c7a (patch)
treeb47e91a19a34d31741d13ad1177dcc2f1bf1e76e /todo.org
parentf96c7052f050efadc53b1a119eacc79e32ddb948 (diff)
downloaddotemacs-fd69ae915eee0d41223774f313f89b0851e16c7a.tar.gz
dotemacs-fd69ae915eee0d41223774f313f89b0851e16c7a.zip
docs(todo): close org-babel structure-template fix
Diffstat (limited to 'todo.org')
-rw-r--r--todo.org13
1 files changed, 2 insertions, 11 deletions
diff --git a/todo.org b/todo.org
index e460f55b..b3a29e0c 100644
--- a/todo.org
+++ b/todo.org
@@ -1954,17 +1954,8 @@ Expected outcome:
- If task export should vary by workflow, expose an explicit command or local
export option instead of relying on the global default.
-**** TODO [#B] Fix and cover Org Babel structure templates :bug:tests:solo:
-
-=org-babel-config.el= adds a Java structure template as =("java" . "src javas")=,
-which appears to expand to the wrong language name. The template list is useful
-but currently untested, so small typos can persist unnoticed.
-
-Expected outcome:
-- Correct the Java template or remove it if Java blocks are not used.
-- Add a focused test that loads the Org Tempo config and asserts key templates
- expand to the intended language names for common aliases: =bash=, =zsh=,
- =el=, =py=, =json=, =yaml=, and =java=.
+**** 2026-05-23 Sat @ 03:48:50 -0500 Fixed java structure-template typo and pinned the aliases
+=("java" . "src javas")= expanded to a bogus =#+begin_src javas=; corrected it to =src java=. Added =test-org-babel-config-structure-templates.el=, which requires the module then org-tempo (firing the deferred :config) and asserts =bash=, =zsh=, =el=, =py=, =json=, =yaml=, =java= each map to the intended src language. Fixed in the org-babel commit.
**** TODO [#B] Make org-contacts/Mu4e boundaries explicit :cleanup:refactor: