From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:45997) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fzkJm-0003db-Em for guix-patches@gnu.org; Tue, 11 Sep 2018 11:11:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fzkJi-0001XV-2c for guix-patches@gnu.org; Tue, 11 Sep 2018 11:11:06 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:32938) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fzkJh-0001XR-V1 for guix-patches@gnu.org; Tue, 11 Sep 2018 11:11:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1fzkJh-0004KI-NK for guix-patches@gnu.org; Tue, 11 Sep 2018 11:11:01 -0400 Subject: [bug#32654] [PATCH] Add emacs-org-reveal Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <874lf23vfq.fsf@apteryx.i-did-not-set--mail-host-address--so-tickle-me> Date: Tue, 11 Sep 2018 17:10:00 +0200 In-Reply-To: <874lf23vfq.fsf@apteryx.i-did-not-set--mail-host-address--so-tickle-me> (Maxim Cournoyer's message of "Thu, 06 Sep 2018 22:14:49 -0400") Message-ID: <8736ug9ik7.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Maxim Cournoyer Cc: 32654@debbugs.gnu.org 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 t= o 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:=20 > 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! :-) Thanks, Ludo=E2=80=99.