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,

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'

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}

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

2010-02-26 Thread Geralt
Hello, I think there's at least one bug in the org-export-latex-treat-backslash-char function, because it does not correctly export entries of the org-html-entities variable that have the form (Rightarrow . rArr;). To render such entities the function uses (member (list string-after)