hexo-renderer-org icon indicating copy to clipboard operation
hexo-renderer-org copied to clipboard

不知道这是不是node的问题

Open ziyuanjun opened this issue 8 years ago • 6 comments

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文件是没有问题的。

ziyuanjun avatar Feb 23 '17 16:02 ziyuanjun

这个问题我最近也遇到了,不过一直没查到原因是什么。

ghost avatar Apr 24 '17 15:04 ghost

这个问题后来有人继续跟踪吗?

ghost avatar May 21 '17 05:05 ghost

npm install https://github.com/CodeFalling/hexo-renderer-org#emacs --save

注意观察,特别是那个 #emacs ,你真的完全按照这个命令安装的吗

frapples avatar May 21 '17 16:05 frapples

@frapples 不知道是不是我原来机器上emacs版本的问题,我是在macos上面,emacs用的是d12frosted/emacs-plus,后来我重新换了emacsformacosx,目前用起来没有遇到上面的问题。

ghost avatar May 21 '17 22:05 ghost

这个 BUG 怎么没有人修呢

shangzongyu avatar May 16 '18 12:05 shangzongyu

我今天更新了emacs 版本为GNU Emacs 26.1,也出现了这个问题,之前的老版本倒是没问题。不知道有没有解决的方法。

aoenian avatar Jun 06 '18 03:06 aoenian