aboutsummaryrefslogtreecommitdiff
path: root/docs/python-treesit-predicate-mismatch.txt
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2026-05-14 07:18:11 -0500
committerCraig Jennings <c@cjennings.net>2026-05-14 07:18:11 -0500
commita11e3ddad08a570cafc822e739be38a70bf1f8e2 (patch)
tree921cd0c869d782ea32ff9315eadf58dc15900261 /docs/python-treesit-predicate-mismatch.txt
parent9e2f55f8eef1d8672f788e82cbaa7eddca135966 (diff)
downloaddotemacs-a11e3ddad08a570cafc822e739be38a70bf1f8e2.tar.gz
dotemacs-a11e3ddad08a570cafc822e739be38a70bf1f8e2.zip
fix(org-roam-config): save journal buffer after copying DONE task
`cj/org-roam-copy-todo-to-today' tried to save the target journal buffer via `org-after-refile-insert-hook' bound to `#'save-buffer', but that value is the wrong shape (single function instead of a hook list), and the only other save mechanism -- the `:after' advice on `org-refile' that calls `org-save-all-org-buffers' -- doesn't attach until `:defer .5' elapses, so the very first DONE transition after startup leaves the journal unsaved. Drop the broken hook binding and save the target buffer explicitly after the refile call. New ERT test asserts `buffer-modified-p' on the journal buffer is nil after the function returns.
Diffstat (limited to 'docs/python-treesit-predicate-mismatch.txt')
0 files changed, 0 insertions, 0 deletions