astahlman / ob-async

Asynchronous src_block execution for org-babel
343 stars 32 forks source link

Really hide result block when result-params contains "none" #57

Closed casch-at closed 4 years ago

casch-at commented 4 years ago

With that PR code blocks with the option :results: none or :results silent are handled correctly.

casch-at commented 4 years ago

Unfortunately travis failed because of:

tar -xaf emacs-bin-${EMACS_VERSION}.tar.gz -C /
tar: This does not look like a tar archive
gzip: stdin: not in gzip format
tar: Child returned status 1
tar: Error is not recoverable: exiting now
The command "tar -xaf emacs-bin-${EMACS_VERSION}.tar.gz -C /" failed and exited with 2 during .
astahlman commented 4 years ago

Thanks for the contribution!

I've just pushed a fix to unblock the build errors - can you pull the latest from master and merge into your branch? Once Travis reports green I'll merge.

casch-at commented 4 years ago

Done! @astahlman

astahlman commented 4 years ago

Merged, thanks!