org-ssr 2.1.2 The command `org-ssr' will start a server-side renderer in the current directory. If called with a prefix argument, files will be served recursively. The ip address and port will be displayed in the minibuffer. Navigating to this address in the browser will list all available export formats for all available org files (as well as all subdirectories if served recursively). A cache of exported files is saved in the hash table `org-ssr--cache'. To clear this cache, use the command `org-ssr-clear-cache'. Use the built-in command `list-processes' to manage instances of `org-ssr' servers and view their listening ports. This package is an extension of an example created Eric Schulte for web-server.el available here: https://github.com/eschulte/emacs-web-server/blob/master/examples/007-org-mode-file-server.el