emacsorphanage / org-page

[INACTIVE] A static site generator based on Emacs and org mode.
673 stars 99 forks source link

Implement auto-republishing of changed files in preview #183

Open smaximov opened 8 years ago

smaximov commented 8 years ago

This PR adds a new interactive command op/do-publication-and-preview-watch. It does two things:

To remove all watch handlers, one should use command op/stop-all-watches.

smaximov commented 8 years ago

This feature can be used to implement live reloading.