Re: [O] Different set of packages for LaTeX export

2015-10-02 Thread Manfred Lotz
Hi Fabrice, Hope you are well. Last time I saw you was in Pont-à-Mousson in 2005. On Fri, 2 Oct 2015 06:50:03 +0200 Fabrice Popineau wrote: > 2015-10-02 5:30 GMT+02:00 Manfred Lotz : > > > On Thu, 01 Oct 2015 21:21:42 +0200 > > Rasmus wrote: > > > > > Hi

Re: [O] Different set of packages for LaTeX export

2015-10-01 Thread Manfred Lotz
On Thu, 01 Oct 2015 21:21:42 +0200 Rasmus wrote: > Hi Manfred, > > Manfred Lotz writes: > > > When creating slides, i.e using beamer I get an option clash > > during compiling the tex file because beamer did already load > > hyperref. > > > > H

[O] Different set of packages for LaTeX export

2015-10-01 Thread Manfred Lotz
Hi all, I have configured LaTeX export for using xelatex. For this I have defined a list of packages in org-latex-default-packages-alist. One of those packages is hyperref with certain options. When creating a normal document, e.g. using class article that works fine. When creating slides, i.e us

[O] line width in html export

2014-12-14 Thread Manfred Lotz
Hi there, When exporting to html text lines get as long as the browser window is wide which could look pretty ugly. If I add something like this into the exported html file body { color: #888; font: 300 16px/22px "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; } then the line w

Re: [O] beamer and changing font size for example environment

2014-10-13 Thread Manfred Lotz
On Mon, 13 Oct 2014 08:50:09 +0100 Eric S Fraga wrote: > On Saturday, 11 Oct 2014 at 10:42, Manfred Lotz wrote: > > Maybe a stupid question. > > > > How could I change font size (in my case to smaller) for an example > > environment in org-mode? Needed in export t

[O] beamer and changing font size for example environment

2014-10-11 Thread Manfred Lotz
Maybe a stupid question. How could I change font size (in my case to smaller) for an example environment in org-mode? Needed in export to Beamer pdf. -- Thanks, Manfred

[O] Syntaxhighlighing in headers

2014-09-11 Thread Manfred Lotz
Hi there, If have something like this * Information (Local) because of the parenthesis the line will not be highlighted. Is there a customization knob to get ( and ) added to the list of valid characters? -- Thanks, Manfred

Re: [O] export to man page problem

2014-09-07 Thread Manfred Lotz
On Sun, 07 Sep 2014 10:14:59 +0200 Nicolas Goaziou wrote: > Manfred Lotz writes: > > > Take this > > > > <--snip> > > #+TITLE: mycmd > > * NAME > > mycmd - does very important things > > * SYNOPSIS > > mycm

Re: [O] export to man page problem

2014-09-07 Thread Manfred Lotz
Hi Nicolas, Thanks for answering. On Sun, 07 Sep 2014 09:12:21 +0200 Nicolas Goaziou wrote: > Hello, > > Manfred Lotz writes: > > > When exporting to a man page an underscore will be translated to > > nothing. > > > > Any idea what I could do? >

[O] export to man page problem

2014-09-06 Thread Manfred Lotz
Hi there, When exporting to a man page an underscore will be translated to nothing. Any idea what I could do? -- Manfred

Re: [O] How to get results into export?

2014-07-25 Thread Manfred Lotz
On Fri, 25 Jul 2014 11:11:23 +0200 Manfred Lotz wrote: > On Fri, 25 Jul 2014 10:03:14 +0200 > Thorsten Jolitz wrote: > > > Manfred Lotz writes: > > > > > I have this minimal example using minted: > > > > > > #+TITLE: Minimal exa

Re: [O] How to get results into export?

2014-07-25 Thread Manfred Lotz
On Fri, 25 Jul 2014 10:03:14 +0200 Thorsten Jolitz wrote: > Manfred Lotz writes: > > > I have this minimal example using minted: > > > > #+TITLE: Minimal example > > #+LaTeX_HEADER: \usemintedstyle{emacs} > > * Example > > - some code > > #+B

[O] How to get results into export?

2014-07-24 Thread Manfred Lotz
I have this minimal example using minted: #+TITLE: Minimal example #+LaTeX_HEADER: \usemintedstyle{emacs} * Example - some code #+BEGIN_SRC sh :results values code echo # of items echo \# of items echo "# of items" #+END_SRC #+RESULTS: #+BEGIN_SRC sh # of items # of items #+

Re: [O] minted question

2014-07-24 Thread Manfred Lotz
Hi Tom, On Mon, 21 Jul 2014 10:48:14 -1000 t...@tsdye.com (Thomas S. Dye) wrote: > Hi Manfred, > > Manfred Lotz writes: > > > Hi Tom, > > > > On Mon, 21 Jul 2014 09:53:41 -1000 > > t...@tsdye.com (Thomas S. Dye) wrote: > > > >> Aloha Manfr

Re: [O] minted question

2014-07-21 Thread Manfred Lotz
Hi Thomas, On Mon, 21 Jul 2014 10:48:14 -1000 t...@tsdye.com (Thomas S. Dye) wrote: > Hi Manfred, > > Manfred Lotz writes: > > > Hi Tom, > > > > On Mon, 21 Jul 2014 09:53:41 -1000 > > t...@tsdye.com (Thomas S. Dye) wrote: > > > >> Aloha Manfr

Re: [O] minted question

2014-07-21 Thread Manfred Lotz
Hi Tom, On Mon, 21 Jul 2014 09:53:41 -1000 t...@tsdye.com (Thomas S. Dye) wrote: > Aloha Manfred, > > You should be able to use attr_latex (untested). > > Manfred Lotz writes: > > #+ATTR_LATEX: :options linenos=true frame=single > > #+BEGIN_SRC perl > >

[O] minted question

2014-07-21 Thread Manfred Lotz
: #+TITLE: My slides #+AUTHOR: Manfred Lotz #+EMAIL: manfred.l...@yahoo.de #+DATE: 2014-07-21 #+LaTeX_CLASS_options: [bigger, allowframebreaks] #+LaTeX_HEADER: \usepackage{minted} #+LaTeX_HEADER: \usemintedstyle{emacs} #+OPTIONS: H:2 toc:t num:t #+TOC: headlines [currentsection] #+startup: beamer

Re: [O] #+TEXT: disappeared

2013-12-22 Thread Manfred Lotz
Hi Bastien, On Mon, 23 Dec 2013 00:05:39 +0100 Bastien wrote: > Hi Manfred, > > Manfred Lotz writes: > > > Yes, this works. I simply didn't know about #+BEGIN_ABSTACT aso. > > I guess this is a quite common need for the LaTeX exporter, > so I explicitely us

Re: [O] #+TEXT: disappeared

2013-12-22 Thread Manfred Lotz
On Thu, 19 Dec 2013 21:42:47 +0100 Nicolas Goaziou wrote: > Hello, > > Manfred Lotz writes: > > > Actually I want to have an abstract between title/author and the > > first chapter. > > Isn't the following sufficient? > > #+title: My title

Re: [O] #+TEXT: disappeared

2013-12-19 Thread Manfred Lotz
On Wed, 18 Dec 2013 08:40:31 -1000 t...@tsdye.com (Thomas S. Dye) wrote: > Manfred Lotz writes: > > > On Tue, 17 Dec 2013 15:53:25 +0100 > > "Sebastien Vauban" > > wrote: > > > >> Manfred Lotz wrote: > >> > I just found that #+T

Re: [O] #+TEXT: disappeared

2013-12-19 Thread Manfred Lotz
On Wed, 18 Dec 2013 19:39:39 +0100 Nicolas Goaziou wrote: > Hello, > > Manfred Lotz writes: > > > On Tue, 17 Dec 2013 15:53:25 +0100 > > "Sebastien Vauban" > > wrote: > > > >> Manfred Lotz wrote: > >> > I just found th

Re: [O] #+TEXT: disappeared

2013-12-18 Thread Manfred Lotz
On Tue, 17 Dec 2013 15:53:25 +0100 "Sebastien Vauban" wrote: > Manfred Lotz wrote: > > I just found that #+TEXT: from pre 8 org-mode has disappeared. > > > > Does anybody know how this is done with org-mode 8? > > IIUC, it became `#+ascii:'. > &g

[O] #+TEXT: disappeared

2013-12-17 Thread Manfred Lotz
Hi there, I just found that #+TEXT: from pre 8 org-mode has disappeared. Does anybody know how this is done with org-mode 8? -- Thanks, Manfred

Re: [O] export question

2013-09-02 Thread Manfred Lotz
On Sun, 1 Sep 2013 20:50:07 +0200 Suvayu Ali wrote: > On Sun, Sep 01, 2013 at 06:49:01PM +0200, Manfred Lotz wrote: > > > > Now I want to export the file to an ascii buffer/file where show the > > content as a table. I want to omit certain p lines. > > > >

[O] export question

2013-09-01 Thread Manfred Lotz
Hi all, I have an org file which looks like this: * My list ** item1 - p1 :: something - p2 :: 23232 ... - p14 :: bla ** item2 - p1 :: another valu - p2 :: 21 ... - p14 :: more bla ... ** itemn - p1 :: hm - p2 :: 3842 ... - p14 :: more more bla ... in the p l

Re: [O] export to odt

2013-06-14 Thread Manfred Lotz
On Fri, 14 Jun 2013 09:07:26 +0200 Christian Moe wrote: > > Manfred Lotz writes: > > > On Thu, 13 Jun 2013 08:37:55 +0100 > > Eric S Fraga wrote: > > > >> Manfred Lotz writes: > >> > >> [...] > >> > >> > >> &

Re: [O] export to odt

2013-06-13 Thread Manfred Lotz
On Thu, 13 Jun 2013 08:37:55 +0100 Eric S Fraga wrote: > Manfred Lotz writes: > > [...] > > > > This is really weird or it is because just my knowledge about > > Libreoffice is limited. At least, I'm happy to be able to use LaTeX > > in most cases inste

Re: [O] export to odt

2013-06-12 Thread Manfred Lotz
On Wed, 12 Jun 2013 08:33:55 +0100 Eric S Fraga wrote: > Manfred Lotz writes: > > > On Tue, 11 Jun 2013 11:33:56 +0100 > > Eric S Fraga wrote: > > [...] > > >> 2. The title and author fields in the exported document are > >> protected in s

Re: [O] export to odt

2013-06-11 Thread Manfred Lotz
Hi Eric, On Tue, 11 Jun 2013 11:33:56 +0100 Eric S Fraga wrote: > Manfred Lotz writes: > > [...] > > > The following worked fine: I loaded the exported odt document, > > changed the Heading 1 style to do a page break before the heading > > and saved the templa

Re: [O] export to odt

2013-06-11 Thread Manfred Lotz
On Tue, 11 Jun 2013 11:33:56 +0100 Eric S Fraga wrote: > Manfred Lotz writes: > > [...] > > > The following worked fine: I loaded the exported odt document, > > changed the Heading 1 style to do a page break before the heading > > and saved the template as my.o

Re: [O] export to odt

2013-06-10 Thread Manfred Lotz
Hi Christian, Thanks for your reply. You pointed me in the right direction. On Fri, 07 Jun 2013 22:35:03 +0200 Christian Moe wrote: > > Hi, > > Manfred Lotz writes: > > My question: Is there an easy way to configure the odt export to do > > a page break before switc

[O] export to odt

2013-06-07 Thread Manfred Lotz
Hi there, I have an org file which I export to LaTeX. This works great. I even could add scrbook as a valid class to use for export. So this is really wow. However, one day I have to give the documentation to others which means I will export to odt. Export to odt works ok. For people who don't kno

Re: [O] Tbl: precision for cells

2013-05-18 Thread Manfred Lotz
On Sat, 18 May 2013 17:07:36 +0200 Suvayu Ali wrote: > On Fri, May 17, 2013 at 10:18:08PM +0200, Manfred Lotz wrote: > > [...chomp...chomp...chomp...] > > > As the numeric fields are currency fields could I specify somehow > > for the whole table that there are exac

[O] Tbl: precision for cells

2013-05-17 Thread Manfred Lotz
I have a table like this | Item |F1 | F2 | F3 | |--++--+--| | w| 579.12 | 110.0328 | 689.1528 | | x| 28.8 |5.472 | 34.272 | | y| 13

Re: [O] How could I configure an export directory?

2013-04-29 Thread Manfred Lotz
On Thu, 25 Apr 2013 11:53:16 -0500 John Hendy wrote: > On Thu, Apr 25, 2013 at 10:51 AM, Manfred Lotz > wrote: > > Hi there, > > When I export to pdf (involving LaTeX), odt or whatever I would like > > all those files (including temporary files) to reside in a special

[O] How could I configure an export directory?

2013-04-25 Thread Manfred Lotz
Hi there, When I export to pdf (involving LaTeX), odt or whatever I would like all those files (including temporary files) to reside in a special directory, say ~/org/exportdir How can I configure this? -- Thanks, Manfred

Re: [O] odt export not working

2013-04-21 Thread Manfred Lotz
On Sun, 21 Apr 2013 22:29:10 +0800 Eric Abrahamsen wrote: > Manfred Lotz writes: > > > Hi there, > > Using org-mode 8.0-2-g77476c (fedora 18 system) exporting to odt > > doesn't work. zip program is available. When I do =C-c C-e= the > > *Org Export Dis

[O] odt export not working

2013-04-21 Thread Manfred Lotz
Hi there, Using org-mode 8.0-2-g77476c (fedora 18 system) exporting to odt doesn't work. zip program is available. When I do =C-c C-e= the *Org Export Dispatcher* buffer pops up but showing nothing related to odt. When now typing =o o= I get =Invalid Key=. Any idea what's going wrong. -- Thanks,