Re: [Orgmode] Latex export bug? Odd behavior with figures...

2010-05-26 Thread John Hendy
Thanks everyone -- placement = [H] was exactly what I needed. I went back and saw it in the manual paragraph as [h!]. Also, the mailing list discussion was perfect as well. One suggestion, then... why not just have a nice list of all possible ATTR_LaTeX options? I have killed myself before looking

Re: [Orgmode] Latex export bug? Odd behavior with figures...

2010-05-26 Thread Nick Dokos
Nick Dokos wrote: > Figures (and tables) are floating environments: latex will place them > at or after the place where they are mentioned in the latex file, at > the first place where it finds space, consistent with the spec ([htb] > above). > Not quite right: depending on the spec, it *can* en

Re: [Orgmode] Latex export bug? Odd behavior with figures...

2010-05-26 Thread Thomas S. Dye
Hi John, Roughly speaking, the larger the floating figure the farther it will float in LaTeX. If there is a large floating figure at the beginning of a group of figures, then the later ones will dam up behind it and get pushed to the back of the document. Often, changing figure size by

Re: [Orgmode] Latex export bug? Odd behavior with figures...

2010-05-25 Thread Nick Dokos
John Hendy wrote: > > I've inspected the generated .tex file and this shows up where expected in > both picture instances: > > \begin{figure}[htb] > \centering > \includegraphics[width=12cm]{/home/jwhendy/Desktop/file[1/2].pdf} > \caption{text here} > \end{figure} > Figures (and tables) are f

Re: [Orgmode] Latex export bug? Odd behavior with figures...

2010-05-25 Thread John Hendy
Just looked up what [htb] did and will definitely try that when I'm back at work tomorrow. Though not identical, I have two other emails out to the group that would be along these lines were this to be the solution. Namely: what's the best way to pass particular options to LaTeX from org-mode? Is

Re: [Orgmode] Latex export bug? Odd behavior with figures...

2010-05-25 Thread Erik Iverson
### latex order ## I've inspected the generated .tex file and this shows up where expected in both picture instances: \begin{figure}[htb] \centering \includegraphics[width=12cm]{/home/jwhendy/Desktop/file[1/2].pdf} \caption{text here} \end{figure} I have generated a pdf

[Orgmode] Latex export bug? Odd behavior with figures...

2010-05-25 Thread John Hendy
Hi, I've been working on a report and here is the relevant org file section (edited for brevity and sanitization): ### org file * Main header ** Sub section *** Experiment 1 - an unordered list of several points |a|table| |with|data| Notes for experiment 1 blah blah blah To

Re: [Orgmode] LaTeX export bug (skipping outline levels)

2009-10-02 Thread Bastien
Carsten Dominik writes: > yes, the LaTeX exporter is picky about correct outline structure. > I am not sure if this can be changed without breaking something. > Bastien, can you see this? Now I can see (my @gnu.org email was down for two days.) But I don't see any straightforward way to fix it,

Re: [Orgmode] LaTeX export bug (skipping outline levels)

2009-10-02 Thread Carsten Dominik
Hi Eric, yes, the LaTeX exporter is picky about correct outline structure. I am not sure if this can be changed without breaking something. Bastien, can you see this? - Carsten On Sep 30, 2009, at 4:04 PM, Eric Schulte wrote: Hi, I've noticed that when exporting to LaTeX Org-mode will skip l

[Orgmode] LaTeX export bug (skipping outline levels)

2009-09-30 Thread Eric Schulte
Hi, I've noticed that when exporting to LaTeX Org-mode will skip levels that are two deeper than their immediate parent level. See the attached example where the "*** third level" headline is not exported to LaTeX. simple.org Description: Binary data I'll also attach the resulting .tex file

Re: [Orgmode] LaTeX export bug

2009-08-05 Thread Dan Griswold
Carsten Dominik writes: > Hi, > > I believe the issue is now fixed, please verify. > > - Carsten It is! Outstanding! Thank you. Dan ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://li

Re: [Orgmode] LaTeX export bug

2009-08-05 Thread Carsten Dominik
Hi, I believe the issue is now fixed, please verify. - Carsten On Jul 30, 2009, at 2:51 AM, Dan Griswold wrote: Hi there, Well, I think this a bug. Given this org input file: , | * Things | ** A Heading |- some |- stuff |- in |- a |- list | ** Another heading |-

Re: [Orgmode] LaTeX export bug

2009-07-30 Thread Bastien
Dan Griswold writes: > Hi there, > > Well, I think this a bug. I can also reproduce this, I will fix it by sunday. Thanks, -- Bastien ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http

[Orgmode] LaTeX export bug

2009-07-29 Thread Dan Griswold
Hi there, Well, I think this a bug. Given this org input file: , | * Things | ** A Heading |- some |- stuff |- in |- a |- list | ** Another heading |- another |- list ` then if I select the level one heading (titled "Things") with C-c @, and export to LaTeX u

Re: [Orgmode] latex-export bug

2008-12-12 Thread Carsten Dominik
--Apple-Mail-1--438738747 Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Fixed, I am now using \verb instead of \texttt for these strings, which works OK. Thanks. - Carsten On Nov 17, 2008, at 1:20 PM, Chris Gray w

[Orgmode] latex-export bug

2008-11-17 Thread Chris Gray
Hi, The text =~/a_b= is not handled correctly by org-export-as-latex. It should either be put in math mode or the tilde and underscore should be escaped. I favor the latter solution, because I often put path names in fixed-width mode. Cheers, Chris ___