Re: [Orgmode] Bug in LaTeX export of org-html-entities?

2010-03-29 Thread Carsten Dominik
Hi Gerald, Ulf Stegemann and myself have been working on improving this problem. The result of this work is in a special branch on the git repo, called "new-entity-support". If you have time, maybe you can check out this branch and test it, to see if the problem you reported is indeed fixed. -

Re: [Orgmode] Bug in LaTeX export of org-html-entities?

2010-03-04 Thread Carsten Dominik
Hi Gerald, I confirm this bug, but I don't have a fix currently. There is a revamp of the entiies code in the making, but not done yet. - Carsten On Feb 26, 2010, at 11:24 AM, Geralt wrote: Hello, I think there's at least one bug in the org-export-latex-treat-backslash-char function, bec

Re: [Orgmode] Bug in LaTeX export of org-html-entities?

2010-03-02 Thread Geralt
I think I forgot to state the actual problem, cosider the following org-file: * An example \Rightarrow foobar some text The produced LaTeX code is: % Created 2010-03-02 Tue 12:53 \documentclass[11pt]{article} \usepackage[utf8]{inputenc} \usepackage[T1]{fontenc} \usepackage{graphicx} \usepackage{

Re: [Orgmode] Bug in LaTeX export of org-html-entities?

2010-03-02 Thread Geralt
Hi, it's been a few days and still no response, am I the only one who thinks there's something wrong with the export of the special entities preceded by a backslash, like \Rightarrow? Geralt. ___ Emacs-orgmode mailing list Please use `Reply All' to

Re: [Orgmode] Bug in LaTeX export of multiple footnote references

2009-11-20 Thread Carsten Dominik
Fixed, thanks. - Carsten On Nov 20, 2009, at 2:36 PM, Francesco Pizzolante wrote: Hi, Exporting multiple references to the same footnote to LaTeX lead to a wrong generated code. The following example: --8<---cut here---start->8--- * Title This is my t

Re: [Orgmode] Bug in LaTeX export

2009-07-16 Thread Bastien
"Holst Thomas (DS-ET/ECF1)" writes: > I think I discoverd a bug in LaTeX export. I mark a subtree with C-c @ > and then export it to LaTeX with C-c C-e L. > > If the subtree has no further subtrees the LaTeX-file not only contains > the region, but also the rest of the document to the end. Fixed

Re: [Orgmode] Bug in LaTeX export

2009-01-20 Thread Carsten Dominik
This has already been addressed and should work in the 6.18 release. - Carsten On Jan 20, 2009, at 9:32 AM, Thomas Holst wrote: Hello, when I call `org-export-region-as-latex' emacs enters a ininite loop. When I call a HTML export command prior to `org-export-region-as-latex' everything works