emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* org-html5presentation
@ 2014-03-23 14:36 Rustom Mody
  2014-03-23 15:03 ` org-html5presentation Bastien
  0 siblings, 1 reply; 12+ messages in thread
From: Rustom Mody @ 2014-03-23 14:36 UTC (permalink / raw)
  To: emacs-orgmode

At this
http://orgmode.org/worg/org-tutorials/non-beamer-presentations.html
it is said that org-html5presentation works

However the code linked claims to need org 7.5

Does it work?
Any easy way of making it work?

Rusi

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: org-html5presentation
  2014-03-23 14:36 org-html5presentation Rustom Mody
@ 2014-03-23 15:03 ` Bastien
  2014-03-23 15:10   ` org-html5presentation Rustom Mody
  0 siblings, 1 reply; 12+ messages in thread
From: Bastien @ 2014-03-23 15:03 UTC (permalink / raw)
  To: Rustom Mody; +Cc: emacs-orgmode

Hi Rustom,

Rustom Mody <rustompmody@gmail.com> writes:

> However the code linked claims to need org 7.5
>
> Does it work?

Did you try?

> Any easy way of making it work?

See previous question :)

-- 
 Bastien

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: org-html5presentation
  2014-03-23 15:03 ` org-html5presentation Bastien
@ 2014-03-23 15:10   ` Rustom Mody
  2014-03-23 15:35     ` org-html5presentation Rustom Mody
  0 siblings, 1 reply; 12+ messages in thread
From: Rustom Mody @ 2014-03-23 15:10 UTC (permalink / raw)
  To: Bastien; +Cc: emacs-orgmode

On Sun, Mar 23, 2014 at 8:33 PM, Bastien <bzg@gnu.org> wrote:
> Hi Rustom,
>
> Rustom Mody <rustompmody@gmail.com> writes:
>
>> However the code linked claims to need org 7.5
>>
>> Does it work?
>
> Did you try?
>
>> Any easy way of making it work?
>
> See previous question :)

I did this much:

(require 'org-html5presentation)
M-x org-export-as-html5presentation

I get (from *Messages*)
org-export-html5presentation-convert-special-strings: Symbol's value
as variable is void: org-export-html-special-string-regexps

I can poke around more
However given the 7.5 requirement I thought I'd ask first


Rusi
-- 
http://www.the-magus.in
http://blog.languager.org

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: org-html5presentation
  2014-03-23 15:10   ` org-html5presentation Rustom Mody
@ 2014-03-23 15:35     ` Rustom Mody
  2014-03-23 17:52       ` org-html5presentation Bastien
  0 siblings, 1 reply; 12+ messages in thread
From: Rustom Mody @ 2014-03-23 15:35 UTC (permalink / raw)
  To: Bastien; +Cc: emacs-orgmode

On Sun, Mar 23, 2014 at 8:40 PM, Rustom Mody <rustompmody@gmail.com> wrote:
> On Sun, Mar 23, 2014 at 8:33 PM, Bastien <bzg@gnu.org> wrote:
>> Hi Rustom,
>>
>> Rustom Mody <rustompmody@gmail.com> writes:
>>
>>> However the code linked claims to need org 7.5
>>>
>>> Does it work?
>>
>> Did you try?
>>
>>> Any easy way of making it work?
>>
>> See previous question :)
>
> I did this much:
>
> (require 'org-html5presentation)
> M-x org-export-as-html5presentation
>
> I get (from *Messages*)
> org-export-html5presentation-convert-special-strings: Symbol's value
> as variable is void: org-export-html-special-string-regexps
>
> I can poke around more
> However given the 7.5 requirement I thought I'd ask first

Just checked with org 7.something (dunno for sure since org-version
does not work -- I had kept around an old directory in case of upgrade
hiccups)

and the above works (with emacs -Q)

That is it exports though there is a small problem with the display --
margins are cut off

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: org-html5presentation
  2014-03-23 15:35     ` org-html5presentation Rustom Mody
@ 2014-03-23 17:52       ` Bastien
  2014-03-23 18:00         ` org-html5presentation Marcin Borkowski
  2014-03-25  2:20         ` org-html5presentation Rustom Mody
  0 siblings, 2 replies; 12+ messages in thread
From: Bastien @ 2014-03-23 17:52 UTC (permalink / raw)
  To: Rustom Mody; +Cc: emacs-orgmode

Rustom Mody <rustompmody@gmail.com> writes:

> Just checked with org 7.something (dunno for sure since org-version
> does not work -- I had kept around an old directory in case of upgrade
> hiccups)
>
> and the above works (with emacs -Q)
>
> That is it exports though there is a small problem with the display --
> margins are cut off

So you get the answer: it works with 7.5 but not with recent Org.
I suggest to ping the author to let him know he needs to update
the code.

-- 
 Bastien

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: org-html5presentation
  2014-03-23 17:52       ` org-html5presentation Bastien
@ 2014-03-23 18:00         ` Marcin Borkowski
  2014-03-23 19:53           ` org-html5presentation Rick Frankel
  2014-03-25  2:20         ` org-html5presentation Rustom Mody
  1 sibling, 1 reply; 12+ messages in thread
From: Marcin Borkowski @ 2014-03-23 18:00 UTC (permalink / raw)
  To: emacs-orgmode

Dnia 2014-03-23, o godz. 18:52:35
Bastien <bzg@gnu.org> napisał(a):

> Rustom Mody <rustompmody@gmail.com> writes:
> 
> > Just checked with org 7.something (dunno for sure since org-version
> > does not work -- I had kept around an old directory in case of
> > upgrade hiccups)
> >
> > and the above works (with emacs -Q)
> >
> > That is it exports though there is a small problem with the display
> > -- margins are cut off
> 
> So you get the answer: it works with 7.5 but not with recent Org.
> I suggest to ping the author to let him know he needs to update
> the code.
> 

Just my 2 cents: I've just tried org-reveal and it works like a charm.

Hth,

-- 
Marcin Borkowski
http://octd.wmi.amu.edu.pl/en/Marcin_Borkowski
Adam Mickiewicz University

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: org-html5presentation
  2014-03-23 18:00         ` org-html5presentation Marcin Borkowski
@ 2014-03-23 19:53           ` Rick Frankel
  0 siblings, 0 replies; 12+ messages in thread
From: Rick Frankel @ 2014-03-23 19:53 UTC (permalink / raw)
  To: emacs-orgmode

On Sun, Mar 23, 2014 at 07:00:17PM +0100, Marcin Borkowski wrote:
> Dnia 2014-03-23, o godz. 18:52:35
> Bastien <bzg@gnu.org> napisał(a):
> 
> > Rustom Mody <rustompmody@gmail.com> writes:
> > 
> > > Just checked with org 7.something (dunno for sure since org-version
> > > does not work -- I had kept around an old directory in case of
> > > upgrade hiccups)

> > So you get the answer: it works with 7.5 but not with recent Org.
> > I suggest to ping the author to let him know he needs to update
> > the code.
> > 
> 
> Just my 2 cents: I've just tried org-reveal and it works like a charm.

There are also s5 (ox-s5) and deck.js (ox-deck) exporters in contrib ;).

rick

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: org-html5presentation
  2014-03-23 17:52       ` org-html5presentation Bastien
  2014-03-23 18:00         ` org-html5presentation Marcin Borkowski
@ 2014-03-25  2:20         ` Rustom Mody
  2014-03-25  8:25           ` org-html5presentation Bastien
  1 sibling, 1 reply; 12+ messages in thread
From: Rustom Mody @ 2014-03-25  2:20 UTC (permalink / raw)
  To: emacs-orgmode

Marcin wrote:
> Just my 2 cents: I've just tried org-reveal and it works like a charm.

Thanks Marcin this looks promising

Rick wrote:
> There are also s5 (ox-s5) and deck.js (ox-deck) exporters in contrib ;).

s5 is what I started with.
But it looks a bit bit-rotten [we are in 2014 and its generating xhtml]

deck I have to check out.
Since Marcin has provided direct experience with reveal, I'll start
with that for the moment

Thanks both

Bastien: Ive written to Takumi Kinjo
Rusi

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: org-html5presentation
  2014-03-25  2:20         ` org-html5presentation Rustom Mody
@ 2014-03-25  8:25           ` Bastien
  2014-03-25 12:28             ` org-html5presentation Rustom Mody
  0 siblings, 1 reply; 12+ messages in thread
From: Bastien @ 2014-03-25  8:25 UTC (permalink / raw)
  To: Rustom Mody; +Cc: emacs-orgmode

Rustom Mody <rustompmody@gmail.com> writes:

> Bastien: Ive written to Takumi Kinjo

Thanks!

-- 
 Bastien

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: org-html5presentation
  2014-03-25  8:25           ` org-html5presentation Bastien
@ 2014-03-25 12:28             ` Rustom Mody
  2014-03-25 13:31               ` org-html5presentation Dov Grobgeld
  0 siblings, 1 reply; 12+ messages in thread
From: Rustom Mody @ 2014-03-25 12:28 UTC (permalink / raw)
  To: Bastien; +Cc: emacs-orgmode

On Tue, Mar 25, 2014 at 1:55 PM, Bastien <bzg@gnu.org> wrote:
> Rustom Mody <rustompmody@gmail.com> writes:
>
>> Bastien: Ive written to Takumi Kinjo
>
> Thanks!
>
> --
>  Bastien

Well I should mention that the link mentions Carsten as the author
and Takumi (good deal lower) for 'modifications'.
I let common sense (I have a modest supply) prevail over technicality
so did not mention it earlier

Takumi wrote back saying he will try to look into it over the weekend
I wrote back suggesting that he may ask here for help on using the new
export infra-structure.

But I wonder whether it is necessary or whether org-reveal is good enough??

Rusi

-- 
http://www.the-magus.in
http://blog.languager.org

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: org-html5presentation
  2014-03-25 12:28             ` org-html5presentation Rustom Mody
@ 2014-03-25 13:31               ` Dov Grobgeld
  2014-03-25 14:09                 ` org-html5presentation Rick Frankel
  0 siblings, 1 reply; 12+ messages in thread
From: Dov Grobgeld @ 2014-03-25 13:31 UTC (permalink / raw)
  To: Rustom Mody; +Cc: Bastien, emacs-orgmode

[-- Attachment #1: Type: text/plain, Size: 1031 bytes --]

Rick Frankel's ox-slidy.el from:

http://lists.gnu.org/archive/html/emacs-orgmode/2013-10/msg00781.html

also works really well for me. He is just to modest to let you know
himself. :-)

Regards,
Dov


On Tue, Mar 25, 2014 at 2:28 PM, Rustom Mody <rustompmody@gmail.com> wrote:

> On Tue, Mar 25, 2014 at 1:55 PM, Bastien <bzg@gnu.org> wrote:
> > Rustom Mody <rustompmody@gmail.com> writes:
> >
> >> Bastien: Ive written to Takumi Kinjo
> >
> > Thanks!
> >
> > --
> >  Bastien
>
> Well I should mention that the link mentions Carsten as the author
> and Takumi (good deal lower) for 'modifications'.
> I let common sense (I have a modest supply) prevail over technicality
> so did not mention it earlier
>
> Takumi wrote back saying he will try to look into it over the weekend
> I wrote back suggesting that he may ask here for help on using the new
> export infra-structure.
>
> But I wonder whether it is necessary or whether org-reveal is good enough??
>
> Rusi
>
> --
> http://www.the-magus.in
> http://blog.languager.org
>
>

[-- Attachment #2: Type: text/html, Size: 2106 bytes --]

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: org-html5presentation
  2014-03-25 13:31               ` org-html5presentation Dov Grobgeld
@ 2014-03-25 14:09                 ` Rick Frankel
  0 siblings, 0 replies; 12+ messages in thread
From: Rick Frankel @ 2014-03-25 14:09 UTC (permalink / raw)
  To: Dov Grobgeld; +Cc: Bastien, Rustom Mody, emacs-orgmode

On 2014-03-25 09:31, Dov Grobgeld wrote:
> Rick Frankel's ox-slidy.el from:
> 
> http://lists.gnu.org/archive/html/emacs-orgmode/2013-10/msg00781.html 
> [3]
> 
> also works really well for me. He is just to modest to let you know 
> himself. :-)

Actually, i forgot i did the slidy port (it was a quick hack because 
someone wanted to use slidy)! I currently use ox-deck (also mine) for my 
presentations, i like the clean (swiss) presentation style w/o fancy 
transitions and colors, so reveal is a bit overkill for me.

rick

^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2014-03-25 14:09 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-03-23 14:36 org-html5presentation Rustom Mody
2014-03-23 15:03 ` org-html5presentation Bastien
2014-03-23 15:10   ` org-html5presentation Rustom Mody
2014-03-23 15:35     ` org-html5presentation Rustom Mody
2014-03-23 17:52       ` org-html5presentation Bastien
2014-03-23 18:00         ` org-html5presentation Marcin Borkowski
2014-03-23 19:53           ` org-html5presentation Rick Frankel
2014-03-25  2:20         ` org-html5presentation Rustom Mody
2014-03-25  8:25           ` org-html5presentation Bastien
2014-03-25 12:28             ` org-html5presentation Rustom Mody
2014-03-25 13:31               ` org-html5presentation Dov Grobgeld
2014-03-25 14:09                 ` org-html5presentation Rick Frankel

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).