Skip to content

rubikitch/org-preview-html

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 

Repository files navigation

http://melpa.org/packages/org-preview-html-badge.svg

What is org-preview-html-mode

org-preview-html-mode is an Emacs minor mode for org mode that automatically uses the built-in eww browser to preview the current org file. The preview is updated every time the org file is saved.

org-preview-html.gif

Installation

The preferred way of installing this package is using MELPA.

If you want to do it in old fashioned way, download it and place the org-preview-html.el file in a directory on your emacs load path and require it.

The recommended, fully OS independent way to include a directory to your load path is to use this code with the appropriate directory name:

(add-to-list 'load-path
             (concat user-emacs-directory
                     (convert-standard-filename "elisp/")))

Usage

Open an org file and execute M-x org-preview-html-mode. An eww preview window is shown next to the org file.

Then every time the org file saved, the eww buffer is updated.

About

automatically use eww to preview current org-file when save

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Emacs Lisp 100.0%