diff options
Diffstat (limited to 'itches/emacs')
| -rw-r--r-- | itches/emacs/tracker.org | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/itches/emacs/tracker.org b/itches/emacs/tracker.org index 58e130e..8d00967 100644 --- a/itches/emacs/tracker.org +++ b/itches/emacs/tracker.org @@ -696,6 +696,8 @@ Currently items are filled like this: Adding =\\[.\\]= to the regexp used in org-list-item-body-column allows "ipsum" to be aligned below "lorem". **** TODO [[bug:52587]] Prevent ~#+end_src~ background from extending to end-of-line when folded +See also [[bug:65896]] for the converse: allowing the /heading/'s +background to extend when folded. **** TODO Add pandoc's ~auto_identifiers~ scheme for ID generation ~org-export-new-reference~ is the function which generates the current ID, but it returns integers, so maybe the tweak should be made @@ -830,9 +832,12 @@ split anyway"; the problem occurs without wrap-prefixes. :END: ** ERT *** TODO Noninteractive pitfalls -- [ ] testing faces vs redisplay (org-mode dir-local TODO keywords) -- [ ] post-command hooks (electric-pair + undo bug) -- [ ] current buffer (run-python) +- testing faces vs redisplay: may need ~font-lock-ensure~ + [[https://list.orgmode.org/87a70stkmv.fsf@gmail.com/#Z32testing:lisp:test-org.el][(org-mode dir-local TODO keywords)]] +- post-command hooks: may need ~ert-simulate-command~ + [[bug:39680#32][(electric-pair + undo bug)]] +- ~(window-buffer (selected-window))~ does not always match + ~(current-buffer)~ [[bug:52380#38][(run-python)]] * ELPA ** ada-mode *** DONE [[bug:52167]] Preserve default value of ~project-read-file-name-function~ |
