ob-session-async icon indicating copy to clipboard operation
ob-session-async copied to clipboard

Asynchronous org-mode session evaluation

Results 3 ob-session-async issues
Sort by recently updated
recently updated
newest added

Hello, first of all, thanks for the great code, I started using it recently! Another much desired feature in orgmode (which I can't implement myself due to lacking elisp skills)...

Hi there, I just installed your package and tried the toy example ``` #+begin_src R :async :session Sys.sleep(5) "this won't hang your emacs" #+end_src ``` However, I could not get...

When I tried to run the unit tests today, the ruby tests all broke with errors like: ``` (ert-test-failed ((should (progn (org-babel-execute-src-block) (sleep-for 0 400) (string= ... ...))) :form (progn...