hexo-renderer-org
hexo-renderer-org copied to clipboard
不知道这是不是node的问题
hexo g
INFO Start processing
XXX==Error Here==>/home/ziyuan/blogtest/source/_posts/hello_org.org:
Trailing garbage following expression:
(node:29693) UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 2): TypeError: Cannot read property 'parent' of null
(node:29693) DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
错误信息如上。完全按照README.org做的配置,使用了相同org测试文件。 已经试了许多变了,都有个错误。 不知道是不是不知道这是不是node的问题,但是如果只有md文件是没有问题的。
这个问题我最近也遇到了,不过一直没查到原因是什么。
这个问题后来有人继续跟踪吗?
npm install https://github.com/CodeFalling/hexo-renderer-org#emacs --save
注意观察,特别是那个 #emacs
,你真的完全按照这个命令安装的吗
@frapples 不知道是不是我原来机器上emacs版本的问题,我是在macos上面,emacs用的是d12frosted/emacs-plus,后来我重新换了emacsformacosx,目前用起来没有遇到上面的问题。
这个 BUG 怎么没有人修呢
我今天更新了emacs 版本为GNU Emacs 26.1,也出现了这个问题,之前的老版本倒是没问题。不知道有没有解决的方法。