Re: [O] [suggest] We should import latex template system

2013-06-13 Thread Viktor Rosenfeld
Hi Marcin, Marcin Borkowski wrote: > Dnia 2013-06-12, o godz. 08:46:43 > Viktor Rosenfeld napisał(a): > > > I would also like to have a template mechanism for my LaTeX exports. > > However, I think the way to do it in LaTeX is to write custom *.sty > > files which can then be included using #+L

[O] Feature request: Tags exported as drop down filters in HTML export

2013-06-13 Thread Hagino
Hi - feature request please I would like tags (and the new group tags) to be rendered as a drop down menu on HTML export, to allow different versions of the same website to be filtered and viewed. I can mimic this by exporting different versions of the website and creating a drop down menu to

Re: [O] List of Figures not being generated in 8.0.3?

2013-06-13 Thread Luke Crook
Thanks for highlighting this. Being able to skip the #+NAME tag in this situation makes it quite straightforward.

Re: [O] [PATCH] Override the default class name with a new one.

2013-06-13 Thread Feng Shu
Feng Shu writes: > #+LATEX_CLASS: article > > %%output: > > \documentclass[11pt]{article} > > ... > > -- > > #+LATEX_CLASS: article > #+LATEX_CLASS_NAME: ctexart > > %%output: > > \documentclass[11pt]{ctexart} Hi: If possible, please merge this patch to maste

Re: [O] [suggest] We should import latex template system

2013-06-13 Thread Marcin Borkowski
Dnia 2013-06-12, o godz. 08:46:43 Viktor Rosenfeld napisał(a): > I would also like to have a template mechanism for my LaTeX exports. > However, I think the way to do it in LaTeX is to write custom *.sty > files which can then be included using #+LATEX_HEADER: > \usepackage{...} for individual ex

Re: [O] Agenda printing: org-agenda-write doesn't use ps-paper-type

2013-06-13 Thread Nick Dokos
Myles English writes: > Eric, > > Eric S Fraga writes: > >> Myles English writes: >> >>> Thanks for checking it. Yes, I had to change this line in >>> org-agenda.el: >>> >>> - (call-process "ps2pdf" nil nil nil >>> + (call-process "ps2pdf" nil nil nil "-sPAPERSIZE=a4" >> >> If you use a4 sized

Re: [O] Relation between todo-mode.el and Org-mode?

2013-06-13 Thread Stephen Berman
On Wed, 12 Jun 2013 20:01:14 +0200 Thorsten Jolitz wrote: > on the 'emacs-devel' mailing list I saw the announcement of a new > version of `todo-mode.el', which I found a bit surprising - I would not > have expected that something else as Org-mode is used nowadays to manage > todo lists with Emac

Re: [O] empty LaTeX export template

2013-06-13 Thread Andreas Leha
Hi Rasmus, >> Thanks a lot. I'll use this approach. That change to the latex header >> I paste from the template into my org file is small enough to be >> acceptable. > > Speaking of which, did you consider just exporting the body without > header-info? Then you could prepare a minimal .tex fil

Re: [O] Agenda printing: org-agenda-write doesn't use ps-paper-type

2013-06-13 Thread Myles English
Eric, Eric S Fraga writes: > Myles English writes: > >> Thanks for checking it. Yes, I had to change this line in >> org-agenda.el: >> >> - (call-process "ps2pdf" nil nil nil >> + (call-process "ps2pdf" nil nil nil "-sPAPERSIZE=a4" > > If you use a4 sized paper all (or most of) the time, you c

Re: [O] Agenda printing: org-agenda-write doesn't use ps-paper-type

2013-06-13 Thread Myles English
Christian Egli writes: > Myles English writes: > >> Thanks for checking it. Yes, I had to change this line in >> org-agenda.el: >> >> - (call-process "ps2pdf" nil nil nil >> + (call-process "ps2pdf" nil nil nil "-sPAPERSIZE=a4" >> >> I wonder if we need to allow a set of options to be passed to

Re: [O] Bug in export orgtbl / LaTeX

2013-06-13 Thread AW
Am Donnerstag, 13. Juni 2013, 13:29:01 schrieb Nick Nick Dokos: > AW writes: > > Push?! > > With infinite force? But you are probably pushing against an immovable > wall :-) > > >> Hi! > >> > >> If I try to use orgtbl-mode in this file and export the orgtbl block > >> inside > >> the co

Re: [O] empty LaTeX export template

2013-06-13 Thread Rasmus
Andreas, > Thanks a lot. I'll use this approach. That change to the latex header > I paste from the template into my org file is small enough to be > acceptable. Speaking of which, did you consider just exporting the body without header-info? Then you could prepare a minimal .tex file and inp

Re: [O] org-8.0.3+Xemacs 21.5.32: still problems

2013-06-13 Thread Rasmus
Uwe Brauer writes: > Here is a minimal example, which works in 7.8.03 but not in 8.0.3 > > - use gnus-summary-post-news, > > - I type some latex formula \(\int f=0\) > > - I execute org-preview-latex-fragment and voila the png are > displayed, Works for me. . . Org-mode ve

Re: [O] org-exp

2013-06-13 Thread Achim Gratz
Uwe Brauer writes: >>> - 7.8.X had a file called org-exp.el. This file is now gone. What is >>> it substitute??? > >> What functionality is it you need from that file? > > I checked: this is the *essential* file to use > org-preview-latex-fragment in a > matlab-mode buffer or in a gn

Re: [O] org-exp

2013-06-13 Thread Nick Dokos
Uwe Brauer writes: >>> "Eric" == Eric S Fraga writes: > >> Uwe Brauer writes: >>> Hello >>> >>> Thanks to Achim's change in org-compat, I could compile and load the new >>> orgmode, without the complain about the obsolete function stuff. >>> >>> However there are s

Re: [O] Bug in export orgtbl / LaTeX

2013-06-13 Thread Nick Dokos
AW writes: > Push?! With infinite force? But you are probably pushing against an immovable wall :-) >> Hi! >> >> If I try to use orgtbl-mode in this file and export the orgtbl block inside >> the comment environment to the RECEIVE ORGTBL area, the LaTeX-file will not >> compile, becaus

Re: [O] Bug in export orgtbl / LaTeX

2013-06-13 Thread AW
Push?! > Hi! > > If I try to use orgtbl-mode in this file and export the orgtbl block inside > the comment environment to the RECEIVE ORGTBL area, the LaTeX-file will not > compile, because the numbering in the org-table is exported as > > \begin{enumerate} > \item installment > \end{enum

[O] org-exp (was: org-8.0.3+Xemacs 21.5.32: still problems)

2013-06-13 Thread Uwe Brauer
>> "Eric" == Eric S Fraga writes: > Uwe Brauer writes: >> Hello >> >> Thanks to Achim's change in org-compat, I could compile and load the new >> orgmode, without the complain about the obsolete function stuff. >> >> However there are still serious problems: >> >> -

Re: [O] org-8.0.3+Xemacs 21.5.32: still problems

2013-06-13 Thread Uwe Brauer
>> "Eric" == Eric S Fraga writes: > Uwe Brauer writes: >> Hello >> >> Thanks to Achim's change in org-compat, I could compile and load the new >> orgmode, without the complain about the obsolete function stuff. >> >> However there are still serious problems: >> >> -

Re: [O] Multicolumn figures with the new exporter

2013-06-13 Thread Eric S Fraga
Christopher Witte writes: > Hi all, > > I can't get the multicolumn option to attr_latex to work with the new > exporter (to generate a figure* environment). Any one know how to do this? What have you actually tried? I believe something like #+attr_latex: :float multicolumn should work. If

Re: [O] org-8.0.3+Xemacs 21.5.32: still problems

2013-06-13 Thread Eric S Fraga
Uwe Brauer writes: > Hello > > Thanks to Achim's change in org-compat, I could compile and load the new > orgmode, without the complain about the obsolete function stuff. > > However there are still serious problems: > > - 7.8.X had a file called org-exp.el. This file is now gone. What is >

Re: [O] empty LaTeX export template

2013-06-13 Thread Andreas Leha
Hi Eric and Rasmus, Rasmus writes: > Eric S Fraga writes: > >> Andreas Leha writes: >> >>> [...] >>> To use this I do: >>> #+OPTIONS: toc:nil author:nil skip:nil >>> #+LATEX_CLASS: bare >>> #+LATEX_HEADER: % everything from the template >>> >>> One problem remains, though: orgmode keeps messi

Re: [O] Bug: Exporter omits inline code blocks [8.0.3 (release_8.0.3-238-g172061 @ /home/horn/Repos/el/org-mode/lisp/)]

2013-06-13 Thread Eric Schulte
Tassilo Horn writes: > Nicolas Goaziou writes: > >> There's no bug. Babel simply removes all inline source blocks when >> executing source blocks. Hence, they cannot be parsed (and therefore >> exported). >> >> This function is just a placeholder for now. > > Aha. I've used source blocks only f

Re: [O] Bug: Babel Haskell mode [8.0.3 (8.0.3-30-g56b864-elpa @ /Users/ix/.emacs.d/elpa/org-20130610/)]

2013-06-13 Thread Eric Schulte
Simon Beaumont writes: > Hi Eric, > > Thanks for investigating this. > > You got it! The blooming prompt! As you say the comint parser expects > "Prelude>" and I have customised my prompt in .ghci (also this > wouldn't work with module loads like :m +Mymodule.Foo as this changes > the ghci prompt

Re: [O] Multicolumn figures with the new exporter

2013-06-13 Thread Rasmus
Christopher Witte writes: > I can't get the multicolumn option to attr_latex to work with the new > exporter (to generate a figure* environment). Any one know how to do > this? Please refer to the manual, 12.7.4 LaTeX specific attributes: http://orgmode.org/org.html#LaTeX-specific-attributes

Re: [O] Org-mode and Taskjuggler

2013-06-13 Thread Christian Egli
John Hendy writes: > I'll try to get some further setup instructions up as well as porting > Taskjuggler's tutorial file and default report over to the tj3 page > within the next week or so. Man, you're my hero. I thought I'd have to do this myself :-) Thanks Christian -- Christian Egli Swiss

[O] Multicolumn figures with the new exporter

2013-06-13 Thread Christopher Witte
Hi all, I can't get the multicolumn option to attr_latex to work with the new exporter (to generate a figure* environment). Any one know how to do this? Thanks, Chris.

Re: [O] org-babel, gnuplot and buffer-wide header arguments

2013-06-13 Thread Carlos Russo
My life is suddenly much easier :-) Thanks! On 2013-06-13 05:45:07 +, Eric Schulte said: Carlos Russo writes: Hi it seems that org-babel-gnuplot only recognizes a few header arguments. I would like to set the following on top of the buffer: #+PROPERTY: term pdfcairo enhanced mono size

Re: [O] List of Figures not being generated in 8.0.3?

2013-06-13 Thread Rasmus
Nick Dokos writes: > It used to be that the naming was mandatory: the intervening #+caption > line would cause babel to produce a new results block. ISTR that Nicolas > fixed it so that the naming is no longer necessary and babel will DTRT - > IOW, the following will work: > > , > | #+begin_s

Re: [O] empty LaTeX export template

2013-06-13 Thread Rasmus
Eric S Fraga writes: > Andreas Leha writes: > >> [...] >> To use this I do: >> #+OPTIONS: toc:nil author:nil skip:nil >> #+LATEX_CLASS: bare >> #+LATEX_HEADER: % everything from the template >> >> One problem remains, though: orgmode keeps messing with the title. >> [...] >> So, my follow-up qu

Re: [O] Agenda printing: org-agenda-write doesn't use ps-paper-type

2013-06-13 Thread Rainer Stengele
Am 13.06.2013 10:11, schrieb Christian Egli: > Myles English writes: > >> Thanks for checking it. Yes, I had to change this line in >> org-agenda.el: >> >> - (call-process "ps2pdf" nil nil nil >> + (call-process "ps2pdf" nil nil nil "-sPAPERSIZE=a4" >> >> I wonder if we need to allow a set of op

Re: [O] Org-mode and Taskjuggler

2013-06-13 Thread John Hendy
On Wed, Jun 12, 2013 at 11:38 PM, Louis Turk wrote: > Hi Christian and others that are helping me, > > Many thanks! I've run into more problems, but I'm encouraged that with > your help I'll soon have Taskjuggler enabled. > > On 06/11/2013 04:46 PM, Christian Egli wrote: >> Hi Louis >> >> Louis

[O] org-8.0.3+Xemacs 21.5.32: still problems

2013-06-13 Thread Uwe Brauer
Hello Thanks to Achim's change in org-compat, I could compile and load the new orgmode, without the complain about the obsolete function stuff. However there are still serious problems: - 7.8.X had a file called org-exp.el. This file is now gone. What is it substitute??? - when

Re: [O] Bug: [bisected] font locking breaks by saying "#+SETUPFILE" [8.0.3 (release_8.0.3-165-g60ca9e @ /home/youngfrog/sources/org-mode/lisp/)]

2013-06-13 Thread Nicolas Richard
Hi all, First I mention that I forgot to say this was reproducible from -Q. Nicolas Richard writes: > I've had such a line in one of my org file for one year now, and it used > to work fine, but I have to catch my train right now so can't debug > further atm. Maybe this rings a bell already ? A

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 instead of an office product. > > I'm with y

Re: [O] Bug: Exporter omits inline code blocks [8.0.3 (release_8.0.3-238-g172061 @ /home/horn/Repos/el/org-mode/lisp/)]

2013-06-13 Thread Tassilo Horn
Nicolas Goaziou writes: > There's no bug. Babel simply removes all inline source blocks when > executing source blocks. Hence, they cannot be parsed (and therefore > exported). > > This function is just a placeholder for now. Aha. I've used source blocks only for the markup especially when expo

Re: [O] empty LaTeX export template

2013-06-13 Thread Eric S Fraga
Andreas Leha writes: > [...] > To use this I do: > #+OPTIONS: toc:nil author:nil skip:nil > #+LATEX_CLASS: bare > #+LATEX_HEADER: % everything from the template > > One problem remains, though: orgmode keeps messing with the title. > [...] > So, my follow-up question is: How can I get orgmode t

Re: [O] export to odt

2013-06-13 Thread Eric S Fraga
Manfred Lotz writes: [...] > Aah, ok. Now I see what your are after. > > GO to menu entry File/Properties and then you click tab Description. > There you can edit Title. Indeed! Thanks. > It seems that you can edit author via menu Tools/Options. Then > choose LibreOffice/User Data and edit

Re: [O] List of Figures not being generated in 8.0.3?

2013-06-13 Thread Eric S Fraga
Nick Dokos writes: > Eric S Fraga writes: > >> Luke Crook writes: >> >>> I just noticed that the List of Figures is not being generated in 8.0.3. >>> >>> I have a figure with; >>> >>> #+LATEX: \listoffigures >>> >>> #+ATTR_LaTeX: width=5.5cm >> >> Maybe try with >> >> #+attr_latex: :width 5.5cm

Re: [O] Agenda printing: org-agenda-write doesn't use ps-paper-type

2013-06-13 Thread Eric S Fraga
Myles English writes: [...] > Thanks for checking it. Yes, I had to change this line in > org-agenda.el: > > - (call-process "ps2pdf" nil nil nil > + (call-process "ps2pdf" nil nil nil "-sPAPERSIZE=a4" If you use a4 sized paper all (or most of) the time, you can set this in /etc/papersize on L

Re: [O] Bug: Babel Haskell mode [8.0.3 (8.0.3-30-g56b864-elpa @ /Users/ix/.emacs.d/elpa/org-20130610/)]

2013-06-13 Thread Simon Beaumont
Hi Eric, Thanks for investigating this. You got it! The blooming prompt! As you say the comint parser expects "Prelude>" and I have customised my prompt in .ghci (also this wouldn't work with module loads like :m +Mymodule.Foo as this changes the ghci prompt). BTW if I use a unicode sequence

Re: [O] Bug: Exporter omits inline code blocks [8.0.3 (release_8.0.3-238-g172061 @ /home/horn/Repos/el/org-mode/lisp/)]

2013-06-13 Thread Nicolas Goaziou
Hello, Tassilo Horn writes: > lately, I've used ox-reveal.el to create a presentation. Thereby, I > found out that inline source code blocks are ignored, i.e., the text is > simply not there in the HTML5 output. > > Here's a test heading: > > * Test Heading > > - Here's some inline code: src_

Re: [O] Agenda printing: org-agenda-write doesn't use ps-paper-type

2013-06-13 Thread Christian Egli
Myles English writes: > Thanks for checking it. Yes, I had to change this line in > org-agenda.el: > > - (call-process "ps2pdf" nil nil nil > + (call-process "ps2pdf" nil nil nil "-sPAPERSIZE=a4" > > I wonder if we need to allow a set of options to be passed to ps2pdf as > we do for ps? Where d

Re: [O] BUG - Problem in tangle-mode

2013-06-13 Thread Rainer M Krug
Eric Schulte writes: >> >> Hi >> >> it seems that I have no luck at the moment. >> >> Now the post tangle hook does not seem to be called. >> > > It is called, however the shell script you are trying to execute is not > executing because it is not set as executable. The permissions of > tangled