Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 703 Bytes

emacs.org

File metadata and controls

26 lines (21 loc) · 703 Bytes

emacs

org-mode

in .emacs include the following

org-reveal

git clone https://github.com/yjwen/org-reveal.git
  • Add the location of the ox-reveal.el file to the load path
  • Add the following to the .emacs file
  • set the location of org-reveal-root
  • Add the following to the .emacs file:

#+begin-src elisp ;; html export from org-mode (require ‘ox-reveal) (setq org-reveal-root “file:///home/apn/sw/reveal.js”)