标签: shell emacs org-mode org-babel
组织的通天塔可以将标准输出导出到结果中
#+BEGIN_SRC shell echo "testing " #+END_SRC #+RESULTS: : testing
并将错误报告给新的缓冲区或小型缓冲区
#+BEGIN_SRC shell e #+END_SRC #+RESULTS:
错误出现在新缓冲区
/bin/bash: line 1: e: command not found
如何将错误重定向到#+RESULTS?
#+RESULTS