[O] Bug in LaTeX export?

2019-06-13 Thread Thomas S. Dye
Aloha all, I have this in my Org mode file: #+name: tab:hanamiai-oxcal-files #+attr_latex: :font \footnotesize :environment longtable :booktabs #+caption: =OxCal= input files for the Hanamiai models And this in the exported LaTeX file: {\footnotesize \begin{longtable}{lll}

Re: [O] BUG: ox-latex export pdf options issue

2017-06-30 Thread Robert Klein
Please disregard this. \hypersetup works as it is. I had a +text+ title which put a \sout{} in the pdftitle. That caused a error message about too many }'s from the pdflatex. This I mistook to mean the closing brace of \hypersetup. Sorry about the fuss. Best regards, Robert On Thu, 29 Jun

[O] BUG: ox-latex export pdf options issue

2017-06-30 Thread Robert Klein
Hi, The Latex \hypersetup options like to be on their own line and hate when the closing } intrudes on them. Patch which puts the closing brace in its place below. Best regards Robert diff --git a/lisp/ox-latex.el b/lisp/ox-latex.el index ec4b49585f8..474f9b6e9c4 100644 ---

Re: [O] Bug in latex export figure labels?

2015-10-16 Thread Rasmus
Andreas Leha writes: > Maybe `org-latex-prefer-user-labels' deserves its own FAQ entry. It should perhaps be mentioned explicitly in the manual as this topic pops up too frequently. A worg faq entry is also fine. Feel free to submit a patch towards this

Re: [O] Bug in latex export figure labels?

2015-10-16 Thread garjola
Nicolas Goaziou wrote: > > Hello, >> Am I doing something wrong? > > This is a feature. See `org-latex-prefer-user-labels'. > > Oups! Thank you and apologies! -- Dr. Dindi Dad, Philosopher, Hacker

Re: [O] Bug in latex export figure labels?

2015-10-16 Thread Andreas Leha
Nicolas Goaziou writes: > Hello, > > garj...@garjola.net writes: > >> I am having issues when exporting to LaTeX using labels in figures. The >> following snippet >> >>> > > >>> #+CAPTION: Comparison

[O] Bug in latex export figure labels?

2015-10-16 Thread garjola
Hi, I am having issues when exporting to LaTeX using labels in figures. The following snippet > > > > #+CAPTION: Comparison > > #+NAME: fig:irreg2 > > #+attr_latex: :width 0.9\textwidth

Re: [O] Bug in latex export figure labels?

2015-10-16 Thread Nicolas Goaziou
Hello, garj...@garjola.net writes: > I am having issues when exporting to LaTeX using labels in figures. The > following snippet > >> > > >> #+CAPTION: Comparison > >> #+NAME: fig:irreg2 >

[O] Bug in LaTeX export with short captions

2015-09-10 Thread Suvayu Ali
Hi, When I export the following table to latex, #+name: tab:foo #+caption[/s/-weights]: /s/-weights. | A | B | C |D | |---+---+---+--| | 70347 | 10885 | 68502 | 4021 | | 68458 | 20310 | 66683 | 5853 | | 69418 | 22329 | 67617 | 6431 | | 71336 |

Re: [O] Bug in LaTeX export with short captions

2015-09-10 Thread Nicolas Goaziou
Hello, Suvayu Ali writes: > When I export the following table to latex, > > #+name: tab:foo > #+caption[/s/-weights]: /s/-weights. > | A | B | C |D | > |---+---+---+--| > | 70347 | 10885 | 68502 | 4021 | > | 68458 | 20310

[O] [BUG] org-latex-export fails in spanish language

2014-09-14 Thread David Arroyo Menéndez
Hello, I'm exporting an org file to latex using the git repository. In the org file I've added #+LANGUAGE: es in the header. The language options doesn't appear in tex file. IMHO is necessary add \usepackage[spanish]{babel}. I suppose that is a problem with org-latex-guess-babel-language.

Re: [O] [BUG] org-latex-export fails in spanish language

2014-09-14 Thread Nicolas Goaziou
Hello, davi...@es.gnu.org (David Arroyo Menéndez) writes: I'm exporting an org file to latex using the git repository. In the org file I've added #+LANGUAGE: es in the header. The language options doesn't appear in tex file. IMHO is necessary add \usepackage[spanish]{babel}. I suppose

Re: [O] [BUG] org-latex-export fails in spanish language

2014-09-14 Thread David Arroyo Menéndez
Nicolas Goaziou m...@nicolasgoaziou.fr writes: Hello, davi...@es.gnu.org (David Arroyo Menéndez) writes: I'm exporting an org file to latex using the git repository. In the org file I've added #+LANGUAGE: es in the header. The language options doesn't appear in tex file. IMHO is

Re: [O] Bug: subtree LaTeX export problems after upgrade [8.1 (8.1-elpa @ /home/brian/.emacs.d/elpa/org-20130906/)]

2013-09-23 Thread Brian Zbriger
Please disregard my recent bug report re: LaTeX exports... the problem was entirely on my end.

[O] Bug: subtree LaTeX export problems after upgrade [8.1 (8.1-elpa @ /home/brian/.emacs.d/elpa/org-20130906/)]

2013-09-23 Thread Brian Zbriger
I just upgraded to org-mode 8.1 using 'package-install' and I think I am encountering some bugs when exporting to LaTeX. I am using the following tags in the header of my orgmode files: #+AUTHOR:[my name] #+DATE: %B %e, %Y If I am exporting an entire buffer, %B %e, %Y now shows up

Re: [O] [BUG][PATCH] latex export of links in description lists

2013-06-18 Thread Nicolas Goaziou
Hello, Rick Frankel r...@rickster.com writes: There is a bug in the processing of description list. Given the list: , | - not a link :: not a link | - [[http://link.com][http link]] :: baz | - [[#href-test][custom_id link]] :: bar | - [[def list][search link]] :: foo ` The

Re: [O] bug in latex export?

2013-04-28 Thread Nicolas Goaziou
Hello, renato renn...@gmail.com writes: this in the .org file \begin{theoremwithname}[hei] theorem \begin{align*} 2+2 \end{align*} \end{theoremwithname} gets latex-exported to this (note that after \endtheoremwithname everything is replicated with escape characters): This should be

[O] bug in latex export?

2013-04-27 Thread renato
Hi, don't know if this has allready been reported, but I just upgraded to 8.0 and I stumped into this... this in the .org file \begin{theoremwithname}[hei] theorem \begin{align*} 2+2 \end{align*} \end{theoremwithname} gets latex-exported to this (note that after \endtheoremwithname everything

Re: [O] bug in latex export?

2013-04-27 Thread Suvayu Ali
On Sat, Apr 27, 2013 at 12:05:37PM +0200, renato wrote: Hi, don't know if this has allready been reported, but I just upgraded to 8.0 and I stumped into this... this in the .org file \begin{theoremwithname}[hei] theorem \begin{align*} 2+2 \end{align*} \end{theoremwithname} I think

Re: [O] Bug(?) in LaTeX export?

2013-01-30 Thread Thorsten Jolitz
t...@tsdye.com (Thomas S. Dye) writes: Hi Tom, I do have org-export-latex-listings set to nil, and it gives me the results I think you're looking for--a no fuss export of some source code. The corresponding variable in the new exporter is org-e-latex-listings. thats probably what I want

[O] Bug(?) in LaTeX export?

2013-01-29 Thread Thorsten Jolitz
Hi List, when I export an Org file with Source blocks to LaTeX (:exports code), the blocks are converted into environments of package 'listings': ,-- | \lstset{language=...} | \begin{lstlisting} | (def ... ) | \end{lstlisting} `-- but: 1. the package

Re: [O] Bug(?) in LaTeX export?

2013-01-29 Thread Thomas S. Dye
Aloha Thorsten, Thorsten Jolitz tjol...@googlemail.com writes: Hi List, when I export an Org file with Source blocks to LaTeX (:exports code), the blocks are converted into environments of package 'listings': What is the value of the variable org-export-latex-listings? If it is 'listings

Re: [O] Bug(?) in LaTeX export?

2013-01-29 Thread Thorsten Jolitz
t...@tsdye.com (Thomas S. Dye) writes: Hi Tom, What is the value of the variable org-export-latex-listings? ,--- | org-export-latex-listings's value is t `--- If it is 'listings or 'minted, then there is quite a bit of

Re: [O] Bug(?) in LaTeX export?

2013-01-29 Thread Thomas S. Dye
Hi Thorsten, Thorsten Jolitz tjol...@googlemail.com writes: t...@tsdye.com (Thomas S. Dye) writes: Hi Tom, What is the value of the variable org-export-latex-listings? ,--- | org-export-latex-listings's value is t

Re: [O] Bug in latex export

2011-11-28 Thread Markus Grebenstein
Nobody out there able to reproduce? I still have trouble with this on org-mode 7.7 and ubuntu 11.10. Best Markus

[O] Bug in latex export

2011-11-12 Thread Markus Grebenstein
Dear list, I found a problem with the latex exporter when exporting bold font: *this is a text* is exported as \textbf{this is a text\} with an extra \ which disables the }after it and causes a latex error. I use org-mode 7.7 from githhub updated on tuesday or wednesday using org-tracks.

Re: [O] Bug Report: latex export interaction with inlinetasks

2011-10-13 Thread Nicolas Goaziou
Hello, Colin Fraizer orgm...@cfraizer.com writes: Please pardon my ignorance, but I don't know how to generate a patch for distribution. You have all instructions you want at: http://orgmode.org/worg/org-contribute.html If you don't want/can't follow them, please tell me. I

Re: [O] Bug Report: latex export interaction with inlinetasks

2011-10-09 Thread Nicolas Goaziou
Hello, Colin Fraizer orgm...@cfraizer.com writes: I have a file like this: * Item 1 - list1a - list1b * Item 2 - list2a *** TODO Test *** END - list2b * Item 3 (1)If I export the whole file to LaTeX, everything works fine. (2)

Re: [O] Bug? in latex export of cross-references in footnotes

2011-10-09 Thread Nicolas Goaziou
Hello, Robert Goldman rpgold...@sift.info writes: On 9/26/11 Sep 26 -2:26 PM, Robert Goldman wrote: Here is a simple footnote in a test file: Footnotes: [1] The footnote contains a cross-reference to [[Heading]]. When I export this using org-export-as-pdf, the cross-reference to

Re: [O] Bug Report: latex export interaction with inlinetasks

2011-10-09 Thread Colin Fraizer
-Original Message- From: emacs-orgmode-bounces+orgmode=cfraizer@gnu.org [mailto:emacs-orgmode-bounces+orgmode=cfraizer@gnu.org] On Behalf Of Nicolas Goaziou Sent: Sunday, October 09, 2011 8:06 AM To: Colin Fraizer Cc: emacs-orgmode@gnu.org Subject: Re: [O] Bug Report: latex export

[O] Bug Report: latex export interaction with inlinetasks

2011-10-08 Thread Colin Fraizer
I have a file like this: * Item 1 - list1a - list1b * Item 2 - list2a *** TODO Test *** END - list2b * Item 3 (1)If I export the whole file to LaTeX, everything works fine. (2)If I export the subtree * Item 2 to HTML, everything works fine.

[O] Bug in LaTeX export for links with underscores in captions. (Easy to fix for elispers)

2011-10-02 Thread Magnus Nilsson
This is a bug which elisp-driven orgers with access to the git repository can fix quickly. * Linking to [[a_file.txt][a file with underscore]] in a headline works well with LaTeX export #+CAPTION: Linking [[a_file.txt][a file with underscore]] in a caption does _not_ work well with LaTeX export.

[O] Bug? in latex export of cross-references in footnotes

2011-09-26 Thread Robert Goldman
Here is a simple footnote in a test file: Footnotes: [1] The footnote contains a cross-reference to [[Heading]]. When I export this using org-export-as-pdf, the cross-reference to Heading doesn't get exported properly. In particular, what I see in the emitted latex file is: Inside the text

Re: [O] Bug? in latex export of cross-references in footnotes

2011-09-26 Thread Robert Goldman
On 9/26/11 Sep 26 -2:26 PM, Robert Goldman wrote: Here is a simple footnote in a test file: Footnotes: [1] The footnote contains a cross-reference to [[Heading]]. When I export this using org-export-as-pdf, the cross-reference to Heading doesn't get exported properly. In particular,

[O] Bug: failed latex-export [7.7]

2011-08-27 Thread Oliver Gerlach
Dealing with current org installations I found out that latex export is in general not working (command =C-C C-E l=) The generated tex file stops at the beginning, here an example: Created 2011-08-26 Fri 14:40 \documentclass[11pt,a4paper]{article} \usepackage[AUTO]{inputenc}

Re: [O] Bug: failed latex-export [7.7]

2011-08-27 Thread Achim Gratz
Oliver Gerlach o.gerl...@googlemail.com writes: I expect a complete tex file without this bug message: Export buffer: Exporting to LaTeX... org-export-latex-subcontent: Symbol's function definition is void: nil Auto-saving... Mark set Do you have some suggestions what to do? I cannot

Re: [O] Bug in latex export tutorial on worg ?

2011-05-10 Thread Robert Goldman
On 5/10/11 May 10 -12:25 AM, Thomas S. Dye wrote: Robert Goldman rpgold...@sift.info writes: On 5/9/11 May 9 -11:22 PM, Nick Dokos wrote: Robert Goldman rpgold...@sift.info wrote: On 5/9/11 May 9 -9:54 PM, Nick Dokos wrote: Robert Goldman rpgold...@sift.info wrote: There is the following

Re: [O] Bug in latex export tutorial on worg ?

2011-05-10 Thread Thomas S. Dye
Robert Goldman rpgold...@sift.info writes: On 5/10/11 May 10 -12:25 AM, Thomas S. Dye wrote: Robert Goldman rpgold...@sift.info writes: On 5/9/11 May 9 -11:22 PM, Nick Dokos wrote: Robert Goldman rpgold...@sift.info wrote: On 5/9/11 May 9 -9:54 PM, Nick Dokos wrote: Robert Goldman

[O] Bug in latex export tutorial on worg ?

2011-05-09 Thread Robert Goldman
There is the following code block there: #+begin_src emacs-lisp :results silent (add-to-list 'org-export-latex-classes '(per-file-class \\documentclass{scrartcl} [NO-DEFAULT-PACKAGES] [EXTRA] (\\section{%s} . \\section*{%s})

Re: [O] Bug in latex export tutorial on worg ?

2011-05-09 Thread Nick Dokos
Robert Goldman rpgold...@sift.info wrote: There is the following code block there: #+begin_src emacs-lisp :results silent (add-to-list 'org-export-latex-classes '(per-file-class \\documentclass{scrartcl} [NO-DEFAULT-PACKAGES] [EXTRA]

Re: [O] Bug in latex export tutorial on worg ?

2011-05-09 Thread Robert Goldman
On 5/9/11 May 9 -11:22 PM, Nick Dokos wrote: Robert Goldman rpgold...@sift.info wrote: On 5/9/11 May 9 -9:54 PM, Nick Dokos wrote: Robert Goldman rpgold...@sift.info wrote: There is the following code block there: #+begin_src emacs-lisp :results silent (add-to-list

Re: [O] Bug in latex export tutorial on worg ?

2011-05-09 Thread Nick Dokos
Robert Goldman rpgold...@sift.info wrote: Ah. I get it now. But then surely the above IS a bug -- presumably it's not usual for a person to wish their latex export configuration to appear, in verbatim block, in their org-generated latex document! Perhaps not in most cases, but a tutorial

Re: [O] Bug in latex export tutorial on worg ?

2011-05-09 Thread Thomas S. Dye
Robert Goldman rpgold...@sift.info writes: On 5/9/11 May 9 -11:22 PM, Nick Dokos wrote: Robert Goldman rpgold...@sift.info wrote: On 5/9/11 May 9 -9:54 PM, Nick Dokos wrote: Robert Goldman rpgold...@sift.info wrote: There is the following code block there: #+begin_src emacs-lisp

Re: [O] Bug in latex export tutorial on worg ?

2011-05-09 Thread Nick Dokos
Nick Dokos nicholas.do...@hp.com wrote: Robert Goldman rpgold...@sift.info wrote: Ah. I get it now. But then surely the above IS a bug -- presumably it's not usual for a person to wish their latex export configuration to appear, in verbatim block, in their org-generated latex document!

Re: [O] Bug in latex export of links

2011-05-01 Thread Robert Goldman
On 4/29/11 Apr 29 -4:07 PM, Robert Goldman wrote: I have this header in my org-mode file: Documentation documentationPseudoProp it gets translated into the following, which formats poorly: \item Documentation \label{documentationPseudoProp}documentationPseudoProp\\ Any idea why

Re: [O] bug in latex export tutorial?

2011-04-30 Thread Eric S Fraga
Robert Goldman rpgold...@sift.info writes: On 4/29/11 Apr 29 -1:21 PM, Nick Dokos wrote: [...] amsmath conflicts with wasysym (redefines \iint), so you have to redefine your headers to omit wasysym or include amsmath *first*: for some reason, if you \usepackage{amsmath} *before* you

[O] bug in latex export tutorial?

2011-04-29 Thread Robert Goldman
The document http://orgmode.org/worg/org-tutorials/org-latex-export.html claims The Org-mode LaTeX exporter uses several packages to support special characters used by org-entities. One of these, amsmath, conflicts with several LaTeX fonts. If you want finer control over which packages are

Re: [O] bug in latex export tutorial?

2011-04-29 Thread Thomas S. Dye
Aloha Robert, Yep. It should be One of these, amssymb, requires amsmath, which conflicts with several LaTeX fonts. Thanks for pointing this out. All the best, Tom On Apr 29, 2011, at 6:26 AM, Robert Goldman wrote: The document http://orgmode.org/worg/org-tutorials/org-latex-export.html

Re: [O] bug in latex export tutorial?

2011-04-29 Thread Robert Goldman
On 4/29/11 Apr 29 -11:44 AM, Thomas S. Dye wrote: Aloha Robert, Yep. It should be One of these, amssymb, requires amsmath, which conflicts with several LaTeX fonts. I don't /believe/ amssymb requires amsmath. I have been working on a document where I wanted to use some of the stuff in

Re: [O] bug in latex export tutorial?

2011-04-29 Thread Thomas S. Dye
Aloha Robert, You're right again. Sorry for the noise. The amssymb package is the source of the font conflicts. Thanks for pointing this out. I don't use amsmath, so can't help with your queries. When you've sorted them out, please consider adding the solution to the LaTeX export

Re: [O] bug in latex export tutorial?

2011-04-29 Thread Nick Dokos
Robert Goldman rpgold...@sift.info wrote: On 4/29/11 Apr 29 -11:44 AM, Thomas S. Dye wrote: Aloha Robert, Yep. It should be One of these, amssymb, requires amsmath, which conflicts with several LaTeX fonts. I don't /believe/ amssymb requires amsmath. I have been working on a

Re: [O] bug in latex export tutorial?

2011-04-29 Thread Robert Goldman
On 4/29/11 Apr 29 -1:21 PM, Nick Dokos wrote: Robert Goldman rpgold...@sift.info wrote: On 4/29/11 Apr 29 -11:44 AM, Thomas S. Dye wrote: Aloha Robert, Yep. It should be One of these, amssymb, requires amsmath, which conflicts with several LaTeX fonts. I don't /believe/ amssymb requires

[O] Bug in latex export of links

2011-04-29 Thread Robert Goldman
I have this header in my org-mode file: Documentation documentationPseudoProp it gets translated into the following, which formats poorly: \item Documentation \label{documentationPseudoProp}documentationPseudoProp\\ Any idea why this would happen? Seems like a bona fide bug, but perhaps

Re: [O] [BUG] in LaTeX export

2011-03-17 Thread Bastien
Hi Thomas, Thomas Holst thomas.ho...@de.bosch.com writes: _abc /_abc/ *_abc* /a_bc/ *a_bc* You need to escape the underscore: \_abc /\_abc/ *\_abc* /a\_bc/ *a\_bc* HTH, -- Bastien

Re: [O] [BUG] in LaTeX export

2011-03-17 Thread Thomas Holst
Hi Bastien, · Bastien b...@altern.org wrote: Hi Thomas, Thomas Holst thomas.ho...@de.bosch.com writes: _abc /_abc/ *_abc* /a_bc/ *a_bc* You need to escape the underscore: \_abc /\_abc/ *\_abc* /a\_bc/ *a\_bc* HTH, thank you for your answer. Escaping does help. But I thought with

[O] [BUG] in LaTeX export

2011-03-15 Thread Thomas Holst
Hello, while exporting an org-file to LaTeX I stumbled across a minor bug with emphasis and underscores. Minimal org-file: #+begin_src org #+OPTIONS: ^:{} * Emphasis Test _abc /_abc/ *_abc* /a_bc/ *a_bc* #+end_src leads to the following LaTeX code: #+begin_src \_{}abc \emph{_abc}