Re: [O] Export Org-mode content to Reveal.js presentations

2014-12-08 Thread Samuel Loury
Yujie Wen writes: > I'd like to introduce a new Org-Mode exporter, Org-reveal, that exports > Org-mode contents to Reveaj.js presentations. I have to write a presentation and though about giving org-reveal a try. I managed to get something nice looking in about 10 minutes. Did you think about

Re: [O] Export Org-mode content to Reveal.js presentations

2013-05-16 Thread Yujie Wen
Hi, Vikas, Do you mind give me a sample Org file to reproduce your problem, so that I can find a suitable solution for unicode contents? Regards, Yujie 2013/5/16 Vikas Rawal > > I've just updated the codes. Now org-reveal generates HTML of UTF-8 > encoding, > > as the HTML exporter does.

Re: [O] Export Org-mode content to Reveal.js presentations

2013-05-16 Thread Vikas Rawal
>   I've just updated the codes. Now org-reveal generates HTML of UTF-8 > encoding, > as the HTML exporter does. Updated ox-reveal.el but I still seem to need to tell the browser to use unicode encoding. Vikas

Re: [O] Export Org-mode content to Reveal.js presentations

2013-05-15 Thread Yujie Wen
Hi, Vikas, I've just updated the codes. Now org-reveal generates HTML of UTF-8 encoding, as the HTML exporter does. You can try with the latest codes. Regards, Yujie 2013/5/16 Vikas Rawal > > > > It is a limitation of org-reveal, I will take a look at the unicode > issue. > > Thanks. >

Re: [O] Export Org-mode content to Reveal.js presentations

2013-05-15 Thread Vikas Rawal
> >   It is a limitation of org-reveal, I will take a look at the unicode issue. Thanks. >   For a temporary workaround, you can try changing the character coding on > your > browser. Say, for firefox, it is menu "View" -> "Character Encoding", for IE, > it is menu "View" -> "Encoding". That w

Re: [O] Export Org-mode content to Reveal.js presentations

2013-05-15 Thread Yujie Wen
Hi, Vikas, It is a limitation of org-reveal, I will take a look at the unicode issue. For a temporary workaround, you can try changing the character coding on your browser. Say, for firefox, it is menu "View" -> "Character Encoding", for IE, it is menu "View" -> "Encoding". Regards, Yujie

Re: [O] Export Org-mode content to Reveal.js presentations

2013-05-15 Thread Vikas Rawal
>I'd like to introduce a new Org-Mode exporter, Org-reveal, that > exports Org-mode contents to Reveaj.js presentations. Thanks. I was trying to use it for a presentation that has unicode characters. Unicode characters do not come out okay. Is this a limitation of reveal.js, org-reveal or my

Re: [O] Export Org-mode content to Reveal.js presentations

2013-05-15 Thread Julian M. Burgos
Hi Yujie, I fixed the URL, but I do not think that is the issue. I took your Readme.org file and exported it using the "regular" HTML exporter, and then using the reveal exporter. The HTML in both files is very different, but when I open them in a browser both show very similar looking pages. T

Re: [O] Export Org-mode content to Reveal.js presentations

2013-05-15 Thread Yujie Wen
Hi, Julian, It seems the URL is wrong. Please see my comments below. Let me know if there is still problem. Regards, Yujie 2013/5/15 Julian M. Burgos > Hi Yujie, > > Thanks for the exporter! I am still a bit confused though (seems my > natural state). Let say I downloaded reveal.js and

Re: [O] Export Org-mode content to Reveal.js presentations

2013-05-15 Thread Julian M. Burgos
Hi Yujie, Thanks for the exporter! I am still a bit confused though (seems my natural state). Let say I downloaded reveal.js and placed it on my home directory (I am using Linux), so that the path to reveal.js is the following: /home/julian/.reveal/js/reveal.js so then I should add to my .emac

Re: [O] Export Org-mode content to Reveal.js presentations

2013-05-14 Thread Yujie Wen
Hi, Gary, You are right. For absolute path to reveal.js, the org-reveal-root should be set in URL form, "file:///path_to_reveal.js". I will update the document to make it clear. Thanks for your suggestion. Regards, Yujie 2013/5/15 Gary Oberbrunner > Just want to say I just set this up, a

Re: [O] Export Org-mode content to Reveal.js presentations

2013-05-14 Thread Simon Thum
Hi Gary, just as a small tip: I put my presentations on a local webserver when holding them. This way you need not worry about paths (and can use code that needs a 'real' webserver; I think the included reveal speaker deck is in that bin too.) Cheers, Simon On 05/14/2013 09:29 PM, Gary Ob

Re: [O] Export Org-mode content to Reveal.js presentations

2013-05-14 Thread Gary Oberbrunner
Just want to say I just set this up, and it's great! Easy to work with, and my first org-mode presentation was live in under 10 min. One minor nit: on my Windows machine, I had to set org-reveal-root to a file:/// URL, not a filesystem path. Otherwise the presentation wouldn't load. On Thu, Ma

Re: [O] Export Org-mode content to Reveal.js presentations

2013-05-09 Thread Simon Thum
Hi Yujie, thanks for your great work! I just have had my first important reveal.js presentation, and wished I had an org-mode exporter while I was hand-coding the presentation. Next time It'll be easier no doubt. Cheers, Simon On 05/03/2013 02:48 PM, Yujie Wen wrote: Hi, I'd like to i

Re: [O] Export Org-mode content to Reveal.js presentations

2013-05-06 Thread Yujie Wen
Hi, Rasmus, 2013/5/6 Carsten Dominik > > On 6 mei 2013, at 10:36, Rasmus wrote: > > > Hi Yujie, > > > >> Org-Reveal is now updated for displaying MathJax, as the HTML exporter > >> does, except that the MathJax.org server is used instead of Orgmode.org > >> server. > > > > Out of curiosity: w

Re: [O] Export Org-mode content to Reveal.js presentations

2013-05-06 Thread Carsten Dominik
On 6 mei 2013, at 10:36, Rasmus wrote: > Hi Yujie, > >> Org-Reveal is now updated for displaying MathJax, as the HTML exporter >> does, except that the MathJax.org server is used instead of Orgmode.org >> server. > > Out of curiosity: why? I see that Mathjax now recommends use of its server.

Re: [O] Export Org-mode content to Reveal.js presentations

2013-05-06 Thread Rasmus
Hi Yujie, > Org-Reveal is now updated for displaying MathJax, as the HTML exporter > does, except that the MathJax.org server is used instead of Orgmode.org > server. Out of curiosity: why? > Please check the updated sample illustration: > http://naga-eda.org/home/yujie/org-reveal/#/4/4 Tha

Re: [O] Export Org-mode content to Reveal.js presentations

2013-05-05 Thread Yujie Wen
Hi, Eric, The same feeling of me, so I wrote an exporter for Reveal.js. Hope you can enjoy it. Thanks Yujie 2013/5/4 Eric S Fraga > Yujie Wen writes: > > > Hi, > > > > I'd like to introduce a new Org-Mode exporter, Org-reveal, that exports > > Org-mode contents to Reveaj.js presentations

Re: [O] Export Org-mode content to Reveal.js presentations

2013-05-05 Thread Yujie Wen
Hi, Rasmus, Org-Reveal is now updated for displaying MathJax, as the HTML exporter does, except that the MathJax.org server is used instead of Orgmode.org server. Please check the updated sample illustration: http://naga-eda.org/home/yujie/org-reveal/#/4/4 :) 2013/5/3 Rasmus > Yujie Wen

Re: [O] Export Org-mode content to Reveal.js presentations

2013-05-03 Thread Eric S Fraga
Yujie Wen writes: > Hi, > > I'd like to introduce a new Org-Mode exporter, Org-reveal, that exports > Org-mode contents to Reveaj.js presentations. This looks really interesting. So many choices, so little time... :( I really like the ability to see the zoomed out view of the set of slides as

Re: [O] Export Org-mode content to Reveal.js presentations

2013-05-03 Thread Rasmus
Yujie Wen writes: > Hi, > > I'd like to introduce a new Org-Mode exporter, Org-reveal, that exports > Org-mode contents to Reveaj.js presentations. > > Reveal.js is a web-based presentation framework, with beautiful 3-D > effects and 2-D slides arrangements. The original sample illustration c

[O] Export Org-mode content to Reveal.js presentations

2013-05-03 Thread Yujie Wen
Hi, I'd like to introduce a new Org-Mode exporter, Org-reveal, that exports Org-mode contents to Reveaj.js presentations. Reveal.js is a web-based presentation framework, with beautiful 3-D effects and 2-D slides arrangements. The original sample illustration can be found at http://lab.hakim.