Skip to main content
edited tags
Link
Drew
  • 80.9k
  • 10
  • 125
  • 265
Source Link
Jason Hunter
  • 1.2k
  • 8
  • 15

org-babel Bash Results in RESULTS

Often when I issue a bash command, the results opens in a popup buffer, instead of going into the RESULTS drawer. F.ex this command.

#+begin_src shell nc -w 2 -v -z danzinger 8507 #+end_src 

It opens in a popup buffer

Connection to danzinger () 8507 port [tcp/*] succeeded! 

If I instead issue a "date" command, the results goes into RESULTS;)

Any pointers?;)