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
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
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
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
"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
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
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
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
#+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
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
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
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
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
>>
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
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
*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
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
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
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
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
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
> 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
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
>>
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
> 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
> 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
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
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
> Bastien writes:
> I will fix this today. Sorry this caused so much problems.
Thanks so much, Bastien, you're awesome.
John
29 matches
Mail list logo