8000 GitHub - milkypostman/org-eww: automatically use eww to preview current org-file when save
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

automatically use eww to preview current org-file when save

Notifications You must be signed in to change notification settings

milkypostman/org-eww

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 

Repository files navigation

README

What is org-eww-mode

org-eww-mode is a minor mode for Org-Mode that automatically use eww to preview current org-file when save.

org-eww.gif

Usage

Insert the following into your ‘.emacs’ file:

(add-hook 'org-mode-hook 'org-eww-mode)

On opening Org-Mode file, press ‘C-c M-p’ to turn on preview at save, then everytime current org-file saved, an eww buffer will show the exported html file. ‘C-c M-P’ to turn off.

Alternatively, execute the command `org-eww-turn-on-preview-at-save’ to turn on this feature, and use the command `org-eww-turn-off-preview-at-save’ to turn off.

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%
0