Re: [O] LaTeX export problem

2014-07-16 Thread Thomas S. Dye
Aloha Nicolas, Nicolas Goaziou writes: > Hello, > > t...@tsdye.com (Thomas S. Dye) writes: > >> With a recent Org from git and this source: >> >> #+attr_latex: :width 0.8\textwidth :placement [htb] >> #+name: fig:harris-errors >> #+caption[Structural effects of false transitives]: Structur

Re: [O] LaTeX export problem

2014-07-16 Thread Nicolas Goaziou
Hello, t...@tsdye.com (Thomas S. Dye) writes: > With a recent Org from git and this source: > > #+attr_latex: :width 0.8\textwidth :placement [htb] > #+name: fig:harris-errors > #+caption[Structural effects of false transitives]: Structural effects of > false transitives with the stratigra

[O] LaTeX export problem

2014-07-13 Thread Thomas S. Dye
Aloha all, With a recent Org from git and this source: #+attr_latex: :width 0.8\textwidth :placement [htb] #+name: fig:harris-errors #+caption[Structural effects of false transitives]: Structural effects of false transitives with the stratigraphic section in Figure [[fig:fig12-open]]: #+

Re: [O] LaTeX export, problem with quotes

2013-12-26 Thread Thomas S. Dye
Aloha Nicolas, Ah, I see what's happening now. I've set up asynchronous export to use the Org mode that ships with Emacs, rather than the one from the git repo. Of course, that doesn't track your changes. In this case, where many potential users of my reproducible research document aren't using t

Re: [O] LaTeX export, problem with quotes

2013-12-26 Thread Thomas S. Dye
Nicolas Goaziou writes: > t...@tsdye.com (Thomas S. Dye) writes: > >> I'm getting the same incorrect result as before with: >> >> Org-mode version 8.2.4 (release_8.2.4-391-g954168 @ >> /Users/dk/.emacs.d/src/org-mode/lisp/) > > Did you reload Org? I cannot reproduce the problem anymore. Hmm, "la

Re: [O] LaTeX export, problem with quotes

2013-12-26 Thread Nicolas Goaziou
t...@tsdye.com (Thomas S. Dye) writes: > I'm getting the same incorrect result as before with: > > Org-mode version 8.2.4 (release_8.2.4-391-g954168 @ > /Users/dk/.emacs.d/src/org-mode/lisp/) Did you reload Org? I cannot reproduce the problem anymore. >> Nevertheless, there will always be failin

Re: [O] LaTeX export, problem with quotes

2013-12-26 Thread Thomas S. Dye
Aloha Nicolas, Nicolas Goaziou writes: > Hello, > > t...@tsdye.com (Thomas S. Dye) writes: > >> I'm having a problem with exporting quotes. I have the #+OPTIONS ':t. >> >> This input in the Org mode file: >> >> "[l]ater walls ..." >> >> produces this in the tex file (open quote wrong, close quo

Re: [O] LaTeX export, problem with quotes

2013-12-26 Thread Nicolas Goaziou
Hello, t...@tsdye.com (Thomas S. Dye) writes: > I'm having a problem with exporting quotes. I have the #+OPTIONS ':t. > > This input in the Org mode file: > > "[l]ater walls ..." > > produces this in the tex file (open quote wrong, close quote OK): > "[l]ater walls ...'' > > I'm expecting this i

[O] LaTeX export, problem with quotes

2013-12-25 Thread Thomas S. Dye
Aloha all, I'm having a problem with exporting quotes. I have the #+OPTIONS ':t. This input in the Org mode file: "[l]ater walls ..." produces this in the tex file (open quote wrong, close quote OK): "[l]ater walls ...'' I'm expecting this in the tex file: ''[l]ater walls ...'' I'm using Org

Re: [O] LaTeX export problem

2012-09-26 Thread Nicolas Goaziou
Hello, Alexander Vorobiev writes: > The next problem I have is babel-related. I create results of > execution of my source blocks in org format so they are enclosed in > #+BEGIN_ORG ... #END_ORG which gets translated by the new exporter > into \begin{org} \end{org} - which makes pdflatex unhappy

Re: [O] LaTeX export problem

2012-09-24 Thread Alexander Vorobiev
Hi Nicolas, Thanks a lot for the help, I configured the org-e-latex-classes and now am getting somewhere - at least my LaTeX settings appear in the output. The next problem I have is babel-related. I create results of execution of my source blocks in org format so they are enclosed in #+BEGIN_ORG

Re: [O] LaTeX export problem

2012-09-24 Thread Nicolas Goaziou
Hello, Alexander Vorobiev writes: > Here is my configuration section (it goes at the end of the org file). > Nothing in the LaTeX_HEADER lines gets inserted into output tex > document. The old exporter just inserted them all verbatim. > > #+STARTUP:align fold nodlcheck hidestars oddeven logn

Re: [O] LaTeX export problem

2012-09-24 Thread Alexander Vorobiev
Nicolas, Here is my configuration section (it goes at the end of the org file). Nothing in the LaTeX_HEADER lines gets inserted into output tex document. The old exporter just inserted them all verbatim. #+STARTUP:align fold nodlcheck hidestars oddeven lognotestate #+PROPERTY: exports results

Re: [O] LaTeX export problem

2012-09-22 Thread Nicolas Goaziou
Hello, Alexander Vorobiev writes: > I tried the new exporter (using today's snapshot of the sources) and > it produced invalid LaTeX (it calls hypersetup without loading > hyperref package). The export back-end doesn't load any package on its own. You have to make sure hyperref is properly load

Re: [O] LaTeX export problem

2012-09-22 Thread Nicolas Goaziou
Hello, t...@tsdye.com (Thomas S. Dye) writes: > (require 'org-special-blocks) You can remove this line. `org-special-blocks' is obsolete with the new exporter. Regards, -- Nicolas Goaziou

Re: [O] LaTeX export problem

2012-09-21 Thread Thomas S. Dye
Alexander Vorobiev writes: > I tried the new exporter (using today's snapshot of the sources) and > it produced invalid LaTeX (it calls hypersetup without loading > hyperref package). It also ignored the #+LaTeX_CLASS: and all the > #+LaTeX_HEADER:lines in my file. Are there any examples of org f

Re: [O] LaTeX export problem

2012-09-21 Thread Alexander Vorobiev
I tried the new exporter (using today's snapshot of the sources) and it produced invalid LaTeX (it calls hypersetup without loading hyperref package). It also ignored the #+LaTeX_CLASS: and all the #+LaTeX_HEADER:lines in my file. Are there any examples of org files which show how to customize the

Re: [O] LaTeX export problem

2012-09-21 Thread Bastien
Hi Alexander, Alexander Vorobiev writes: > Could you point us to any documentation on how to switch to the new > exporter? Add contrib/lisp to your load-path. (require 'org-e-latex) then M-x org-export-dispatch RET to get a menu and be able to export to LaTeX from here. > Is the tutorial >

Re: [O] LaTeX export problem

2012-09-20 Thread Alexander Vorobiev
Hi, I am having similar problems with LaTeX export. I am exporting source code snippets (XML) which has many variables with underscores in their names. At some point in the process of switching to more recent Org the export started producing incorrect LaTeX so the generation of PDF fails, therefor

Re: [O] LaTeX export problem

2012-09-19 Thread Bastien
Hi Gary, Gary Oberbrunner writes: > Using a recent git checkout of org-mode (f51c405), the following small > org-mode file produces invalid LaTeX. I'm pretty sure it used to > work. The \alpha and \beta seem to be what confuses it. > > ---snip > * Scorecards > ** Product Releas

[O] LaTeX export problem

2012-09-12 Thread Gary Oberbrunner
Using a recent git checkout of org-mode (f51c405), the following small org-mode file produces invalid LaTeX. I'm pretty sure it used to work. The \alpha and \beta seem to be what confuses it. ---snip * Scorecards ** Product Releases | *Product* | *\alpha* | *\beta* | *Release* |

Re: [O] LaTeX export problem

2012-01-17 Thread Eric S Fraga
Piotr Kaźmierczak writes: > Wiadomość napisana przez Nick Dokos w dniu 10 sty 2012, o godz. 01:13: > >> Have you tried exporting a simple file to latex? Perhaps something as simple >> as: >> >> --- >> * Foo >> Bar >> ---

Re: [O] LaTeX export problem

2012-01-17 Thread Piotr Kaźmierczak
Wiadomość napisana przez Nick Dokos w dniu 17 sty 2012, o godz. 18:00: > In that case, it seems like your orgmode install is hosed - have you tried > reinstalling from scratch? I did, but no luck. There must be something else I'm missing here, but I don't have time to investigate now. Thanks f

Re: [O] LaTeX export problem

2012-01-17 Thread Nick Dokos
Piotr Kaźmierczak wrote: > Wiadomość napisana przez Nick Dokos w dniu 10 sty 2012, o godz. 01:13: > > > Have you tried exporting a simple file to latex? Perhaps something as simple > > as: > > > > --- > > * Foo > > Bar > >

Re: [O] LaTeX export problem

2012-01-17 Thread Piotr Kaźmierczak
Wiadomość napisana przez Nick Dokos w dniu 10 sty 2012, o godz. 01:13: > Have you tried exporting a simple file to latex? Perhaps something as simple > as: > > --- > * Foo > Bar > -

Re: [O] LaTeX export problem

2012-01-09 Thread Nick Dokos
Piotr Kaźmierczak wrote: > I have a very strange problem: I can no longer process an org file > with all my notes to LaTeX. I've been using org-mode this way for some > time now, and I was always able to get a nice tex file I could later > process to PDF. Now all I get is a TeX file with absolu

[O] LaTeX export problem

2012-01-09 Thread Piotr Kaźmierczak
Hi, I have a very strange problem: I can no longer process an org file with all my notes to LaTeX. I've been using org-mode this way for some time now, and I was always able to get a nice tex file I could later process to PDF. Now all I get is a TeX file with absolutely no new-line symbols (

Re: [O] LaTeX export: Problem with clipped tables

2011-07-10 Thread Frederik
Am 10.07.2011 00:29, schrieb Bastien: > Hi Frederik, > > Frederik writes: > >> I experience some problems when exporting clipped tables to LaTeX: >> The text in the fields doesn't get properly expanded, the `=>' is not >> removed. > > thanks for reporting this -- should be fixed now. > > Best,

Re: [O] LaTeX export: Problem with clipped tables

2011-07-09 Thread Bastien
Hi Frederik, Frederik writes: > I experience some problems when exporting clipped tables to LaTeX: > The text in the fields doesn't get properly expanded, the `=>' is not > removed. thanks for reporting this -- should be fixed now. Best, -- Bastien

[O] LaTeX export: Problem with clipped tables

2011-07-09 Thread Frederik
Hi there! I experience some problems when exporting clipped tables to LaTeX: The text in the fields doesn't get properly expanded, the `=>' is not removed. Imagine the following table in org-mode: | on the one hand | on the other => | |-+-| | <15>|