From: "Julian M. Burgos" <julian@hafro.is>
To: Yujie Wen <yjwen.ty@gmail.com>
Cc: Orgmode Mailing List <emacs-orgmode@gnu.org>
Subject: Re: Export Org-mode content to Reveal.js presentations
Date: Wed, 15 May 2013 16:16:19 +0000 [thread overview]
Message-ID: <xgzhai45ics.fsf@hafnfirdingur.hafro.is> (raw)
In-Reply-To: <CAHenMCFSPBPP73djgqF3i-9_NFDD5mQ8ViTjT0_AStPVoT_+=w@mail.gmail.com>
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. The file obtained from the reveal exporter does not
generate a presentation.
Maybe I am doing something wrong. If I am using your Readme.org file, I
should be able to do C-c C-e R R to generate a Readme.html file with the
right HTML. Then I should be able to copy
this file into my .reveal directory, open it with a browser and see the
presentation, right? Or I am missing something?
Any help will be welcomed. I have to give a 30 minute talk on Friday
and I really like to get this working! :)
Julian
Yujie Wen writes:
> 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 <julian@hafro.is>
>
>> 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 .emacs file
>>
>> (setq org-reveal-root "file:////home/julian/.reveal/js/reveal.js")
>
> It should be three slashes ('/'), not four. Please try:
> (setq org-reveal-root "file:///home/julian/.reveal/js/reveal.js")
>
>>
>> and with this I should be able to do C-c C-e R R and export to reveal,
>> regardless of the location of the org file, right? But it is not
>> working, so obviously I am doing something wrong. I get a "regular"
>> HTML file instead. Any ideas?
>>
>> Many thanks,
>>
>> Julian
>>
>> Yujie Wen writes:
>>
>> > 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 <garyo@oberbrunner.com>
>> >
>> >> 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, May 9, 2013 at 4:42 PM, Simon Thum <simon.thum@gmx.de> wrote:
>> >>
>> >>> 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 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.se/reveal-js/**#/<
>> http://lab.hakim.se/reveal-js/#/>
>> >>>> .
>> >>>>
>> >>>> With Org-reveal, you can easily exports your Org documents to
>> >>>> Reveal.js presentations. A sample presentation created by Org-reveal
>> can
>> >>>> be found at http://naga-eda.org/home/**yujie/org-reveal/<
>> http://naga-eda.org/home/yujie/org-reveal/>
>> >>>> .
>> >>>>
>> >>>> Org-reveal is hosted on https://github.com/yjwen/org-**reveal<
>> https://github.com/yjwen/org-reveal>.
>> >>>> Should
>> >>>> you have any suggestion or bug-report, please contact me yjwen.ty AT
>> >>>> gmail DOT com.
>> >>>>
>> >>>> Thanks and regards,
>> >>>> Yujie
>> >>>>
>> >>>>
>> >>>
>> >>>
>> >>
>> >>
>> >> --
>> >> Gary
>> >>
>>
>>
>> --
>> Julian Mariano Burgos, PhD
>> Hafrannsóknastofnunin/Marine Research Institute
>> Skúlagata 4, 121 Reykjavík, Iceland
>> Sími/Telephone : +354-5752037
>> Bréfsími/Telefax: +354-5752001
>> Netfang/Email: julian@hafro.is
>>
--
Julian Mariano Burgos, PhD
Hafrannsóknastofnunin/Marine Research Institute
Skúlagata 4, 121 Reykjavík, Iceland
Sími/Telephone : +354-5752037
Bréfsími/Telefax: +354-5752001
Netfang/Email: julian@hafro.is
next prev parent reply other threads:[~2013-05-15 16:16 UTC|newest]
Thread overview: 22+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-05-03 12:48 Export Org-mode content to Reveal.js presentations Yujie Wen
2013-05-03 14:23 ` Rasmus
2013-05-06 4:22 ` Yujie Wen
2013-05-06 8:36 ` Rasmus
2013-05-06 8:48 ` Carsten Dominik
2013-05-06 9:27 ` Yujie Wen
2013-05-03 20:09 ` Eric S Fraga
2013-05-06 5:10 ` Yujie Wen
2013-05-09 20:42 ` Simon Thum
2013-05-14 19:29 ` Gary Oberbrunner
2013-05-14 19:42 ` Simon Thum
2013-05-15 0:58 ` Yujie Wen
2013-05-15 12:13 ` Julian M. Burgos
2013-05-15 13:35 ` Yujie Wen
2013-05-15 16:16 ` Julian M. Burgos [this message]
2013-05-16 4:03 ` Vikas Rawal
2013-05-16 4:50 ` Yujie Wen
2013-05-16 5:06 ` Vikas Rawal
2013-05-16 5:17 ` Yujie Wen
2013-05-16 14:21 ` Vikas Rawal
2013-05-16 14:41 ` Yujie Wen
2014-12-08 16:00 ` Samuel Loury
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.orgmode.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=xgzhai45ics.fsf@hafnfirdingur.hafro.is \
--to=julian@hafro.is \
--cc=emacs-orgmode@gnu.org \
--cc=yjwen.ty@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).