Re: [Orgmode] Re: LaTeX export of lists

2010-11-28 Thread Thomas S. Dye
Aloha Richard, On Nov 27, 2010, at 8:40 PM, Richard Lawrence wrote: Hi Tom, Is there an easy way to keep text following a list with the list, i.e, without a blank line following the list, during export? * List 1. First item 2. Second item Following text. Gets exported as: \section{List}

[Orgmode] Re: LaTeX export of lists

2010-11-27 Thread Richard Lawrence
Hi Tom, > Is there an easy way to keep text following a list with the list, i.e, > without a blank line following the list, during export? > > * List > 1. First item > 2. Second item > Following text. > > Gets exported as: > > \section{List} > \label{sec-1} > > \begin{enumerate} > \item First

[Orgmode] Re: latex export problem

2010-10-01 Thread Jörg Hagmann
And an update: It also doesn't work on my Mac with Emacs 24 (GNU Emacs 24.0.50.1 (x86_64-apple-darwin, NS apple-appkit-1038.32) of 2010-10-01 on black.porkrind.org Summary: Works on - GNU Emacs 24.0.50.1 (i686-pc-linux-gnu) (Noorul) - GNU Emacs 23.1.1 (i486 pc-linux-gnu) (Jörg) Error on: -

[Orgmode] Re: latex export problem

2010-10-01 Thread Jörg Hagmann
On 10/1/10 11:17 AM, Noorul Islam wrote: I have on my machine: Org-mode version 7.01trans (release_7.01h.609.gc4916) GNU Emacs 24.0.50.1 (i686-pc-linux-gnu, GTK+ Version 2.12.12) of 2010-09-29 on noorul Thanks and Regards Noorul On emacs GNU Emacs 23.1.1 (i686-pc-linux-gnu, GTK+ Version 2

[Orgmode] Re: latex export problem

2010-10-01 Thread Noorul Islam
On Fri, Oct 1, 2010 at 2:33 PM, Noorul Islam K M wrote: > Jörg Hagmann writes: > >>  org-version: yesterday's pull >> emacs: 23.2.1 (x86_64-apple-darwin, NS apple-appkit-1038.29) >>  of 2010-05-09 >> > > I copied your example to a file /tmp/test.org and with the cursor on > Second head I did "C-c

[Orgmode] Re: latex export problem

2010-10-01 Thread Noorul Islam K M
Jörg Hagmann writes: > org-version: yesterday's pull > emacs: 23.2.1 (x86_64-apple-darwin, NS apple-appkit-1038.29) > of 2010-05-09 > I copied your example to a file /tmp/test.org and with the cursor on Second head I did "C-c C-e 1 l". It did generate output file /tmp/scripts/filename.tex and

Re: [Orgmode] Re: latex export problem

2010-10-01 Thread Christian Moe
On 10/1/10 9:40 AM, Jörg Hagmann wrote: org-version: yesterday's pull emacs: 23.2.1 (x86_64-apple-darwin, NS apple-appkit-1038.29) of 2010-05-09 And mine is - this morning's pull - GNU Emacs 23.2.1 (powerpc-apple-darwin9.8.0, NS apple-appkit-949.54) of 2010-09-03 CM _

[Orgmode] Re: latex export problem

2010-10-01 Thread Jörg Hagmann
org-version: yesterday's pull emacs: 23.2.1 (x86_64-apple-darwin, NS apple-appkit-1038.29) of 2010-05-09 On 10/1/10 9:32 AM, Noorul Islam K M wrote: Jörg Hagmann writes: Dear list, I have an org file named "test.org" structured as follows (minimal example): --minimal example

[Orgmode] Re: latex export problem

2010-10-01 Thread Noorul Islam K M
Jörg Hagmann writes: > Dear list, > > I have an org file named "test.org" structured as follows (minimal example): > > --minimal example > * Head > text > > * Second head > :PROPERTIES: > :EXPORT_OPTIONS: H:5 num:nil toc:t \n:nil @:t ::t |:t ^:{} -:t f:t > *:t skip:nil d:ni

Re: [Orgmode] Re: latex export and booktabs tables

2010-06-30 Thread Eric Schulte
This booktabs function has now been added to the library of babel. Cheers -- Eric "Eric Schulte" writes: > Hi Tom, > > How about the following proposed library of babel function which > constructs a booktabs environment using a toprule, (conditionally) a > midrule, and a bottomrule. > > *** boo

Re: [Orgmode] Re: latex export and booktabs tables

2010-06-29 Thread Thomas S. Dye
Hi Eric, Sweet! Here is a stripped-down version that integrates with the AucTeX function, (LaTeX-environment ARG). --8<---cut here---start->8--- #+srcname: booktabs-2 #+begin_src emacs-lisp :var table='((:head) hline (:body)) (flet ((to-tab (tab)

Re: [Orgmode] Re: latex export and booktabs tables

2010-06-29 Thread Eric Schulte
Hi Tom, How about the following proposed library of babel function which constructs a booktabs environment using a toprule, (conditionally) a midrule, and a bottomrule. --8<---cut here---start->8--- *** booktabs This block can be used to wrap a table in the lat

Re: [Orgmode] Re: latex export and booktabs tables

2010-06-29 Thread Thomas S. Dye
Hi Eric, This is neat, but it doesn't directly address the problem posed by the OP. Currently, the LaTeX exporter uses \hline for all the horizontal rules in a table. Booktabs defines three rules of different thickness for use at the top of the table, after the column heads, and at the b

[Orgmode] Re: latex export and booktabs tables

2010-06-28 Thread Sébastien Vauban
Hi Eric, "Eric Schulte" wrote: > Sébastien Vauban writes: >> Carsten Dominik wrote: >>> On Jun 28, 2010, at 7:09 AM, Eric Schulte wrote: >>> One way to deal with this without adding even more complexity to the core of org-mode could be through the use of "Library of Babel" functions. >>

Re: [Orgmode] Re: latex export and booktabs tables

2010-06-28 Thread Erik Butz
Hi Eric, I can only agree with what has already been said, namely that this is a very nice solution which indeed is much more generic and does not require fiddling with the core of the distribution. Thanks for this, this even closes, I think, the older thread or re-opens it to further discussion

Re: [Orgmode] Re: latex export and booktabs tables

2010-06-28 Thread Eric Schulte
Hi Sébastien, Sébastien Vauban writes: > Hi Eric, > > Carsten Dominik wrote: >> On Jun 28, 2010, at 7:09 AM, Eric Schulte wrote: >> >>> One way to deal with this without adding even more complexity to the core >>> of org-mode could be through the use of "Library of Babel" functions. >>> >>> The

[Orgmode] Re: latex export and booktabs tables

2010-06-28 Thread Sébastien Vauban
Hi Eric, Carsten Dominik wrote: > On Jun 28, 2010, at 7:09 AM, Eric Schulte wrote: > >> One way to deal with this without adding even more complexity to the core >> of org-mode could be through the use of "Library of Babel" functions. >> >> The attached org-mode file provides a function for export

Re: [Orgmode] Re: latex export and booktabs tables

2010-06-28 Thread Carsten Dominik
On Jun 28, 2010, at 7:09 AM, Eric Schulte wrote: One way to deal with this without adding even more complexity to the core of org-mode could be through the use of "Library of Babel" functions. The attached org-mode file provides a function for exporting to the longtable environment with some e

Re: [Orgmode] Re: latex export and booktabs tables

2010-06-27 Thread Eric Schulte
One way to deal with this without adding even more complexity to the core of org-mode could be through the use of "Library of Babel" functions. The attached org-mode file provides a function for exporting to the longtable environment with some example usage. If this looks generally useful it (and

[Orgmode] Re: latex export and booktabs tables

2010-06-23 Thread Sébastien Vauban
Hi Erik, Erik Butz wrote: > I found a very old thread on the list about using the booktabs package to > have nicer tables in latex export. > > I found that, making the changes below I can use the booktab package to > export tables, and using standard tables only, this seems to work fine. > > Can a

[Orgmode] Re: latex export - skipping lvls breaks export

2010-06-22 Thread Sebastian Hofer
At Tue, 22 Jun 2010 15:06:08 +0200, Carsten Dominik wrote: > > > On Jun 22, 2010, at 2:51 PM, Robert Hennig wrote: > > > Sebastian Hofer wrote: > >> At Tue, 22 Jun 2010 11:51:30 +0200, > >> Giovanni Ridolfi wrote: > >>> Sebastian Hofer writes: > >>> > I'm working on a customized latex-expo

[Orgmode] Re: latex export - skipping lvls breaks export

2010-06-22 Thread Sébastien Vauban
Hi all, Carsten Dominik wrote: > On Jun 22, 2010, at 2:51 PM, Robert Hennig wrote: >> Sebastian Hofer wrote: >>> Giovanni Ridolfi wrote: Sebastian Hofer writes: > > I noticed that if you skip a level in the outline structure (cf. example > below) it is not exported to latex. Is t

Re: [Orgmode] Re: latex export - skipping lvls breaks export

2010-06-22 Thread Nick Dokos
Sebastian Hofer wrote: > At Tue, 22 Jun 2010 11:51:30 +0200, > Giovanni Ridolfi wrote: > > > > Sebastian Hofer writes: > > > > > I'm working on a customized latex-export-class for a CV. > > nice! > > > I noticed that if you skip a level in the outline structure > > > (cf. example below) it is

Re: [Orgmode] Re: latex export - skipping lvls breaks export

2010-06-22 Thread Carsten Dominik
On Jun 22, 2010, at 2:51 PM, Robert Hennig wrote: Sebastian Hofer wrote: At Tue, 22 Jun 2010 11:51:30 +0200, Giovanni Ridolfi wrote: Sebastian Hofer writes: I'm working on a customized latex-export-class for a CV. nice! I noticed that if you skip a level in the outline structure (cf. exa

Re: [Orgmode] Re: latex export - skipping lvls breaks export

2010-06-22 Thread Robert Hennig
Sebastian Hofer wrote: > At Tue, 22 Jun 2010 11:51:30 +0200, > Giovanni Ridolfi wrote: >> Sebastian Hofer writes: >> >>> I'm working on a customized latex-export-class for a CV. >> nice! >>> I noticed that if you skip a level in the outline structure >>> (cf. example below) it is not exported to l

[Orgmode] Re: latex export - skipping lvls breaks export

2010-06-22 Thread Sebastian Hofer
At Tue, 22 Jun 2010 11:51:30 +0200, Giovanni Ridolfi wrote: > > Sebastian Hofer writes: > > > I'm working on a customized latex-export-class for a CV. > nice! > > I noticed that if you skip a level in the outline structure > > (cf. example below) it is not exported to latex. > > Is there a reas

[Orgmode] Re: latex export on mac os x with xelatex

2010-02-22 Thread Christian Wittern
Hi there, For the benefit of later visitors, here is how I worked around the problem for the moment: orgmode seems to ignore the exec-path, so I looked at the result of (getenv "PATH"), which was very little. Saying (setenv "PATH" (concat "/usr/local/texlive/2009/bin/universal-darwin:" (getenv "

Re: [Orgmode] Re: [LaTeX-Export] Longtable and Caption

2009-12-17 Thread Carsten Dominik
Applied, thanks. - Carsten On Dec 17, 2009, at 8:59 AM, Ulf Stegemann wrote: Hi Carsten, Carsten Dominik wrote: On Dec 3, 2009, at 4:22 PM, Ulf Stegemann wrote: Carsten Dominik wrote: it was my understanding that the caption command in longtable is different from the caption command

[Orgmode] Re: [LaTeX-Export] Longtable and Caption

2009-12-17 Thread Ulf Stegemann
Hi Carsten, Carsten Dominik wrote: > On Dec 3, 2009, at 4:22 PM, Ulf Stegemann wrote: > >> Carsten Dominik wrote: >> >>> it was my understanding that the caption command in longtable is different >>> from the caption command in normal tables, in that it is a line that is >>> printed over the t

Re: [Orgmode] Re: [LaTeX-Export] Longtable and Caption

2009-12-16 Thread Carsten Dominik
On Dec 3, 2009, at 4:22 PM, Ulf Stegemann wrote: Hi Carsten, Carsten Dominik wrote: it was my understanding that the caption command in longtable is different from the caption command in normal tables, in that it is a line that is printed over the table on each page - so I thought it a

Re: [Orgmode] Re: Latex export and label entries

2009-12-08 Thread Carsten Dominik
On Dec 3, 2009, at 8:37 PM, d.tchin wrote: Hi Carsten Dominik gmail.com> writes: Hi, On Dec 2, 2009, at 2:51 PM, d.tchin voila.fr wrote: Hi, I use org-export-latex to create latex powerdot file. I make adaptation of template defined for beamer class and it works quite well. I have a

[Orgmode] Re: Latex export and label entries

2009-12-08 Thread d . tchin
Hi Carsten Dominik gmail.com> writes: > > Hi, > On Dec 2, 2009, at 2:51 PM, d.tchin voila.fr wrote: > > > > > Hi, > > > > I use org-export-latex to create latex powerdot > > file. I make adaptation of template defined for > > beamer class and it works quite well. > > > > I have a problem I wo

[Orgmode] Re: [LaTeX-Export] Longtable and Caption

2009-12-03 Thread Ulf Stegemann
Hi Carsten, Carsten Dominik wrote: > it was my understanding that the caption command in longtable is different > from the caption command in normal tables, in that it is a line that is > printed over the table on each page - so I thought it always needs to be > there. Is that not correct? y

Re: [Orgmode] Re: latex export and beamer columns

2009-11-26 Thread Darlan Cavalcante Moreira
Maybe a simpler notation could be used instead direct latex since we are talking about official support for beamer in org-mode. For instance , | * Teste beamer: This is a Section | *** Teste beamer: This is a Subsection | * This is the frame title | Frame content | | * This is

Re: [Orgmode] Re: latex export and beamer columns

2009-11-26 Thread Eric S Fraga
At Thu, 26 Nov 2009 02:52:04 +0100, Łukasz Stelmach wrote: > > I've just tried something simplier and IMHO more flexible (widths). > > --8<---cut here---start->8--- > * The Title > ** The Section > *** The Frame > #+latex: \begin{columns}[t] > #+latex: \column{

[Orgmode] Re: latex export and beamer columns

2009-11-25 Thread Łukasz Stelmach
Eric S Fraga writes: > Recently, in September, there was a discussion about exporting org > files to latex using the beamer class and generating slides with > multiple columns: > > http://article.gmane.org/gmane.emacs.orgmode/17546 (...) > So, for instance, this will generate a slide with two col

[Orgmode] Re: latex export and beamer columns

2009-11-23 Thread Sébastien Vauban
Hi Eric and Carsten, Eric S Fraga wrote: > At Sat, 21 Nov 2009 14:34:18 +0100, Carsten Dominik wrote: >> >> Anything missing in Org that we should implement to support this better? > > At the moment, the only thing that is missing in org-mode to beamer is some > way to specify arguments to the \f

[Orgmode] Re: latex export and beamer columns

2009-11-22 Thread Eric S Fraga
At Sun, 22 Nov 2009 10:29:47 -0500, Matt Lundin wrote: [...] > I've only used Beamer a few times, but I use the "center" environment to > center images. Could you perhaps use the following? > > , > | In a double pipe heat exchanger, > | > | #+begin_center > | [[file:images/double-pipe-heat-

[Orgmode] Re: latex export and beamer columns

2009-11-22 Thread Matt Lundin
Eric S Fraga writes: >> At Sat, 21 Nov 2009 14:34:18 +0100, >> Carsten Dominik wrote: > >> > Anything missing in Org that we should implement to support this >> > better? > > Actually, going through the set of lectures I am currently preparing, > I am finding that there is one thing missing that

[Orgmode] Re: LaTeX export of section links

2009-11-20 Thread Bernt Hansen
Francesco Pizzolante writes: > Hi, > > I have a few questions about links to sections. > > I've read that it is better to user IDs and CUSTOM_IDs to links to section... > > Here's a small example with 4 cases: > > --8<---cut here---start->8--- > * First > :

Re: [Orgmode] Re: LaTeX export of images

2009-10-20 Thread Carsten Dominik
On Oct 13, 2009, at 12:03 PM, Francesco Pizzolante wrote: Hi Carsten, Sorry for my late reply on this subject. OK, I have now modified image placement in LaTeX. 1. Image in text [[./img/x.png]] 2. Floating image with caption and modified size and placement #+CAPTION: My caption #+A

Re: [Orgmode] Re: LaTeX export of images

2009-10-13 Thread Francesco Pizzolante
Hi Carsten, Sorry for my late reply on this subject. > OK, I have now modified image placement in LaTeX. > > 1. Image in text > >[[./img/x.png]] > > 2. Floating image with caption and modified size and placement > >#+CAPTION: My caption >#+ATTR_LATEX: placement=[H] width=0.6\textwidth

Re: [Orgmode] Re: LaTeX export of images

2009-10-05 Thread Darlan Cavalcante Moreira
At Sat, 3 Oct 2009 09:05:38 +0200, Carsten Dominik wrote: > > > On Oct 2, 2009, at 5:23 PM, Nick Dokos wrote: > > > Darlan Cavalcante Moreira wrote: > > > >> At Fri, 2 Oct 2009 08:55:22 +0200, > >> Carsten Dominik wrote: > >>> Do we need to implement a way so that text can be made to flow > >

Re: [Orgmode] Re: LaTeX export of images

2009-10-03 Thread Carsten Dominik
On Oct 2, 2009, at 5:23 PM, Nick Dokos wrote: Darlan Cavalcante Moreira wrote: At Fri, 2 Oct 2009 08:55:22 +0200, Carsten Dominik wrote: Do we need to implement a way so that text can be made to flow around a figure, just as it is possible in HTML export? What would be the right LaTeX pa

Re: [Orgmode] Re: LaTeX export of images

2009-10-02 Thread Nick Dokos
Darlan Cavalcante Moreira wrote: > At Fri, 2 Oct 2009 08:55:22 +0200, > Carsten Dominik wrote: > > Do we need to implement a way so that text can be made to flow around > > a figure, just as it is possible in HTML export? What would be the > > right LaTeX package to use for this purpose? > >

Re: [Orgmode] Re: LaTeX export of images

2009-10-02 Thread Darlan Cavalcante Moreira
At Fri, 2 Oct 2009 08:55:22 +0200, Carsten Dominik wrote: > > > On Sep 23, 2009, at 11:09 PM, Sébastien Vauban wrote: > > > Jeff Kowalczyk wrote: > >> Sébastien Vauban writes: > >>> Francesco Pizzolante wrote: > In this case, we should just generate \includegraphics{myimage} > witho

Re: [Orgmode] Re: LaTeX export of images

2009-10-02 Thread Carsten Dominik
On Sep 23, 2009, at 11:09 PM, Sébastien Vauban wrote: Jeff Kowalczyk wrote: Sébastien Vauban writes: Francesco Pizzolante wrote: In this case, we should just generate \includegraphics{myimage} without the centerline command. Given the output of the `\centerline' command, I guess that th

Re: [Orgmode] Re: LaTeX export of images

2009-09-29 Thread Carsten Dominik
On Sep 23, 2009, at 11:09 PM, Sébastien Vauban wrote: Jeff Kowalczyk wrote: Sébastien Vauban writes: Francesco Pizzolante wrote: In this case, we should just generate \includegraphics{myimage} without the centerline command. Given the output of the `\centerline' command, I guess that th

[Orgmode] Re: LaTeX export - customize own class

2009-09-29 Thread henry atting
On Di, Sep 29 2009, Nick Dokos wrote: > henry atting wrote: > > >> I pulled the newest git version, reloaded org.el and tried to load the hook >> with >> >> (add-hook 'org-mode-hook 'org-export-latex-final-hook) >> >> but when I am trying to export an org file to LaTeX I get an error message:

Re: [Orgmode] Re: LaTeX export - customize own class

2009-09-28 Thread Nick Dokos
henry atting wrote: > I pulled the newest git version, reloaded org.el and tried to load the hook > with > > (add-hook 'org-mode-hook 'org-export-latex-final-hook) > > but when I am trying to export an org file to LaTeX I get an error message: > > run-hooks: Symbol's function definition is

[Orgmode] Re: LaTeX export - customize own class

2009-09-28 Thread henry atting
On Di, Sep 29 2009, Carsten Dominik wrote: > On Sep 28, 2009, at 4:41 PM, henry atting wrote: > >> I am trying to customize the orgmode export to the LaTeX class `play` >> A first level heading will then become the LaTeX \speaker{}, the text >> under this heading will become the text the speaker s

[Orgmode] Re: LaTeX export of images

2009-09-23 Thread Sébastien Vauban
Jeff Kowalczyk wrote: > Sébastien Vauban writes: >> Francesco Pizzolante wrote: >>> In this case, we should just generate \includegraphics{myimage} without >>> the centerline command. >> >> Given the output of the `\centerline' command, I guess that the inlining of >> an image inside a line of tex

[Orgmode] Re: LaTeX export of images

2009-09-23 Thread Jeff Kowalczyk
Sébastien Vauban writes: > Francesco Pizzolante wrote: > > In this case, we should just generate \includegraphics{myimage} without the > > centerline command. > > Given the output of the `\centerline' command, I guess that the inlining of an > image inside a line of text is not supported as is by

[Orgmode] Re: LaTeX export of images

2009-09-23 Thread Sébastien Vauban
Hi Francesco, Francesco Pizzolante wrote: > 1) Images in the middle of the text > > If I have the following example: > > , > | For this example, I will use this image [[myimage.png]] which is a very > good one. > ` > > Then, when exported, it produces the following LaTeX co

Re: Export to LaTeX Beamer. [WAS: Re: [Orgmode] Re: LaTeX export bugs?]

2009-09-20 Thread Thomas S. Dye
On Sep 19, 2009, at 8:03 PM, Alan E. Davis wrote: Hello: I was happy to see a simple formula for exporting to Beamer. The following worked initially. However, this initialization routine was able to run only when org-latex had already been loaded. On Sat, Jul 4, 2009 at 2:52 AM, Nick Do

Export to LaTeX Beamer. [WAS: Re: [Orgmode] Re: LaTeX export bugs?]

2009-09-19 Thread Alan E. Davis
Hello: I was happy to see a simple formula for exporting to Beamer. The following worked initially. However, this initialization routine was able to run only when org-latex had already been loaded. On Sat, Jul 4, 2009 at 2:52 AM, Nick Dokos wrote: > > Here's the minimal.emacs - you'll need to

[Orgmode] Re: LaTeX export bugs?

2009-09-18 Thread Sébastien Vauban
Hi Carsten, Carsten Dominik wrote: > On Sep 18, 2009, at 7:37 AM, Carsten Dominik wrote: >> >> I am aware of this problem, but it is not so easy to solve. The reason for >> this is that dynamic blocks are written by some user function, which is not >> aware of any indentation to be applied. So if

Re: [Orgmode] Re: LaTeX export bugs?

2009-09-18 Thread Carsten Dominik
On Sep 18, 2009, at 7:37 AM, Carsten Dominik wrote: On Sep 17, 2009, at 3:52 PM, Sébastien Vauban wrote: Hi Carsten, Francesco Pizzolante wrote: indeed, it looks like I did make a mistake when recently trying to fix this. I believe I have got it right this time (current git version),

Re: [Orgmode] Re: LaTeX export bugs?

2009-09-17 Thread Carsten Dominik
On Sep 17, 2009, at 3:52 PM, Sébastien Vauban wrote: Hi Carsten, Francesco Pizzolante wrote: indeed, it looks like I did make a mistake when recently trying to fix this. I believe I have got it right this time (current git version), please verify. It works perfectly now. Not exact

[Orgmode] Re: LaTeX export bugs?

2009-09-17 Thread Sébastien Vauban
Hi Carsten, Francesco Pizzolante wrote: > >> indeed, it looks like I did make a mistake when recently trying to fix >> this. >> >> I believe I have got it right this time (current git version), please >> verify. > > It works perfectly now. Not exactly the same problem, but very similar IMHO, ther

[Orgmode] Re: LaTeX export bugs?

2009-09-16 Thread Francesco Pizzolante
Hi Carsten, > indeed, it looks like I did make a mistake when recently trying to fix > this. > > I believe I have got it right this time (current git version), please > verify. It works perfectly now. Thanks! Francesco ___ Emacs-orgmode mailin

Re: [Orgmode] Re: LaTeX export bugs?

2009-09-15 Thread Carsten Dominik
Hi Francesco, indeed, it looks like I did make a mistake when recently trying to fix this. I believe I have got it right this time (current git version), please verify. - Carsten On Sep 15, 2009, at 1:11 PM, Francesco Pizzolante wrote: Hi, Carsten Dominik wrote: On Jul 1, 2009, at 10

Re: [Orgmode] Re: LaTeX export bugs?

2009-09-15 Thread Francesco Pizzolante
Hi, Carsten Dominik wrote: > On Jul 1, 2009, at 10:21 PM, Sébastien Vauban wrote: >> Other things I've noticed: >> >> - Even with version 6.28, the `#+TBLNAME' tag must be located in column 0 >> (at >> least, for the highlighting features to work) > > Fixed, thanks. I'm using orgmode 6.30c and I

Re: [Orgmode] Re: Latex export to documentclass beamer

2009-08-17 Thread Robert Goldman
Nick Dokos wrote: > Robert Goldman wrote: > >> Here's another challenge --- is there a good way to handle this in the >> exporter? >> >> If you use VERBATIM in a beamer frame, then you need to add the optional >> argument "fragile" to the environment, like this: >> >> \begin{frame}[fragile] >> >>

Re: [Orgmode] Re: Latex export to documentclass beamer

2009-08-17 Thread Nick Dokos
Robert Goldman wrote: > Here's another challenge --- is there a good way to handle this in the > exporter? > > If you use VERBATIM in a beamer frame, then you need to add the optional > argument "fragile" to the environment, like this: > > \begin{frame}[fragile] > > instead of just > > \begin

[Orgmode] Re: Latex export to documentclass beamer

2009-08-17 Thread Robert Goldman
Here's another challenge --- is there a good way to handle this in the exporter? If you use VERBATIM in a beamer frame, then you need to add the optional argument "fragile" to the environment, like this: \begin{frame}[fragile] instead of just \begin{frame} I'd be surprised if there was a good

Re: [Orgmode] Re: Latex export to documentclass beamer

2009-08-10 Thread William Henney
On Mon, Aug 10, 2009 at 6:46 AM, Carsten Dominik wrote: >> 2. Is there a way to add an attribute to latex lists (itemize, enumerate, >> description} so that: >> >> * Slide 1 >> - x >> - y >> - z >> >> gets output as: >> \begin{itemize}[<+->] >> \item x >> \item y >> \item z >> \end{itemize} > > No.

Re: [Orgmode] Re: Latex export to documentclass beamer

2009-08-10 Thread Carsten Dominik
On Aug 9, 2009, at 5:45 PM, RC wrote: Carsten Dominik gmail.com> writes: On Aug 9, 2009, at 3:05 PM, RC wrote: Hi, Following an earlier suggestion on the list: http://thread.gmane.org/gmane.emacs.orgmode/15010/focus=15077 I added the following to my .emacs file: (add-to-list 'org-expor

[Orgmode] Re: Latex export to documentclass beamer

2009-08-09 Thread RC
Carsten Dominik gmail.com> writes: > > > On Aug 9, 2009, at 3:05 PM, RC wrote: > > > Hi, > > Following an earlier suggestion on the list: > > http://thread.gmane.org/gmane.emacs.orgmode/15010/focus=15077 > > > > I added the following to my .emacs file: > > > > (add-to-list 'org-export-latex-cl

[Orgmode] Re: LaTeX export bug

2009-07-31 Thread Dan Griswold
Bastien writes: > I can also reproduce this, I will fix it by sunday. Excellent! Thank you! Dan -- ___ /\ \ \_| Dan Griswold| | dgris...@rochester.rr.com | | __|_ \_/__

[Orgmode] Re: LaTeX export bug

2009-07-30 Thread Dan Griswold
Bernt Hansen writes: > Dan Griswold writes: > >> Note that the top level headings ("A Heading" and "Another Heading") >> are not exported as \section, but with the asterisks they have in the >> org file ... snip ... >> Can any of you reproduce this? > > Hi Dan, > > Yes I can reproduce this too

[Orgmode] Re: LaTeX export bug

2009-07-29 Thread Bernt Hansen
Dan Griswold writes: > Note that the top level headings ("A Heading" and "Another Heading") are > not exported as \section, but with the asterisks they have in the org > file: > > , > | ** A Heading > | \begin{itemize} > | > | ... snip ... > | > | \end{itemize} > | ** Another heading > `-

[Orgmode] Re: LaTeX export bugs?

2009-07-06 Thread Sébastien Vauban
Hi all, Carsten Dominik wrote: > Sébastien Vauban wrote: >> Carsten Dominik wrote: >>> Sébastien Vauban wrote: >> [This is not working...] >> --8<---cut here---start->8--- #+LaTeX: \begin{framed} #+ATTR_LaTeX: align=lrrr | Code | \euro{} | \% | \euro{} | |

Re: [Orgmode] Re: LaTeX export bugs?

2009-07-03 Thread Nick Dokos
=?utf-8?Q?S=C3=A9bastien_Vauban?= wrote: > > Weird. Having done the above `add-to-list' in Emacs (with `C-x C-e'), > I got a different exported file than yours. But really different: > > --8<---cut here---start->8--- > ... > --8<---cut here--

[Orgmode] Re: LaTeX export bugs?

2009-07-03 Thread Sébastien Vauban
Hi Nick, Nick Dokos wrote: > Sebastien Vauban wrote: > >> > BTW, any solution for exporting to a Beamer presentation? I'd be very >> > very very interested by anything in that direction. That's the last piece >> > of the whole puzzle, IMHO. >> > > > I did a beamer presentation in org-mode last mon

[Orgmode] Re: LaTeX export bugs?

2009-07-03 Thread Sébastien Vauban
Hi Carsten, Carsten Dominik wrote: > Sébastien Vauban wrote: >> >> - If you have a level 3 item under a level 1 item, the level 3 doesn't get >>exported to LaTeX. I know this is not a normal situation, but it happens >>when restructuring some text, and you loose it in the exported view..

Re: [Orgmode] Re: LaTeX export bugs?

2009-07-02 Thread Carsten Dominik
On Jul 2, 2009, at 10:40 PM, Sébastien Vauban wrote: Hi Carsten, Carsten Dominik wrote: Sébastien Vauban wrote: Other things I've noticed: - Even with version 6.28, the `#+TBLNAME' tag must be located in column 0 (at least, for the highlighting features to work) Fixed, thanks. Euh, n

[Orgmode] Re: LaTeX export bugs?

2009-07-02 Thread Sébastien Vauban
Hi Carsten, Carsten Dominik wrote: > Sébastien Vauban wrote: >> Other things I've noticed: >> >> - Even with version 6.28, the `#+TBLNAME' tag must be located in column 0 >> (at least, for the highlighting features to work) > > Fixed, thanks. Euh, no, *I* am supposed to answer: "Fixed, thanks", a

Re: [Orgmode] Re: LaTeX export bugs?

2009-07-02 Thread Carsten Dominik
On Jul 1, 2009, at 10:21 PM, Sébastien Vauban wrote: Other things I've noticed: - Even with version 6.28, the `#+TBLNAME' tag must be located in column 0 (at least, for the highlighting features to work) Fixed, thanks. - Remote references to other tables are great, but they only work w

[Orgmode] Re: LaTeX export bugs?

2009-07-01 Thread Sébastien Vauban
Hi all, > To make things clear, I love Org-mode (yes, I voted) and its LaTeX export. > More than you can imagine: I now look for avoiding writing any LaTeX document, > and have the export do all the work for me... > > BTW, any solution for exporting to a Beamer presentation? I'd be very very > ve

[Orgmode] Re: LaTeX Export

2009-02-12 Thread Rasmus Pank Roulund
Carsten Dominik writes: > Some time ago I added a new matcher "$1" for single > charactersbetween dollars like in this case. People who > havecustomized this option unfortunately do not get to see it. That was probably the problem. It works a lot better now! Thanks. > That said, Giovanni's pr

[Orgmode] Re: LaTeX Export

2009-02-11 Thread Carsten Dominik
On Feb 11, 2009, at 4:56 PM, Bernt Hansen wrote: Carsten Dominik writes: M-x customize-variable RET org-format-latex-options RET and then clicking on "Erase customizations", then "Set for current session", then "Save for future sessions". On my version of Emacs GNU Emacs 22.2.1 (i486-pc-

[Orgmode] Re: LaTeX Export

2009-02-11 Thread Bernt Hansen
Carsten Dominik writes: > M-x customize-variable RET org-format-latex-options RET > > and then clicking on "Erase customizations", then > "Set for current session", then "Save for future sessions". On my version of Emacs GNU Emacs 22.2.1 (i486-pc-linux-gnu, X toolkit, Xaw3d scroll bars) of 2008

Re: [Orgmode] Re: LaTeX Export

2009-02-11 Thread Carsten Dominik
On Feb 10, 2009, at 9:46 PM, Rasmus Pank Roulund wrote: Hello, Sorry for the late reply. This is regarind a bug in LaTeX export. The trouble seems to happen when autofill is used. It might be caused by something else. I am not sure. The thing is that Org sometimes misintpretate $ as the currenc

Re: [Orgmode] Re: LaTeX Export "$"s

2009-02-11 Thread Giovanni Ridolfi
--- Mar 10/2/09, Rasmus Pank Roulund ha scritto: > Sorry for the late reply. This is regarind a bug in LaTeX > export. > The trouble seems to happen when autofill is used. It > might be caused by something else. I am not sure. The thing > is > that Org sometimes misintpretate $ as the currency sym

[Orgmode] Re: Latex export error in tables

2009-02-10 Thread Flávio de Souza
Manish writes: > On Mon, Feb 9, 2009 at 6:10 PM, Flávio wrote: > [snip (44 lines)] >> >> This is not a utf-8 encoding problem. When I generate a tex file with org, I >> change manually from \usepackage[utf8]{inputenc} to >> \usepackage[latin1]{inputenc}. All characters are recognized without any

[Orgmode] Re: LaTeX Export

2009-02-10 Thread Rasmus Pank Roulund
Hello, Sorry for the late reply. This is regarind a bug in LaTeX export. The trouble seems to happen when autofill is used. It might be caused by something else. I am not sure. The thing is that Org sometimes misintpretate $ as the currency symbolar rather than "math" as in LaTeX-lingu. IMO the use

Re: [Orgmode] Re: Latex export error in tables

2009-02-09 Thread Manish
On Mon, Feb 9, 2009 at 6:10 PM, Flávio wrote: [snip (44 lines)] > > This is not a utf-8 encoding problem. When I generate a tex file with org, I > change manually from \usepackage[utf8]{inputenc} to > \usepackage[latin1]{inputenc}. All characters are recognized without any > problems. I tested it b

R: [Orgmode] Re: Latex export error in tables

2009-02-09 Thread Giovanni Ridolfi
--- Lun 9/2/09, Flávio ha scritto: [...] snip > 3) One minor problem is that the character > "&" at "Comis. & Start up" > should be > genrated as "\&". However this is a minor > problem and I just dont use this > character anymore. Flavio, you can "LaTeX-escape" the &: Comis. \(\&\) Start up I

[Orgmode] Re: Latex export error in tables

2009-02-09 Thread Flávio
Manish gmail.com> writes: > > 2009/2/8 Flávio de Souza > [...] > > > > I tried with smaller files (only one dynamic block) but the problem > > seems to disappear. I made some other attempts, but all useless. So I > > think is something related with all those blocks I am using in this > > particu

[Orgmode] Re: Latex export error in tables

2009-02-08 Thread Manish
2009/2/8 Flávio de Souza [...] > > I tried with smaller files (only one dynamic block) but the problem > seems to disappear. I made some other attempts, but all useless. So I > think is something related with all those blocks I am using in this > particular org file. Did those other files contain

[Orgmode] Re: Latex export, unnumbered sections

2009-01-26 Thread Bernt Hansen
Nicolas Goaziou writes: > I'm running into some kind of problem with my "export as latex and > process as pdf" setup. I would like to have all my headings numbered > but a few ones. Sadly, I don't know about any mean to specify > individually what header should be exported as starred or not. > >

Re: [Orgmode] Re: LaTeX Export

2009-01-08 Thread Carsten Dominik
Hi Rasmus, please keep testing! I have fixed the issues you mentioned in you mail - I am sure there will be more. Parsing TeX is hard, parsing pseudo-TeX like in Org-mode is even harder. Note that this will never be perfect. In particular, $-parsing is a bitch. You can elagantly cheat out by

[Orgmode] Re: LaTeX Export

2009-01-08 Thread Rasmus Pank Roulund
> I have tried to fix the issues with dollars, please download the > latest GIT version and check if your stuff is now converted better. I have gotten the newest git version from today. I have Org v6.17trans. There is still something funny with $-signs. Here are a couple of examples: -- LaTe

Re: [Orgmode] Re: LaTeX Export

2009-01-06 Thread Carsten Dominik
Hi Rasmus, I have tried to fix the issues with dollars, please download the latest GIT version and check if your stuff is now converted better. I have not yet looked at the issues with the timestamps. - Carsten On Jan 5, 2009, at 5:10 PM, Rasmus Pank Roulund wrote: First of all, org 3.1

[Orgmode] Re: LaTeX Export

2009-01-05 Thread Rasmus Pank Roulund
> First of all, org 3.16c is very old indeed so *maybe* this works > better in a more recent version? Sorry, it is 6.16c :-) (Thanks Matthew!) I believe it is the version bundled with the latest Emacsw32 from ourcomments.org. I am using a Emacsw32 from December 2008. Since I use win32 I am not abl

[Orgmode] Re: Latex Export

2008-12-22 Thread Flávio de Souza
It is working now. I had only (require 'org) instead of (require 'org-install). Thanks Carsten! Carsten Dominik writes: > Do you have > > (require 'org-install) > > in your .emacs file, as the installation instructions > spell out? > > - Carsten >