guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#32654] [PATCH] Add emacs-org-reveal


From: Maxim Cournoyer
Subject: [bug#32654] [PATCH] Add emacs-org-reveal
Date: Thu, 06 Sep 2018 22:14:49 -0400

Hello,

This adds Org-Reveal (called ox-reveal in MELPA), an Emacs package
useful to create presentation (slides) to be driven by Reveal.js.

There is one known bug you might encounter (I do everytime I start
Emacs) which is that upon exporting my document to HTML for Reveal (C-e
R R), it might fail with some strange argument error; the workaround is to 
issue:
C-u M-x org-reload. Another suggested workaround is to put this in your
~/.emacs:

--8<---------------cut here---------------start------------->8---
(require 'org)
(let ((current-prefix-arg 1))
  (call-interactively 'org-reload))
--8<---------------cut here---------------end--------------->8---

For more information about this issue: 
https://github.com/yjwen/org-reveal/issues/171

Thank you,

Maxim

Attachment: 0001-Add-emacs-org-reveal.patch
Description: Text Data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]