Re: [O] ox-reveal cannot export

2014-08-08 Thread Yujie Wen
Hi, I've switched org-reveal's code to follow ox-html's changes. Since ox-html is changing, I've committed my codes to devel branch. Please pull the devel branch and try the fixes. Please let me if there are any issue. Thanks. Regards, Yujie 2014-08-07 20:22 GMT+08:00 Nicolas Goaziou

[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

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

2013-05-05 Thread Yujie Wen
...@gmx.us Yujie Wen yjwen...@gmail.com 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

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 e.fr...@ucl.ac.uk Yujie Wen yjwen...@gmail.com writes: Hi, I'd like to introduce a new Org-Mode exporter, Org-reveal, that exports Org-mode contents

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

2013-05-06 Thread Yujie Wen
Hi, Rasmus, 2013/5/6 Carsten Dominik carsten.domi...@gmail.com On 6 mei 2013, at 10:36, Rasmus ras...@gmx.us 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.

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

2013-05-14 Thread Yujie Wen
: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

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

2013-05-15 Thread Yujie Wen
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

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 2013/5/16

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 vikasli...@agrarianresearch.org It is a limitation of org-reveal, I will take a look at the

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 vikasli...@agrarianresearch.org I've just updated the codes. Now org-reveal generates HTML of UTF-8 encoding,

[O] How to define the one-line export-block for certain exporter backend?

2013-05-25 Thread Yujie Wen
Hi, I learned from ox-html.el that the #+BEGIN_HTML #+END_HTML block can be associated with a function by the :export-block argument in org-export-define-backend. But it seems doesn't apply to the #+HTML: block. Could someone tell me how to define a one-line export-block for specific

Re: [O] How to remove spaces for soft line-breaks

2013-07-08 Thread Yujie Wen
Hi, Christian, 2013/7/9 Christian Wittern cwitt...@gmail.com Hi Bastien, Yujie On 2013-07-08 17:22, Bastien wrote: Hi Yujie, Yujie Wen yjwen...@gmail.com writes: I am wondering whether there is a way to forbid such spaces, or if no such a way, whether it is possible to work out

[O] [Patch] ob-ditaa.el for Cygwin

2013-07-12 Thread Yujie Wen
Hi, ob-ditaa.el calls Java VM to generate pictures. Unfortunately, Cygwin doesn't have native Java VM. In order to call the Windows native Java VM properly, all Cygwin paths pointing to ditaa.jar, the temporary input file and the output picture file must be changed to Windows native paths, for

Re: [O] [Patch] ob-ditaa.el for Cygwin

2013-07-15 Thread Yujie Wen
Hi, I re-created the patch file by the instruction on How to contribute to Org. Could someone please take a look and, if it is satisfactory, please help to apply it? I am used to Orgmode under Cygwin and sometimes uses ditaa for drawing diagrams. But without this patch, I have to switch

Re: [O] [Patch] ob-ditaa.el for Cygwin

2013-07-16 Thread Yujie Wen
Hi, Achim Thanks for your suggestion. Yes, a wrapper script will also work. I will use such a script if Org doesn't consider the Cygwin issue. Regards, Yujie 2013/7/16 Achim Gratz strom...@nexgo.de Yujie Wen writes: Could someone please take a look and, if it is satisfactory, please

[O] How to convert a string to Org parsed tree

2013-07-28 Thread Yujie Wen
Hi, I am working on the org-reveal exporter and I need to convert a string get from org-element-property into HTML format. The property string have some Org-mode markups that need to be converted to relevant HTML labels. For example, a string of /italic/ to iitalic/i Is there any existing

Re: [O] How to convert a string to Org parsed tree

2013-07-28 Thread Yujie Wen
Hi, Robert, Nicolas and Eric, Thanks to all of you for the kind answers. org-export-data-with-backend and org-element-parse-secondary-string best meet my requirements. They worked just as I expected. Thanks again. Regards, Yujie 2013/7/28 Eric Abrahamsen e...@ericabrahamsen.net Yujie Wen

[O] When will the BEGIN_/END_HTML block be ignored?

2013-09-09 Thread Yujie Wen
Hi, I am tracking an issue in the org-reveal exporter, which is about the BEGIN_/END_HTML blocks being not exported. I am wondering whether there is some variable or configurations that can disable the BEGIN_/END_HTML block exporting? Thanks, Yujie

[O] How to specify complex HTML pre/postamble in the Org file?

2013-10-04 Thread Yujie Wen
Hi, I am just wondering how to specify some complex HTML pre/postamble contents in the Org file. As the document saying, HTML pre/postamble contents can be given by either setting string values to emacs variables org-html-preamble/postamble, or setting #+OPTIONS: html-preamble/postamble:.

Re: [O] new export question: how to add a new option to an existing backend

2013-11-21 Thread Yujie Wen
Hi, Eric, You can derive a new back-end from existing ones. Please consult org export reference documentationhttp://orgmode.org/worg/dev/org-export-reference.html . Yujie 2013/11/22 Eric Schulte schulte.e...@gmail.com Hi, I'd like to add a new option to the LaTeX backend from a contrib/

Re: [O] Is it possible to specify the starting number of headings at exporting

2013-11-21 Thread Yujie Wen
Hi, Jambunathan and Nick Yes, I prefer the separated org files be exported to several HTMLs, but with continuous heading numbering. Not that re-including them and export into one HTML. :) Thanks for your suggestions. Yujie 2013/11/21 Nick Dokos ndo...@gmail.com Yujie Wen yjwen...@gmail.com

[O] Is it possible to specify the starting number of headings at exporting

2013-11-21 Thread Yujie Wen
Hi, there, I am wondering whether it is possible to define the starting number of headings when exporting org-mode files. The problem is that, I had a long Org file that I want to separate it into several small ones, each will be exported to a HTML file. But if so, every exported HTML will

Re: [O] [export] Tables in ox-reveal export

2014-02-20 Thread Yujie Wen
Hi, Alexander, You can specify the appearance of tables in an extra .css file and tell ox-reveal to use that .css file by specifying #+REVEAL_EXTRA_CSS. For example, say I have a table.org and a table.css in the same directory. The contents of the two files are: table.org

Re: [O] ox-reveal and headlines

2014-03-02 Thread Yujie Wen
Hi, I am afraid ox-reveal cannot do it automatically. But if you are wanting an overview of headings, simply press escape key will show the full layout of the presentation. Hope it can help some how. Yujie 2014-03-02 17:59 GMT+08:00 Fabrice Popineau fabrice.popin...@gmail.com: Hi, Is