| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | fix(org-babel): correct java structure-template language name | Craig Jennings | 2026-05-23 | 1 | -1/+1 |
| | | | | | The `<java` Org Tempo template expanded to "#+begin_src javas", a typo for "java", so a Java source block came out tagged with a bogus language. I fixed the entry to "src java" and added a test that pins seven common aliases (bash, zsh, el, py, json, yaml, java) to their intended src language names, so the next typo in the template list gets caught. | ||||
| * | refactor(org-babel): drop redundant cj structure template | Craig Jennings | 2026-05-15 | 1 | -3/+3 |
| | | | | | Now that yasnippet handles `<cj` + TAB in every buffer including org-mode, the `cj` entry in `org-structure-template-alist` is redundant. I removed it and left a one-line comment pointing to where the marker now lives. | ||||
| * | feat(org): add <cj structure template for daily prep comment blocks | Craig Jennings | 2026-04-02 | 1 | -1/+3 |
| | | | | | Add org-tempo template expanding <cj TAB to #+begin_src cj: comment blocks. | ||||
| * | changing repositories | Craig Jennings | 2025-10-12 | 1 | -0/+151 |
