dark.key8...@151e.ai writes:

> Although there are some workarounds for the particular issue above, a cleaner 
> solution would be org-indent calling some hook at the end of the preparation. 
> As per link above, jdtsmith proposes to add such call in 
> org-indent-initialize-buffer:
>
>          ;; Job is complete: un-agentize buffer.
>        (unless interruptp
>          (setq org-indent-agentized-buffers
>                (delq buffer org-indent-agentized-buffers))
>            (run-hook-with-args 'org-indent-buffer-init-finished buffer)) ;; 
> <-- added

I do not see why we shouldn't add such a hook. Patches welcome!

-- 
Ihor Radchenko // yantar92,
Org mode contributor,
Learn more about Org mode at <https://orgmode.org/>.
Support Org development at <https://liberapay.com/org-mode>,
or support my work at <https://liberapay.com/yantar92>

Reply via email to