导出到org-mode
中的html时出现此错误消息:
Debugger entered--Lisp error: (wrong-type-argument processp nil)
process-command(nil)
shell-mode()
funcall(shell-mode)
...
谷歌搜索一段时间后,this post帮助我解决了错误。我只需要改变:
#+BEGIN_SRC shell
...
#+END_SRC
到
#+BEGIN_SRC bash
...
#+END_SRC
但是,我仍然想知道如何更好地理解错误消息,以便我自己解决它。我怎样才能做到这一点?