emacs-bug-tracker
[Top][All Lists]
Advanced

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

[debbugs-tracker] bug#32654: closed ([PATCH] Add emacs-org-reveal)


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#32654: closed ([PATCH] Add emacs-org-reveal)
Date: Thu, 13 Sep 2018 03:25:02 +0000

Your message dated Wed, 12 Sep 2018 23:24:14 -0400
with message-id <address@hidden>
and subject line Re: [bug#32654] [PATCH] Add emacs-org-reveal
has caused the debbugs.gnu.org bug report #32654,
regarding [PATCH] Add emacs-org-reveal
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
32654: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=32654
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [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


--- End Message ---
--- Begin Message --- Subject: Re: [bug#32654] [PATCH] Add emacs-org-reveal Date: Wed, 12 Sep 2018 23:24:14 -0400 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux)
Hi Ludovic,

address@hidden (Ludovic Courtès) writes:

> 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!  :-)

Pushed as f309671c2, with a proper commit log :)

Thank you,

Maxim

Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

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