Re: [O] HTML Postamble is inside Content DIV

2011-07-08 Thread Pierre de Buyl
Not at all. Pierre Le 8 juil. 11 à 09:36, Sebastien Vauban a écrit : Hi Pierre, Any objection for applying this patch? Pierre de Buyl wrote: I checked and indeed content is working well. Pierre Le 1 juil. 11 à 16:06, Sebastien Vauban a écrit : Hi Pierre, Pierre de Buyl wrote: Le 28

Re: [O] HTML Postamble is inside Content DIV

2011-07-06 Thread Pierre de Buyl
Hello, I checked and indeed content is working well. Pierre Le 1 juil. 11 à 16:06, Sebastien Vauban a écrit : Hi Pierre, Pierre de Buyl wrote: Le 28 juin 11 à 23:45, Sebastien Vauban a écrit : Here is thus my proposition for a better div-structured HTML. There are only four parts

Re: [O] LaTeX Formulas and Publishing to HTML Error

2011-07-01 Thread Pierre de Buyl
Hello, Did you try putting some text before the first formula ? It is not recognized as latex (there is only one img included in the html). Anyway, your version of org-mode may be outdated, it works fine on my computer (org-mode version 7.5).

Re: [O] HTML Postamble is inside Content DIV

2011-06-29 Thread Pierre de Buyl
Le 28 juin 11 à 23:45, Sebastien Vauban a écrit : Sebastien Vauban wrote: Sébastien Vauban wrote: Jonathan BISSON wrote: Sébastien Vauban wxhgmqzgwmuf@... writes: After a couple of tests, I've observed that the postamble is forced to be included *inside* the div content. Proof on Line

Re: [O] orgmode and web publishing: good menu system ?

2011-06-27 Thread Pierre de Buyl
Hello, Are you using the project system already ? (as seen here http:// orgmode.org/worg/org-tutorials/org-publish-html-tutorial.html ) If so, you can specify a menu in the :html-preamble setting. Here's mine, as an example :html-preamble div id=\menu\ p a

Re: [O] exporting HTML - content only

2011-06-27 Thread Pierre de Buyl
Hello, There is also the possibility to do it without further configuration. Typing M-- M-x org-export-region-as-html exports the HTML of the selected region only, no header text and so on. Pierre Le 27 juin 11 à 11:40, Ian Barton a écrit : On 27/06/11 15:18, Tamas K Papp wrote: Hi, I

Re: [O] Matplotlib (Python) plots inline

2011-06-06 Thread Pierre de Buyl
Hello, I have success with the following: #+begin_src python :results output raw :exports results import numpy, matplotlib, matplotlib.pyplot figure = matplotlib.pyplot.figure() axes = figure.add_subplot(111, title=uHello, xlabel=x, ylabel=y) x = numpy.arange(-10, 10, 0.1)

Re: [O] [Orgmode] S5 export

2011-06-03 Thread Pierre de Buyl
errors on your system. Best -- Eric s5.tar.bz2 Pierre de Buyl pdeb...@ulb.ac.be writes: Hello, After a lot a reading of org-exp.el and org-html.el I finally figured out the existence of the HTML_CONTAINER_CLASS property. I could then figure a minimal way to make a s5 presentation. Minimal

Re: [O] [Orgmode] S5 export

2011-06-03 Thread Pierre de Buyl
explanation which lead to such an easy translation into elisp. Please let me know if you think this should be augmented in any way, or if the defined function throws any errors on your system. Best -- Eric s5.tar.bz2 Pierre de Buyl pdeb...@ulb.ac.be writes: Hello, After a lot a reading of org-exp.el

Re: [Orgmode] About entering latex code in an org file

2010-12-10 Thread Pierre de Buyl
Hello, I am no expert either but I think that the automated detection of latex snippets (that is, no explicit $) will only enclose in $ parts that cannot be reproduced in text. I suggest that if you want a complete expression like \pi_{g} \geq 0.05 to be translated to $\pi_{g} \geq

Re: [Orgmode] Is it possible to do literate programming without org-babel?

2010-12-03 Thread Pierre de Buyl
Hello, I have taken a reverse approach, even with no collaboration. I write the source code in pure $LANGUAGE (fortran 90 for now) and add comments in org-mode syntax with a special header: in prog.f90 !!subroutine compute ! This subroutine performs a task subroutine compute(myarg) integer,

Re: [Orgmode] Export HTML from command line

2010-03-17 Thread Pierre de Buyl
From the documentation http://orgmode.org/manual/Quoting-HTML-tags.html#Quoting-HTML-tags I would say that you need to remove the : in #+BEGIN_HTML: and the closing line. However leaving them works also on my emacs (org 6.31trans). If it still does not work, can you send a minimal org file

Re: [Orgmode] Suppressing table of contents

2010-02-04 Thread Pierre de Buyl
Hello, This is found in the manual in the export section: http://orgmode.org/ manual/Export-options.html#Export-options You must add an export option in your file: #+OPTIONS: toc:nil suppresses the table of contents. This option is not a custom LaTeX option, but I tested myself only with

Re: [Orgmode] Latex export with python source code included.

2010-01-31 Thread Pierre de Buyl
If your scope is latex only, add #+LaTeX_HEADER: \usepackage{listings} and in the body of the document use #+LaTeX: \lstinputlisting{codefile.py} Pierre Le 31 janv. 10 à 11:40, Michael Bernhard Arp Sørensen a écrit : Hi all. How do I make sure that latex package listings is used and how do

Re: [Orgmode] How to set python version for org-babel

2010-01-28 Thread Pierre de Buyl
Hello, Can you specify which version of Emacs you are using ? I anticipate one of the aqua version: you need to set manually the path accessible to GUI apps in OS X: this is done by editing the file ~/.MacOSX/environment.plist and adjust the path therein. After you add the path to the

Re: [Orgmode] [Resent?] Managing a simple blog

2010-01-05 Thread Pierre de Buyl
Hello, How do you create your links ? I publish a site using org and links of the form [[file:page.org] [page]] are correctly exported as a relative link to page.html . Pierre Le 5 janv. 10 à 17:39, leandro noferini a écrit : Ciao a tutti, I am trying to switch from muse to org to

Re: [Orgmode] emacs for the mac -- best distribution/version

2009-11-12 Thread Pierre de Buyl
Hello, I am using the carbon version from http://homepage.mac.com/zenitani/ emacs-e.html with much happiness. The keyboard setup is the normal one, where the cmd (apple) key serves as meta, except a few exception (I need to do esc- to go to the beginning of the buffer for instance). I has