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

[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" . "⇒"). To render such entities the function uses (member (list string-after) org-html-enti

Re: Bug: [Orgmode] bug in latex export [6.34b]

2010-01-15 Thread Carsten Dominik
Hi, this is not a bug. Org-mode treats laTeX environments as implicitly literal. As we have discussed a few days ago here, you can work around it using #+LaTeX: {}\begin{multicol}[2] - Carsten P.S. this is becoming another subject for a FAQ which should cover both org-special-blocks.el

Bug: [Orgmode] bug in latex export [6.34b]

2010-01-14 Thread iemacs
Remember to cover the basics, that is, what you expected to happen and what in fact did happen. You don't know how to make a good report? See http://orgmode.org/manual/Feedback.html#Feedback Your bug report will be posted to the Org-mode mailing list. --

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

[Orgmode] Bug in LaTeX export of multiple footnote references

2009-11-20 Thread Francesco Pizzolante
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 text[fn:1:This is my footnote.]. And another one[fn:1]. --8<---cut here---

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

[Orgmode] Bug in LaTeX export

2009-07-10 Thread Holst Thomas (DS-ET/ECF1)
Hello, 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. Here is an example: ,[ test.org ] | * K

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

[Orgmode] Bug in LaTeX export

2009-01-20 Thread Thomas Holst
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 fine with LaTeX export commands. As I found out `org-maybe-keyword-time-regexp' is not set when calling a LaTeX export command. It