[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: ob-async
From: |
Roger Mason |
Subject: |
Re: ob-async |
Date: |
Mon, 20 Mar 2023 11:19:51 -0230 |
User-agent: |
mu4e 1.6.6; emacs 27.2 |
Hello again,
Roger Mason <rmason@mun.ca> writes:
...snip...
> Is ob-async known to be broken?
No. The user is broken.
It seems ob-async must be required in the file in which it is to be used
(I had it in my init file). I ran into a further problem that is
resolved using:
(defun no-hide-overlays (orig-fun &rest args)
(setq org-babel-hide-result-overlays nil))
(advice-add 'ob-async-org-babel-execute-src-block :before
#'no-hide-overlays)
See:
https://www.reddit.com/r/emacs/comments/v2p4q9/orgbabel_problems_with_obasync/
Sorry for the noise.
Roger
- ob-async, Roger Mason, 2023/03/20
- Re: ob-async,
Roger Mason <=