After installing the plugin,
- If I set daemonize to false, then run
hexo g, I only get INFO Start processing. However, the htmls are not generated.
- If I set daemonize to true, I get
INFO Start processing
Starting Emacs daemon.
Loading c:/Users/hyxue/Documents/blog/hackingmind/node_modules/hexo-renderer-org/emacs/hexo-renderer-org.el (source)...
Emacs is READY!!!!!
Loading c:/Users/hyxue/Documents/blog/hackingmind/node_modules/hexo-renderer-org/emacs/hexo-renderer-org.el (source)...done
Then the process just pauses, no html files are generated.
What is wrong?
After installing the plugin,
hexo g, I only getINFO Start processing. However, the htmls are not generated.INFO Start processingStarting Emacs daemon.Loading c:/Users/hyxue/Documents/blog/hackingmind/node_modules/hexo-renderer-org/emacs/hexo-renderer-org.el (source)...Emacs is READY!!!!!Loading c:/Users/hyxue/Documents/blog/hackingmind/node_modules/hexo-renderer-org/emacs/hexo-renderer-org.el (source)...doneThen the process just pauses, no html files are generated.
What is wrong?