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: Ludovic Courtès
Subject: [bug#32654] [PATCH] Add emacs-org-reveal
Date: Tue, 11 Sep 2018 17:10:00 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux)

Hi Maxim,

Maxim Cournoyer <address@hidden> 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 <address@hidden>
> 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!  :-)

Thanks,
Ludo’.





reply via email to

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