coldnew / hexo-renderer-org

Hexo renderer plugin for emacs org-mode
GNU General Public License v3.0
165 stars 38 forks source link

daemon: child name too long #69

Closed jasonzhouu closed 2 years ago

jasonzhouu commented 5 years ago

按照 Getting Started with the Hexo and org-mode 教程进行了以下两个操作:

然后运行 hexo generate 时出现错误:

INFO  Start processing
daemon: child name too long
Error: server did not start correctly
angry-bird commented 5 years ago

同样的问题,自从电脑重装换了emacs26.1后,就没法用了。

blindFS commented 5 years ago

+1

zhenghub commented 4 years ago

我也遇到这个问题了。在我的fork里解决了这个问题,已经提了PR。如果没有merge,可以先用我的fork里的。 I also met this issue. Fixed this in my fork, and reported a PR. If someone meet this issue again and this pr is not merged, he or she could use my fork.

例如: For example:

cd /path/to/blog && npm install https://github.com/zhenghub/hexo-renderer-org#emacs --save

jiacai2050 commented 3 years ago

这个项目已经没人维护了嘛? @coldnew 这里的 PR 还能合并吗?

coldnew commented 3 years ago

@jiacai2050 看了一下,先合併 #73 其他的 PR 還要等我有時間研究一下

這個項目我一直有在用,只是現在很忙維護時間會比較少

jiacai2050 commented 3 years ago

@coldnew 感谢。 试了下,又遇到新问题了,https://github.com/coldnew/hexo-renderer-org/issues/74 感觉要转 hugo 了,hugo 原生就支持 org。

jiacai2050 commented 3 years ago

已经转 Hugo 了,完美支持 org-mode。有相同需求的可参考: