[O] Spurious elements in HTML export

2014-05-15 Thread Fabrice Popineau
Hi, Using the HTML exporter, I easily get spurious empty elements. Example: Org-mode: * Section [2014-05-15 jeu. 10:29] ** Subsection 1 [2014-05-15 jeu. 10:28] Foo bar foo bar foo bar foo bar foo bar foo bar foo bar foo bar foo bar foo bar foo bar foo bar foo bar foo bar foo bar foo bar foo

Re: [O] Spurious elements in HTML export

2014-05-15 Thread Fabrice Popineau
2014-05-15 10:55 GMT+02:00 Bastien b...@gnu.org: Hi Fabrice, Fabrice Popineau fabrice.popin...@gmail.com writes: Using the HTML exporter, I easily get spurious empty elements. I can't reproduce this. Do you have a recipe with a minimal configuration ? This is already good to know

Re: [O] Spurious elements in HTML export

2014-05-15 Thread Fabrice Popineau
BTW, I wonder if org-html-standalone-image-p does actually what is documented. It is documented as returning non-nil in one of two cases: element is of type paragraph or of type link. But its code starts with: (and (eq (org-element-type paragraph) 'paragraph) ...) which seems

Re: [O] Spurious elements in HTML export

2014-05-15 Thread Fabrice Popineau
This should be fixed. Thank you for reporting it. Thanks for fixing it (and so quickly). I have seen what went wrong in org-html-standalone-image-p albeit I don't know what triggered it in my setup. It has been an opportunity to remove a huge pile of old stuff from my Org config :-) Best

Re: [O] BEGIN_LATEX_HEADER [cont]

2014-06-20 Thread Fabrice Popineau
2014-06-20 13:17 GMT+02:00 Ken Mankoff mank...@gmail.com: On 2014-06-20 at 04:50, Nicolas Goaziou wrote: I suggest to use existing solutions instead: configure `org-latex-classes'. I'm all for using existing solutions, but cannot see how I might use this to easily customize export

[O] Attaching hook to subtree

2014-06-25 Thread Fabrice Popineau
Hi list, I wonder if someone has already tried the following. It could be useful to trigger some action whenever a subtree is modified. This would require to attach a hook to the subtree, which can be done using a property drawer. The real problem is how to (efficiently) track the fact that some

Re: [O] org-ref in action

2014-06-26 Thread Fabrice Popineau
-yank have become indispensable to my own workflow. Best, Matt -- Fabrice Popineau - SUPELEC Département Informatique 3, rue Joliot Curie 91192 Gif/Yvette Cedex Tel direct : +33 (0) 169851950 Standard : +33 (0) 169851212 --

[O] org-reftex-citation

2014-06-27 Thread Fabrice Popineau
In org.el:org-reftex-citation(), reftex-cite-format is explicitly set to its default value. Doesn't that prevent any attempt to override it ? -- Fabrice

Re: [O] Pushing and pulling to google calendar

2014-07-02 Thread Fabrice Popineau
you are in luck. Moving to the new endpoint would require OAuth authentication, which shouldn't be hard to add using the oauth-library in ELPA, but since I don't use Google, I'm lacking motivation... -David https://github.com/dengste/org-caldav -- Fabrice Popineau

Re: [O] Does org-protocol work with Chrome on windows?

2014-09-07 Thread Fabrice Popineau
on Windows? Thanks, Bruno [1] : http://orgmode.org/worg/org-contrib/org-protocol.html#sec-3-3 -- 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] Managing articles in orgmode and collaboration

2014-09-09 Thread Fabrice Popineau
). Vikas -- Fabrice Popineau - SUPELEC Département Informatique 3, rue Joliot Curie 91192 Gif/Yvette Cedex Tel direct : +33 (0) 169851950 Standard : +33 (0) 169851212 --

[O] Problem with org-indent-block

2014-09-12 Thread Fabrice Popineau
Hi, Recently, I started to get problems with org-indent-block returning errors Not at a block. Unfortunately, this is happening while restarting emacs, and I have no idea about how to debug it. It would be nice if somehow this function could give the file and the point in the file where the error

Re: [O] Problem with org-indent-block

2014-09-12 Thread Fabrice Popineau
-hide-block-all. Fabrice 2014-09-12 9:53 GMT+02:00 Nicolas Goaziou m...@nicolasgoaziou.fr: Hello, Fabrice Popineau fabrice.popin...@gmail.com writes: Recently, I started to get problems with org-indent-block returning errors Not at a block. Unfortunately, this is happening while

[O] Export filters question

2014-09-15 Thread Fabrice Popineau
Hi, This is probably a very basic question, but what is the right way to access properties of the element in a filter ? Admit I want to define my own filter: (defun my-latex-filter-headline (text backend info) ... ) And I want to access the relative level of the current headline. How should I

[O] Emacs Lisp Depth

2014-09-16 Thread Fabrice Popineau
Hi, Am I the only one to have hit the bottom of the default max_specpdl_size and max_lisp_eval_depth values ? I had already set max_specpdl_size to 2600 and I had to raise it again. I have an Org file of about 1 lines, and I am exporting x100 beamer slides and a latex document for about 200

Re: [O] Export filters question

2014-09-16 Thread Fabrice Popineau
2014-09-15 18:30 GMT+02:00 Nicolas Goaziou m...@nicolasgoaziou.fr: Hello, Since filters are meant for tweaking generated output, the information you're looking after is not readily accessible at this level. Your request makes sense, but I think you really want to write a derived back-end

Re: [O] Emacs server and org-protocol

2014-09-17 Thread Fabrice Popineau
-- 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] Emacs server and org-protocol

2014-09-17 Thread Fabrice Popineau
2014-09-17 9:56 GMT+02:00 Paul Rudin p...@rudin.co.uk: Fabrice Popineau fabrice.popin...@supelec.fr writes: What is the purpose of opening a second instance of emacs ? I precisely tend to avoid it. There are situations where it can be useful - e.g. using emacs as a news or mail client

Re: [O] Emacs server and org-protocol

2014-09-17 Thread Fabrice Popineau
2014-09-17 11:06 GMT+02:00 Eric S Fraga e.fr...@ucl.ac.uk: On Wednesday, 17 Sep 2014 at 18:54, Alexis wrote: [...] If i may ask, which email front-end were you using? (Gnus, perhaps?) i used to use notmuch.el, and currently use mu4e, and basically don't have this issue The issue

[O] LaTeX exporter

2014-10-06 Thread Fabrice Popineau
Hi, The org-latex-classes variable handles a couple of parameters like DEFAULT-PACKAGES, PACKAGES and EXTRA. I thing that this variable could also benefit from an EXTRA_OPTIONS parameter. This could allow to have a default set of options for the curent class, but to locally add a couple of

Re: [O] LaTeX exporter

2014-10-06 Thread Fabrice Popineau
. Actually, LATEX_CLASS_OPTIONS overrides the whole set of options, so maybe my suggestion is superfluous. Regards, 2014-10-06 21:38 GMT+02:00 Nicolas Goaziou m...@nicolasgoaziou.fr: Hello, Fabrice Popineau fabrice.popin...@gmail.com writes: The org-latex-classes variable handles a couple

[O] Exponents / subscripts

2014-10-19 Thread Fabrice Popineau
if braces ? Or is it something beyond the Org parser / syntax ? Regards, -- Fabrice Popineau

Re: [O] Exponents / subscripts

2014-10-19 Thread Fabrice Popineau
2014-10-19 19:08 GMT+02:00 Nicolas Goaziou m...@nicolasgoaziou.fr: Hello, Fabrice Popineau fabrice.popin...@supelec.fr writes: A minor issue and I haven't check if it has already been raised in the past. Currently something like \(a^nb^n\) is the org-mode buffer as \(a^{nbn}\). IE

Re: [O] Exponents / subscripts

2014-10-22 Thread Fabrice Popineau
2014-10-22 11:13 GMT+02:00 Unfortunately, some users complain about the approximation. OTOH, I'm pretty sure that most LaTeX users can parse sub/superscript LaTeX code without any fontification at all. If there is no easy way to fix it, I may prefer to disable this fontification, because it

Re: [O] An Org-mode LaTeX class?

2014-10-28 Thread Fabrice Popineau
!), but instead we gain a beautiful, configurable pdf rendering of Org buffers. What do you think? -- Marcin Borkowski http://octd.wmi.amu.edu.pl/en/Marcin_Borkowski Adam Mickiewicz University -- Fabrice Popineau - SUPELEC Département Informatique 3, rue

Re: [O] Org-mode as a replacement for Google Reader

2013-03-26 Thread Fabrice Popineau
will get on ML like this :-) -- Karl Voit -- 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] Org-mode as a replacement for Google Reader

2013-03-26 Thread Fabrice Popineau
for the HTML mails I receive in Gnus. Of course, it's limited (no JavaScript, a.o.), but that's no different from under Linux. Best regards, Seb -- Sebastien Vauban -- Fabrice Popineau - SUPELEC Département Informatique 3, rue Joliot Curie 91192 Gif/Yvette

Re: [O] Google calendar sync - what is recommended?

2013-04-10 Thread Fabrice Popineau
2013/4/10 Rainer M. Krug rai...@krugs.de It gives me something to think about... You might have a look here too : git://github.com/bateast/google-calendar It provides the ability to retrieve your Google Calendar by using their API, not caldav. Thanks to Baptiste Fouques. Fabrice

[O] Web site generator, but not so static

2013-04-11 Thread Fabrice Popineau
I'm considering waht most benefit could be drawn from coupling org-mode to write web pages (skeletons) and hunchentoot (common lisp web server). There used to be some starter for a CL Org-mode parser, but it seems to be dead by now. There are several ways in which the pair could make sense. For

Re: [O] problems with org-protocol + capture templates

2013-04-16 Thread Fabrice Popineau
that you can dynamically select a capture template. So maybe Alvar's issue needs some investigation. -- Bastien -- Fabrice Popineau - SUPELEC Département Informatique 3, rue Joliot Curie 91192 Gif/Yvette Cedex Tel direct : +33 (0) 169851950 Standard : +33 (0

Re: [O] Colour themes suggestions?

2013-04-17 Thread Fabrice Popineau
/master/themes/dark-emacs-theme.el I really like your dark-emacs. Just adopted it. Perfect for org-mode (and for mu4e, by the way). Thanks Suvayu Ali! François -- Fabrice Popineau - SUPELEC Département Informatique 3, rue Joliot Curie 91192 Gif/Yvette Cedex Tel

Re: [O] Colour themes suggestions?

2013-04-17 Thread Fabrice Popineau
2013/4/17 Suvayu Ali fatkasuvayu+li...@gmail.com On Wed, Apr 17, 2013 at 04:03:15PM +0200, Fabrice Popineau wrote: This one is cool too : (color-theme-sanityinc-tomorrow-night) From the name I would guess it uses the color theme package? If that is the case, then it will not work

[O] Bibliography

2013-05-06 Thread Fabrice Popineau
Is it me or is it normal that the: #+Bibliography: foo plain line is not exported by the LaTeX backend? I assume that: \bibliography{foo} \bibliographystyle{plain} is a decent way to handle it. Thanks for any comment. -- Fabrice

Re: [O] Bibliography

2013-05-06 Thread Fabrice Popineau
06, 2013 at 04:26:16PM +0200, Fabrice Popineau wrote: Is it me or is it normal that the: #+Bibliography: foo plain line is not exported by the LaTeX backend? I assume that: \bibliography{foo} \bibliographystyle{plain} is a decent way to handle it. Sometime back there was talk

Re: [O] Bibliography

2013-05-06 Thread Fabrice Popineau
Since it is back-end dependent, why don't you use: #+latex: \bibliography{...}\bibilographystyle{...} instead? To avoid duplication. Org-bibtex/reftex need the line: #+bibliography: foo plain You need to set `ad-return-value' somewhere, don't you? :-) This is what I was looking

[O] Export / LaTeX / suggestion

2013-05-07 Thread Fabrice Popineau
Currently we need to write this : #+ATTR_LATEX: :options [title of definition] #+begin_definition This is a definition. #+end_definition to get this with the LaTeX exporter : \begin{definition}[title of definition] This is a definition. \end{definition} I was wondering if something like this

Re: [O] Export / LaTeX / suggestion

2013-05-07 Thread Fabrice Popineau
I don’t think you want to do that – each backend (latex, html, etc.) could have its own incompatible keywords. You are right. I was thinking of dropping them if they were unkown to the current backend, but it is not exactly a solution. (I’ve got a solution to this that I’ve been using for

Re: [O] Bibliography

2013-05-09 Thread Fabrice Popineau
Hi Nicolas, Thanks a lot for taking quickly of this bib issue. 2013/5/9 Nicolas Goaziou n.goaz...@gmail.com Hello, Vikas Rawal vikasli...@agrarianresearch.org writes: 2. The bibliography is inserted in the exported html file above the main body of org file as well as below the main

[O] BIND and LaTeX export

2013-05-13 Thread Fabrice Popineau
Hi, Is it me or something is wrong with the very latest org-mode (git repository). I have this line in my org-file : #+BIND: org-latex-pdf-process (pdflatex -interaction nonstopmode -shell-escape -output-directory %o %f) My default value for this variable states that lualatex is used for

Re: [O] BIND and LaTeX export

2013-05-13 Thread Fabrice Popineau
2013/5/13 Nicolas Goaziou n.goaz...@gmail.com Hello, Fabrice Popineau fabrice.popin...@supelec.fr writes: Is it me or something is wrong with the very latest org-mode (git repository). I have this line in my org-file : #+BIND: org-latex-pdf-process (pdflatex -interaction nonstopmode

Re: [O] Bibliography

2013-05-14 Thread Fabrice Popineau
that I can't place it at the keyword. How does one do it? I thought having a line say [BIBLIOGRAPHY] would work but it does not. Figured it myself. Placing the line '#+BIBLIOGRAPHY: blah blah...' at the right place did it. Thanks again, Vikas -- Fabrice Popineau

[O] Lists, exports to LaTeX and cr/lf

2013-07-07 Thread Fabrice Popineau
Hi, I have a question regarding lists and Org-mode 8.0.2 (the version I currently use). It seems that if I export this : - foo foo foo foo foo bar bar bar bar - foo foo foo foo foo bar bar bar bar Then I get 2 itemize environments because I broke the line after foo. I don't remember that it was

Re: [O] Lists, exports to LaTeX and cr/lf

2013-07-07 Thread Fabrice Popineau
The line break is not terminating the itemize environment by itself. It is the lack of indentation on the bar bar lines that terminates the itemize environments in this case. Thanks a lot! I have been fooled by Emacs. This situation was the result on M-q on a previously single-line paragraph.

Re: [O] tikz for multiple targets

2013-07-10 Thread Fabrice Popineau
–Rasmus -- May contains speling mistake -- 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] Should comments break paragraphs?

2013-07-16 Thread Fabrice Popineau
Another option would be to remove every comment line before parsing the buffer (which is, IIRC, what previous exporter did), but it would only hide the situation for a while. After all I could expect to have comments anywhere, including some places like On your example, why wouldn't it work

Re: [O] Should comments break paragraphs?

2013-07-16 Thread Fabrice Popineau
2013/7/16 Fabrice Popineau fabrice.popin...@supelec.fr Another option would be to remove every comment line before parsing the buffer (which is, IIRC, what previous exporter did), but it would only hide the situation for a while. After all I could expect to have comments anywhere, including

[O] HTML2Org ?

2013-07-30 Thread Fabrice Popineau
Anybody tried to write an HTML to Org parser (even a crude one) ? Best regards, Fabrice

Re: [O] HTML2Org ?

2013-07-30 Thread Fabrice Popineau
...@neilsmithline.com How would you get the document structure our of the HTML unless it only used heading tags? Even something as simple as bold could be hidden within some monstrous CSS. From my mobile. Please excuse abbrvs, tpyos, and auto ward correction. On Jul 30, 2013 5:36 PM, Fabrice Popineau

[O] Export and links

2013-09-04 Thread Fabrice Popineau
Hi, If I export this to html : --- #+TITLE: FOO #+macro: huge @@html:h1$1/h1@@ #+macro: large @@html:h2$1/h2@@ * Foo page {{{large([[http:test.html][FOO]])}}}

[O] Include files and exporter

2013-09-18 Thread Fabrice Popineau
Hi, Is there anyway to know while exporting what is the relative path of the current node? Let's start with some master org file that includes some other org part from another directory. This org part references some image with a path relative to its own directory. I wonder if there is a way to

Re: [O] How to build org-mode on Windows

2013-10-04 Thread Fabrice Popineau
But your best bet is probably ELPA. Regards, Achim. -- Fabrice Popineau - SUPELEC Département Informatique 3, rue Joliot Curie 91192 Gif/Yvette Cedex Tel direct : +33 (0) 169851950 Standard : +33 (0) 169851212 --

[O] LaTeX math mode and export

2013-10-11 Thread Fabrice Popineau
handling of these situations. Another related question also : did anybody managed to hilghlight LaTeX equations inside org-mode ? It could be very helpful to detect missing end markers. Thanks for your work on Org mode and for you help :-) -- Fabrice Popineau - SUPELEC

Re: [O] LaTeX math mode and export

2013-10-11 Thread Fabrice Popineau
\[\begin{array}{c} \begin{array}{|c|c|c|} \hline \delta_{1} 0 1 \\ \hline p \{p, q\} \{q\} \\ \hline q \{r\} \{q, r\} \\ \hline r \{s\} \{p\} \\ \hline s \{s\} \{p\} \\ \hline \end{array} \] This isn't

[O] Status of hooks

2013-10-24 Thread Fabrice Popineau
I am under the impression that some parts of org-mode/contrib have not been upgraded to the latest org-export hooks names: C:\Home\.emacs.d\vendor\org-mode\lispgrep -e org-export-.*-hook *.el org-bibtex-extras.el:;; (add-hook 'org-export-first-hook org-eval.el:This should go into the

[O] List items, HTML export

2013-10-27 Thread Fabrice Popineau
Hi, Is it possible to set class/id on exported UL and LI elements ? If there is a list with 2 levels, is it possible to set it independently ? I'm looking into it, not even sure if I need it, but that may be helpful for navigation elements. Thanks for your inputs on this question. -- Fabrice

Re: [O] List items, HTML export

2013-10-29 Thread Fabrice Popineau
Thanks for the example! Ok, the css is the way to go. Fabrice 2013/10/29 Rick Frankel r...@rickster.com On 2013-10-27 15:34, Fabrice Popineau wrote: Hi, Is it possible to set class/id on exported UL and LI elements ? If there is a list with 2 levels, is it possible to set

Re: [O] [PATCH] org-compat: Support for getting data from Windows clipboard

2013-11-18 Thread Fabrice Popineau
-- Fabrice Popineau - SUPELEC Département Informatique 3, rue Joliot Curie 91192 Gif/Yvette Cedex Tel direct : +33 (0) 169851950 Standard : +33 (0) 169851212 --

[O] org-shiftdown

2013-11-18 Thread Fabrice Popineau
I think there is a problem with it. Sometimes I have something already selected, say I selected it with the mouse. Next I do shift-down and the previous selected region is deselected before the next-line gets selected. Normal behavior would be that the selected region is expanded. It does not

Re: [O] org-shiftdown

2013-11-18 Thread Fabrice Popineau
Any idea on how to track what's happening ? What the value of `org-support-shift-select'? It's true. I couldn't catch yet under what condition it happens. I suspect some race condition or something like that. Because it seems actually to happen randomly. -- Fabrice

Re: [O] org-shiftdown

2013-11-18 Thread Fabrice Popineau
that. Because it seems actually to happen randomly. -- The Kafka Pandemic: http://thekafkapandemic.blogspot.com The disease DOES progress. MANY people have died from it. ANYBODY can get it. Denmark: free Karina Hansen NOW. -- Fabrice Popineau - SUPELEC Département

Re: [O] org-shiftdown

2013-11-18 Thread Fabrice Popineau
On 11/18/13, Fabrice Popineau fabrice.popin...@supelec.fr wrote: 2013/11/18 Samuel Wales samolog...@gmail.com Does this happen after you compile? Seems you are right. So you must have an idea why it fails after compiling? :-) It's true. I couldn't catch yet under what condition

Re: [O] problem of path in using ox-bibtex

2014-01-06 Thread Fabrice Popineau
to learn how organize my folders for publishing with org. Best wishes Jo. -- Fabrice Popineau - SUPELEC Département Informatique 3, rue Joliot Curie 91192 Gif/Yvette Cedex Tel direct : +33 (0) 169851950 Standard : +33 (0) 169851212 --

[O] ox-reveal and headlines

2014-03-02 Thread Fabrice Popineau
Hi, Is there a way to stop ox-reveal to introduce new slides when we go down levels of headlines? I thinkl it would be meaning ful to say that 1st level is for 'horizontal' slides, 2nd level for going 'vertical', but the next levels should appear as titles on the slide. Am I missing something

Re: [O] ox-reveal and headlines

2014-03-02 Thread Fabrice Popineau
GMT+08:00 Fabrice Popineau fabrice.popin...@gmail.com: Hi, Is there a way to stop ox-reveal to introduce new slides when we go down levels of headlines? I thinkl it would be meaning ful to say that 1st level is for 'horizontal' slides, 2nd level for going 'vertical', but the next levels

Re: [O] Exporting to multiple files

2014-03-13 Thread Fabrice Popineau
-- Fabrice Popineau - SUPELEC Département Informatique 3, rue Joliot Curie 91192 Gif/Yvette Cedex Tel direct : +33 (0) 169851950 Standard : +33 (0) 169851212 --

[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] 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

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] 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] 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

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

[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

[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] htmlize and #+INCLUDE:

2012-11-01 Thread Fabrice Popineau
Hi all, Is there something special to do for htmlize to process an #+INCLUDE'd source file ? Up to now, it seems to ignore it. I'm using the new exporter. Besides this, as far as I Can see, I have to use : #+BEGIN_SRC java but #+INCLUDE: file java Why to use a colon in one case and not in the

Re: [O] htmlize and #+INCLUDE:

2012-11-01 Thread Fabrice Popineau
Is there something special to do for htmlize to process an #+INCLUDE'd source file ? No. Do you mean that it should work out of the box or that it is not working at all? Because for me: - I can htmlize src blocks (with BEGIN_SRC) - I can highlight src blocks with syntaxhighlighter (by

Re: [O] htmlize and #+INCLUDE:

2012-11-01 Thread Fabrice Popineau
with which I'm not very comfortable. Anyway, the more I'm using org-mode and the new exporter, the more I like it. Thanks for providing us with this tool. Fabrice 2012/11/1 Nicolas Goaziou n.goaz...@gmail.com Fabrice Popineau fabrice.popin...@gmail.com writes: Given the fact that '#+INCLUDE

[O] New exporter, links with images

2012-11-03 Thread Fabrice Popineau
I want to insert a link like : [[http://foo.org/bar][file:foo.jpg]] and export it to html. I assume that it should result in a clickable image. Unfortunately, some assertion fails by doing this. If I remove the assertion : diff --git a/contrib/lisp/org-e-html.el b/contrib/lisp/org-e-html.el

[O] Text attributes, exporting

2012-11-06 Thread Fabrice Popineau
Hi, Maybe this is a silly question but who knows. Htmlize is able to tag elemnts in src blocks and wrap them with classes. I'd like to be able to do it for normal text too. There is // ++ == ** but I would like to define personalized modifiers. There is also the ability to inline src blocks like

Re: [O] Text attributes, exporting

2012-11-06 Thread Fabrice Popineau
Perfect. Thanks a lot. I knew I read about this. This is good for me. Fabrice 2012/11/6 Nicolas Goaziou n.goaz...@gmail.com Hello, Fabrice Popineau fabrice.popin...@gmail.com writes: Maybe this is a silly question but who knows. Htmlize is able to tag elemnts in src blocks and wrap

[O] (no subject)

2012-11-11 Thread Fabrice Popineau
I just updated a few hours ago with the git current version and I now get: Debugger entered--Lisp error: (invalid-read-syntax #) eval-buffer(#buffer *load* nil c:/Home/.org-timestamps/CQP-org.cache nil t) ; Reading at buffer position 621

Re: [O] (no subject)

2012-11-11 Thread Fabrice Popineau
by another dependency of the project. Thanks anyway for taking care of this. Fabrice 2012/11/12 Nicolas Goaziou n.goaz...@gmail.com Hello, Fabrice Popineau fabrice.popin...@gmail.com writes: I just updated a few hours ago with the git current version and I now get: Debugger entered--Lisp

Re: [O] New exporter, links with images

2012-11-12 Thread Fabrice Popineau
Yes, it is ok. Thanks again, Fabrice 2012/11/9 Nicolas Goaziou n.goaz...@gmail.com Hello, Fabrice Popineau fabrice.popin...@gmail.com writes: I want to insert a link like : [[http://foo.org/bar][file:foo.jpg]] and export it to html. I assume that it should result in a clickable

[O] C# and org-mode

2012-11-17 Thread Fabrice Popineau
Hi, Given that there is this C# mode : http://www.emacswiki.org/emacs/csharp-mode.el is there a way to plug it in org-mode so that C# becomes part of the languages available for src blocks? Regards, Fabrice

[O] Beamer frame with an empty title ?

2012-11-17 Thread Fabrice Popineau
Everything is in the question ... How to generate : \begin{frame}[label=...]{} \end{frame} It seems that org-requires a non-empty header. Thanks for any hint, -- Fabrice

Re: [O] Beamer frame with an empty title ?

2012-11-17 Thread Fabrice Popineau
Would a non-breaking space as the title work? Nope, because, the space for the title would still be there and I want to put a full frame image Otherwise, you can define a dummy string, i.e. NOTITLE, use that as the headline. Then, with the appropriate filter, you can change

Re: [O] Beamer frame with an empty title ?

2012-11-17 Thread Fabrice Popineau
If such need is common enough, we may provide a special environment, much like againframe, which would provide a frame without title. For example: * Headline :PROPERTIES: :BEAMER_env: fullframe :END: What do you think about it? That would be definitely nice. I

Re: [O] Beamer 2 columns

2012-11-17 Thread Fabrice Popineau
Hmmm ... well ... I was mistaken by using BEAMER_envargs because it is for the old exporter, but it doesn't work either by using BEAMER_opt which should be recognized by the new exporter. Fabrice 2012/11/17 Fabrice Popineau fabrice.popin...@gmail.com Another problem I can't wolve

  1   2   3   >