A portable Emacs Org Mode setup with instant HTML preview and auto-refresh functionality.
- Automatic HTML export on save
- Instant preview using Emacs' built-in
ewwbrowser - Auto-refresh preview on each save
- Automatic package installation
- Maximized Emacs window on startup
- Clone this repository:
git clone https://github.com/Foadsf/emacs-org-instant-preview - Copy the
.dir-locals.elfile to your Org Mode project directory.
- Open any
.orgfile in the directory containing the.dir-locals.elfile. - Emacs will automatically maximize, export the Org file to HTML, and show a preview.
- As you edit and save the Org file, the preview will automatically update.
- Emacs 25.1 or later
- Internet connection (for initial package installation)
You can modify the .dir-locals.el file to change the behavior or add more functionality.
This project is licensed under the WTFPL - see the LICENSE for details.
Contributions, issues, and feature requests are welcome!
- The Emacs community
- Org Mode developers
Enjoy your enhanced Org Mode experience!