Re: [O] Bug: org-table latex export does not honour alignment [7.5]

2011-09-08 Thread Arik Mitschang
Hi Eric, Thanks for the response. Yes, I'm aware of that, but it seems unnecessary when I have already used the alignments in the table (and of course if you want HTML to be the same alignment as latex then you would have to do both). I have a patch that fixes this issue and behaves the same when

[O] [bug] equations in latex equation environment with leading +/- misinterpreted

2011-09-08 Thread Eric S Fraga
Hello, the attached org file illustrates a problem with the latex exporter in which any line within a \begin{equation}...\end{equation} that begins with a + or - is interpreted as a list item. It's easy enough to avoid this problem by either reformatting the lines in question or by enclosing the

Re: [O] Bug: org-table latex export does not honour alignment [7.5]

2011-09-08 Thread Eric S Fraga
Arik Mitschang writes: > Hi Eric, > > Thanks for the response. Yes, I'm aware of that, but it seems unnecessary > when I > have already used the alignments in the table (and of course if you > want HTML to I agree but at least there's a workaround. > be the same alignment as latex then you wou

Re: [O] HTML export headers

2011-09-08 Thread Aditya Mandayam
i don;t see a defcustim to customize the meta tags generated in the html header, any clues? On Sat, Sep 3, 2011 at 04:32, Jambunathan K wrote: > Aditya Mandayam writes: > >> Hello, >> >> HTML export produces the following header right now, for example: >> Is there anyway to customise this? > > M

Re: [O] A manuscript on "reproducible research" introducing org-mode

2011-09-08 Thread Christophe Pouzat
"Thomas S. Dye" a écrit : Christophe Pouzat writes: Dear all, M. Delescluse, R. Franconville, S. Joucla, T. Lieury and myself (C. Pouzat) have just put a manuscript entitled: "Making neurophysiological data analysis reproducible. Why and how?" on a pre-print server: http://hal.archives-ouve

Re: [O] Use id property as anchor in the Table of Contents

2011-09-08 Thread Pere Quintana Seguí
2011/9/8 Bernt Hansen > > Pere Quintana Seguí writes: > > > Hi, > > > > I'm using Org-mode to publish my website. One of my site's pages has > > a lot of sections and the number of sections is increasing rapidly. > > > > My problem is that the HTML exporter, in the Table of Contents, is > > using

[O] Exporting verbatim html that should not be part of an outline div

2011-09-08 Thread Philipp Möller
Hello, I'm trying to get a sidebar when exporting an org file to HTML and I'm stuck with getting my verbatim html into a separate div. The produced html should look like this ... outlines ... It doesn't matter to me if the sidebar div is before or after the content div but it shouldn't b

Re: [O] Date-centric Clocktable

2011-09-08 Thread A. Ryan Reynolds
On Sep 7, 2011, at 5:53 PM, Rasmus wrote: > In my experience this is the kind of table most working class heroes > will need to hand in. At my last job this was the sort of table I needed to produce, too. -- A. Ryan Reynolds

[O] [babel] VC-Log does not run correctly

2011-09-08 Thread Sebastien Vauban
#+TITLE: Last VC Log #+AUTHOR:Seb Vauban #+DATE: 2011-09-08 #+LANGUAGE: en #+OPTIONS: num:nil toc:nil * Abstract I'm trying to get, from the VC backend (currently SVN in my case), the name and date of the last committer. Eventually, as well the last log message. Therefore, I try

[O] Odd export of a selected tree

2011-09-08 Thread Eythan Weg
Hi, Consider a file containing something like: * Test :export: * Test 2 And now export it, say to ascii format. I get a buffer containing: 1 Test :export: Is this expected? Thanks, Eythan

[O] [babel] Export problem (Wrong type argument: consp, nil)

2011-09-08 Thread Sebastien Vauban
Hi, #+TITLE: Export problem #+AUTHOR:Seb Vauban #+DATE: 2011-09-08 #+LANGUAGE: en * Works OK #+source: square(x=6) #+begin_src python return x*x #+end_src * Does not work If there is no value assigned to the code block... #+source: circle(x) #+begin_src python return x*x #+end_s

Re: [O] [babel] VC-Log does not run correctly

2011-09-08 Thread Eric Schulte
Hi Seb, Off the top of my head I would recommend first running the vc-log code block interactively to see how it behaves, then possibly expanding the code block with C-c C-v v, copying the results to your scratch buffer, evaluating the resulting elisp with edebug (C-M-x with a prefix argument), wh

Re: [O] [babel] Collection of code block snippets

2011-09-08 Thread Eric Schulte
Hi Martyn Martyn Jago writes: > Hi Eric > > Eric Schulte writes: > > [...] > >> >> I just made three small changes to the testing framework so it is now >> possible to run the test suite in batch mode with the following. >> >> emacs -Q --batch -l path/to/org/testing/org-test.el --eval "(setq >>

Re: [O] Odd export of a selected tree

2011-09-08 Thread Thomas S. Dye
eythan...@gmail.com (Eythan Weg) writes: > Hi, > > Consider a file containing something like: > > * Test :export: > * Test 2 > > > And now export it, say to ascii format. > > I get a buffer containing: > > 1 Test :export: > > > Is this expected? > > T

[O] [odt][ANN] Embed links to mathml files as ODF formula

2011-09-08 Thread Jambunathan K
I am pleased to announce (preliminary) support for embedding mathml files as ODF formulae in odt documents. Specfically if one provides a link to mathml files as shown below [[./equation.mathml]] then the contents of the mathml file is embedded in the exported ODT document as a ODF formula. I

Re: [O] Reminders with alarms

2011-09-08 Thread brian powell
*Recommend using "flite" (FestivalLite) for text-to-speech: cat blah.reminder | flite ** Could get really over-the-top and do something like this: http://gizmodo.com/5522802/twitter-chumby-and-a-cuckoo-bird-walk-into-a-clock?tag=chumby --you could use the Twitter API and send OrgMode Tweets (com

Re: [O] [babel] Collection of code block snippets

2011-09-08 Thread Martyn Jago
Hi Eric Eric Schulte writes: > Hi Martyn > > Martyn Jago writes: > >> Hi Eric >> >> Eric Schulte writes: >> >> [...] >> >>> >>> I just made three small changes to the testing framework so it is now >>> possible to run the test suite in batch mode with the following. >>> >>> emacs -Q --batch -l

[O] Mathjax export taking into account custom macros

2011-09-08 Thread Christian Straßer
Hello, there is an asymmetry between the html-export of latex-formulas by means of dvipng on the one hand and by means of mathjax on the other hand. The asymmetry concerns the handling of information provided by the #+LaTeX_HEADER: parameter. The parameter is taken into account when exporting by m

Re: [O] [babel] Export problem (Wrong type argument: consp, nil)

2011-09-08 Thread Eric Schulte
Hi Seb, All variables must be given a default value, which is why it is an error to write a code block like the following. #+source: circle(x) #+begin_src python return x*x #+end_src I've just pushed up a change which provides a better error message in this case. Best -- Eric "Sebastien Vauban

Re: [O] [babel] Collection of code block snippets

2011-09-08 Thread Eric Schulte
Hi Martyn, > > I have written a few more tests for inline source blocks execution with > org-ctrl-c-ctrl-c (not extensive by any means). Thanks for adding these tests, I get 6 failures all with the same error [1], is that intentional? If not would you mind taking another look at this patch? > T

Re: [O] [babel] Collection of code block snippets

2011-09-08 Thread Martyn Jago
Hi Eric Eric Schulte writes: > Hi Martyn, > >> >> I have written a few more tests for inline source blocks execution with >> org-ctrl-c-ctrl-c (not extensive by any means). > > Thanks for adding these tests, I get 6 failures all with the same error > [1], is that intentional? If not would you m

[O] [PATCH] org.el: Add support for LaTeX to MathML conversion

2011-09-08 Thread Jambunathan K
> IMPORTANT: I am following this mail with a patch to org.el which will > add support for LaTeX-to-MathML conversion using an external > converter. MathToWeb is available from http://www.mathtoweb.com/cgi-bin/mathtoweb_home.pl Your .emacs should look something like this. (custom-set-variables

Re: [O] [babel] Collection of code block snippets

2011-09-08 Thread Martyn Jago
Hi Eric Martyn Jago writes: > Hi Eric > > Eric Schulte writes: > >> Hi Martyn, >> >>> >>> I have written a few more tests for inline source blocks execution with >>> org-ctrl-c-ctrl-c (not extensive by any means). >> >> Thanks for adding these tests, I get 6 failures all with the same error >>

Re: [O] Odd export of a selected tree

2011-09-08 Thread Eythan Weg
t...@tsdye.com (Thomas S. Dye) Thu, 08 Sep 2011 05:29:38 -1000 eythan...@gmail.com (Eythan Weg) writes: > Hi, > > Consider a file containing something like: > > * Test :export: > * Test 2 > > > And now export it, say to ascii format

Re: [O] Change in org-babel with indenting code blocks?

2011-09-08 Thread John Wiegley
> Nick Dokos writes: > Perhaps Seb Vauban identified the bug correctly (earlier in this thread): he > pointed to the thread entitled "Extra space inserted in repeated task's date > line" - see > http://thread.gmane.org/gmane.emacs.orgmode/45623 In the current Org (updated today), this

Re: [O] Change in org-babel with indenting code blocks?

2011-09-08 Thread John Wiegley
> John Wiegley writes: > In the current Org (updated today), this problem now affects *all* > non-drawer text in entries, including code blocks, lists, and log entries! > This is makes entry shifting completely useless to me. What do I need to > revert to make it work again? Actually, it ev

Re: [O] [PATCH 0/5] loop over headlines in active region

2011-09-08 Thread David Maus
At Wed, 07 Sep 2011 21:34:41 +0200, Štěpán Němec wrote: > > On Sun, 28 Aug 2011 15:57:19 +0200 > David Maus wrote: > > > At Thu, 25 Aug 2011 12:08:42 +0200, > > Štěpán Němec wrote: > >> > >> On Thu, 25 Aug 2011 06:25:29 +0200 > >> David Maus wrote: > >> > >> > As for the macro: What stop me to

Re: [O] Change in org-babel with indenting code blocks?

2011-09-08 Thread Bastien
John Wiegley writes: >> John Wiegley writes: > >> In the current Org (updated today), this problem now affects *all* >> non-drawer text in entries, including code blocks, lists, and log entries! >> This is makes entry shifting completely useless to me. What do I need to >> revert to make it

Re: [O] Change in org-babel with indenting code blocks?

2011-09-08 Thread John Wiegley
> Bastien writes: > I will fix this today. Sorry this caused so much problems. Thanks so much, Bastien, you're awesome. John