From: Roger Mason <rmason@mun.ca>
To: emacs-orgmode@gnu.org
Subject: Re: ob-async
Date: Mon, 20 Mar 2023 11:19:51 -0230 [thread overview]
Message-ID: <y65jzzbil6e.fsf@mun.ca> (raw)
In-Reply-To: <y65o7onim2n.fsf@mun.ca>
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
next prev parent reply other threads:[~2023-03-20 13:54 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-03-20 13:28 ob-async Roger Mason
2023-03-20 13:49 ` Roger Mason [this message]
-- strict thread matches above, loose matches on Subject: below --
2017-02-16 15:54 ob-async Ken Mankoff
2017-02-20 20:14 ` ob-async Alex Bennée
2017-02-26 15:46 ` ob-async Nicolas Goaziou
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.orgmode.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=y65jzzbil6e.fsf@mun.ca \
--to=rmason@mun.ca \
--cc=emacs-orgmode@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).