Hi Ludovic, ludo@gnu.org (Ludovic Courtès) writes: > Hi Maxim, > > Maxim Cournoyer skribis: > >> 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: >> >> (require 'org) >> (let ((current-prefix-arg 1)) >> (call-interactively 'org-reload)) >> >> For more information about this issue: >> https://github.com/yjwen/org-reveal/issues/171 > > Thanks for the hint. > >>>From 93ba598f20517c425b2e3695c68ff8f567619c27 Mon Sep 17 00:00:00 2001 >> From: Maxim Cournoyer >> Date: Thu, 6 Sep 2018 11:21:51 -0400 >> Subject: [PATCH] Add emacs-org-reveal >> >> --- >> gnu/packages/emacs.scm | 23 +++++++++++++++++++++++ >> 1 file changed, 23 insertions(+) > > OK to push with a proper commit log! :-) Pushed as f309671c2, with a proper commit log :) Thank you, Maxim