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}
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
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:
-
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
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
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
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
_
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
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
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
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)
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
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
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.
>>
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
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
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
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
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
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
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
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
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
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
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
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
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 "
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
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
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
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
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
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
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
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{
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
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
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-
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
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
> :
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
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
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
> >
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
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?
> >
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
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
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
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:
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
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
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
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
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
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
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
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
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),
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
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
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
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
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
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]
>>
>>
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
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
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.
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
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
Bastien writes:
> I can also reproduce this, I will fix it by sunday.
Excellent! Thank you!
Dan
--
___
/\ \
\_| Dan Griswold|
| dgris...@rochester.rr.com |
| __|_
\_/__
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
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
> `-
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{} |
|
=?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--
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
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..
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
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
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
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
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
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-
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
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
--- 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
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
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
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
--- 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
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
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
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.
>
>
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
> 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
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
> 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
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
>
97 matches
Mail list logo