[O] Problem with some src blocks

2012-10-27 Thread Fabrice Popineau
Hi, I have these lines : Bla bla bla #+INCLUDE: ../java/Power2/Power2.java src java Bla bla bla that get exported this way : p Bla bla bla /p p #+BEGIN_SRC java public class Power2 ... How is it possible that the src block be exported literally ? I tried a couple of other java files but it

Re: [O] Problem with some src blocks

2012-10-27 Thread Fabrice Popineau
that the file is included with the right lf encoding? Fabrice 2012/10/27 Fabrice Popineau fabrice.popin...@supelec.fr: Hi, I have these lines : Bla bla bla #+INCLUDE: ../java/Power2/Power2.java src java Bla bla bla that get exported this way : p Bla bla bla /p p #+BEGIN_SRC java public

[O] Source code files and org mode files

2012-10-02 Thread Fabrice Popineau
Hi, Is it possible to link to an external source code file from an org mode file (for example from an org mode code block) so that the source code file will be exported inline wrt to the org-mode file ? Thanks for any clue, Fabrice

Re: [O] Source code files and org mode files

2012-10-02 Thread Fabrice Popineau
--8---cut here---start-8--- #+include: foo.c src c --8---cut here---end---8--- See (info (org) Include files) for details. Thanks a lot. I was looking around block_example and source code handling. I should have broaden

Re: [O] state of the art for html5 presentations?

2012-09-18 Thread Fabrice Popineau
: https://github.com/eschulte/org-S5 but I guess you know this one already. -- Bastien -- Fabrice Popineau - SUPELEC Département Informatique 3, rue Joliot Curie 91192 Gif/Yvette Cedex Tel direct : +33 (0) 169851950 Standard : +33 (0) 169851212 --

Re: [O] state of the art for html5 presentations?

2012-09-18 Thread Fabrice Popineau
impress.js repo and copy over the js and css directories, to the directory of your html file. The README gives instructions for the same [ https://github.com/kinjo/org-impress-js.el#quick-start ] Got ahead of myself and missed that. This. Is. Awesome. -- Fabrice Popineau

Re: [O] state of the art for html5 presentations?

2012-09-18 Thread Fabrice Popineau
do the job). The more powerful your tool is (luatex, opentype fonts etc) the more you lose time with details. Fabrice Nick PS. It's all idle curiosity on my part. -- Fabrice Popineau - SUPELEC Département Informatique 3, rue Joliot Curie 91192 Gif/Yvette Cedex

Re: [O] how can i get 3 section levels instead of just 2?

2012-09-09 Thread Fabrice Popineau
Use : (require 'org-export) (require 'org-e-latex) (require 'org-e-beamer) M-x org-e-beamer-mode (to edit your slides) and M-x org-e-beamer-export-to-pdf to generate the pdf. Should work with H:3, I'm using it. Generally speaking, the new exporter seems more reliable than the regular one

Re: [O] how can i get 3 section levels instead of just 2?

2012-09-09 Thread Fabrice Popineau
Generally speaking, the new exporter seems more reliable than the regular one albeit there may be some discrepancies (sometimes, I need to kill my org buffer and visit the file again). Could you describe what happens exactly? Also, do you have an ECM for that? What was happening is

[O] Emacs mode first line and Org-mode

2012-09-05 Thread Fabrice Popineau
Hi, Something changed recently with the handling of emacs mode first line. I used to have : #+-*- coding:utf-8; mode:org; mode:org-e-beamer; ispell-local-dictionary:fr_FR_hunspell -*- as the first line of my file. Recently, it started to get exported in LaTeX/Beamer, even with : #+OPTIONS:

Re: [O] Emacs mode first line and Org-mode

2012-09-05 Thread Fabrice Popineau
Please try leaving a space between # and + Ok, a bit strange but it works :-) Thanks, Fabrice

Re: [O] Labels in beamer new exporter

2012-09-04 Thread Fabrice Popineau
Unfortunately, the new latex/beamer exporter does not seem to check that the user may have wanted to put his/her own label on a frame and it adds its own label to the user defined one. It is not that difficult to patch org-e-beamer--format-frame to avoid adding label when the user

Re: [O] Labels in beamer new exporter

2012-09-04 Thread Fabrice Popineau
Interesting. What about providing an againframe environment (on par with appendix, note, etc.)? It would use BEAMER_act property to set the overlay specification, and a BEAMER_ref property using link syntax to refer to a particular section. Here's an example: That would be a nice idea.

Re: [O] Labels in beamer new exporter

2012-09-04 Thread Fabrice Popineau
Seems ok to me. Great ! Fabrice 2012/9/4 Nicolas Goaziou n.goaz...@gmail.com Fabrice Popineau fabrice.popin...@supelec.fr writes: Interesting. What about providing an againframe environment (on par with appendix, note, etc.)? It would use BEAMER_act property to set the overlay

[O] Empty titles and new exporter

2012-09-04 Thread Fabrice Popineau
Whenever I put an empty headline and I add some tag like :B_note: or whatever, the tag end up in the headline. ** Some Frame ***:B_note: :PROPERTIES: :BEAMER_env: note :END: [2012-09-03 lun. 09:22] blah blah is exported as :

[O] Labels in beamer new exporter

2012-09-03 Thread Fabrice Popineau
Hi all, I'm trying to reference a slide using the beamer new exporter. Each frame gets its own label automagically (sec-#-##). Is there a way to reference those labels later on ? Using emacs-lisp ? Or ? I tried another way to solve my problem and wanted to define my own label on a frame : ** My

[O] org-e-beamer-exporter and frame level

2012-08-30 Thread Fabrice Popineau
Hi, It seems to me that in the 7.9 release and the current git version, org-e-beamer exporter breaks whenever I change the org-e-beamer-frame-level to something else than 1. The variable BEAMER_FRAME_LEVEL seems not to be honoured anymore. If I set H:2 in OPTIONS, parsing breaks. If I set

Re: [O] org-e-beamer-exporter and frame level

2012-08-30 Thread Fabrice Popineau
-beamer-sectioning (org-beamer:232) takes 'level' and 'text' as arguments, 'text' being the contents of the headline. Fabrice 2012/8/30 Fabrice Popineau fabrice.popin...@supelec.fr Hi, It seems to me that in the 7.9 release and the current git version, org-e-beamer exporter breaks whenever I

Re: [O] org-e-beamer-exporter and frame level

2012-08-30 Thread Fabrice Popineau
2012/8/30 Nicolas Goaziou n.goaz...@gmail.com (add-to-list 'org-e-latex-classes '(beamer \\documentclass\[presentation\]\{beamer\} \[DEFAULT-PACKAGES] \[PACKAGES] \[EXTRA] (\\section\{%s\} . \\section*\{%s\}) (\\subsection\{%s\} .

[O] Table of figures ?

2012-08-30 Thread Fabrice Popineau
I'm using the LaTeX or Beamer new exporter. Is there a trick in org-mode to draw a table of say 4x3 images so that the parameters of the table (tabular) and of the images (includegraphics) be set independently ? #+ATTR_LATEX: table tabular align= | [[file:figure1.jpg]] | [[file:figure2.jpg]]

Re: [O] Table of figures ?

2012-08-30 Thread Fabrice Popineau
link syntax should be extended to accept parameters. There was a discussion about it some weeks ago and a few ideas were exposed, but it stopped there. Maybe for post 7.9.1... Regards, -- Nicolas Goaziou -- Fabrice Popineau - SUPELEC Département Informatique 3

[O] Beamer export and notes

2012-08-23 Thread Fabrice Popineau
Hi, Something is not working as expected with beamer export and notes in the current release of org-mode. Nodes tagged with B_note or B_noteNH are exported as \note{} only if they are not at the same level as frame nodes. See the small example attached. Any idea on how to fix this because I

<    1   2   3