Re: [O] Exporting to groff, now in org-export.el ...

2012-07-06 Thread Nicolas Goaziou
Hello, Luis Anaya writes: > 1. Automated caption support. I need to figure out how to get the > caption text (via CAPTION? via ATTR ? ). Right now generic ones are > added which they show up in the table of content. This is done through :caption property: (org-element-property :caption some-

Re: [O] latex (beamer) export and short title

2012-07-06 Thread Bastien
Hi Andreas, Andreas Leha writes: > Overriding org's setting of \title with > , > | #+TITLE: long title > | #+latex_header: \title[short title]{long title} > ` > does not work either, as org's setting gets into the tex later. There is no way to do this right now. >From what I've s

Re: [O] new LaTeX exporter hook

2012-07-06 Thread Bastien
Andreas Leha writes: > Hi Jambunathan and Nicolas, > > the new LaTeX exporter does not seem to "run" the org-export-latex-final-hook. Is there an equivalent? >>> >>> You are looking for `:filter-final-output' within >>> `org-export-filters-alist'. Would that be useful to let the filte

[O] [Accepted] fix typo in org.texi

2012-07-06 Thread Bastien Guerry
Patch 1352 (http://patchwork.newartisans.com/patch/1352/) is now "Accepted". Maintainer comment: none This relates to the following submission: http://mid.gmane.org/%3C4FDC8576.5000509%40jboecker.de%3E Here is the original message containing the patch: > Content-Type: text/plain; charset="utf-

Re: [O] latex (beamer) export and short title

2012-07-06 Thread Sebastien Vauban
Hi Bastien, Bastien wrote: > Andreas Leha writes: > >> Overriding org's setting of \title with >> , >> | #+TITLE: long title >> | #+latex_header: \title[short title]{long title} >> ` >> does not work either, as org's setting gets into the tex later. > > There is no way to do this ri

Re: [O] Org/LaTeX set-up for business letters?

2012-07-06 Thread Michael Strey
Hi Thorsten, On Fri, Jul 06, 2012 at 12:47:59AM +0200, Thorsten Jolitz wrote: > suvayu ali writes: ... > > [1] Off the top of the head I recall a package called `scrlttr'. > > Yes, part of KOMA (?), but thats rather low level if you have to design > your own letters - and who knows all that stuf

Re: [O] new LaTeX exporter hook

2012-07-06 Thread Nicolas Goaziou
Hello, Bastien writes: > Andreas Leha writes: > >> Hi Jambunathan and Nicolas, >> >> > the new LaTeX exporter does not seem to "run" the > org-export-latex-final-hook. Is there an equivalent? You are looking for `:filter-final-output' within `org-export-filters-alist'. >

Re: [O] latex (beamer) export and short title

2012-07-06 Thread Andreas Leha
Hi Bastien and Sebastien, thanks for taking this further! "Sebastien Vauban" writes: > Hi Bastien, > > Bastien wrote: >> Andreas Leha writes: >> >>> Overriding org's setting of \title with >>> , >>> | #+TITLE: long title >>> | #+latex_header: \title[short title]{long title} >>> `

Re: [O] [babel] export of table with inline source blocks

2012-07-06 Thread Andreas Leha
Hi Eric, Eric Schulte writes: > Andreas Leha writes: > >> Hi all, >> >> I am having problems with the export of a minimal org file: >> >> , >> | #+PROPERTY: session *R* >> | >> | * Test >> | >> | | dtrn | xgnd | >> | |--+---

Re: [O] [BUG] babel call lines broken

2012-07-06 Thread Andreas Leha
Bastien writes: > Eric Schulte writes: > >> For some reason I am >> currently unable to communicate with the Org-mode git server, so if >> anyone else is able to apply this patch please do. > > Done - thanks for the patch! Thanks for the patch and the check-in. I can confirm, that the issue is

Re: [O] latex (beamer) export and short title

2012-07-06 Thread Nicolas Goaziou
Hello, Andreas Leha writes: > I'd be a regular user of such functionality, especially for > presentations. But as the concept is useful in other (LaTeX-) > documents, a more general support for short titles might be appropriate, > I'd say. It is as simple as using a filter to remove the title

Re: [O] Org/LaTeX set-up for business letters?

2012-07-06 Thread Thorsten Jolitz
Michael Strey writes: Hi Michael, > On Fri, Jul 06, 2012 at 12:47:59AM +0200, Thorsten Jolitz wrote: >> suvayu ali writes: > ... >> > [1] Off the top of the head I recall a package called `scrlttr'. >> >> Yes, part of KOMA (?), but thats rather low level if you have to design >> your own lette

Re: [O] Macros [was: Re: ATTR_HTML for a clickable image, howto?]

2012-07-06 Thread Nicolas Goaziou
Hello, "Sebastien Vauban" writes: > Hi Nicolas, > > Nicolas Goaziou wrote: >> Bastien writes: >>> François Pinard writes: If macros are there to stay in Org, it might be worth documenting a more complete specification about how to define and use them. >>> >>> I'd welcome some impro

Re: [O] latex (beamer) export and short title

2012-07-06 Thread Bastien
Hi Sébastien, "Sebastien Vauban" writes: > I have the impression that it's as well for other LaTeX classes, such as > article, report and book. Can you send me a minimal .tex where \title[shorttitle]{title} works? With the package you need for that? It does not work on my machine. -- Bas

Re: [O] R and babel on Windows problem

2012-07-06 Thread John Hendy
On Mon, Jul 2, 2012 at 5:16 PM, John Hendy wrote: >> >> Anyway: >> - Visited ob-R.el in emacs >> - Found org-babel-R-evaluate-external-process >> - Put the cursor on the line =(defun org-babel-R-evaluate-external-process= >> - Did =M-x C-M-x= and the minibuffer echoed the name of the function >> -

Re: [O] Bug: Bug report about html export, wrong attachments [7.8.03]

2012-07-06 Thread Bastien
Uwe Brauer writes: > In any case here are the html files Nothing appears as an attachment. Why don't you just copy and paste the HTML code? -- Bastien

Re: [O] R and babel on Windows problem

2012-07-06 Thread Nick Dokos
John Hendy wrote: > Any updates on this? Could someone provide a minimal example I could > try? Or verify that my steps above are correct. I'm not sure why it's > not triggering the step by step function execution described. > I had sent out a note about C-u C-M-x and what you should see in the

Re: [O] R and babel on Windows problem

2012-07-06 Thread John Hendy
On Fri, Jul 6, 2012 at 12:12 PM, Nick Dokos wrote: > John Hendy wrote: > >> Any updates on this? Could someone provide a minimal example I could >> try? Or verify that my steps above are correct. I'm not sure why it's >> not triggering the step by step function execution described. >> > > I had s

Re: [O] Org/LaTeX set-up for business letters?

2012-07-06 Thread suvayu ali
On Fri, Jul 6, 2012 at 6:35 PM, Thorsten Jolitz wrote: > I'm just trying to repeat the nice experience I had with writing a > modern CV in LaTeX - download a template, put in your data, and enjoy a > beautifill CV (or letter) - actually much more beautiful than I would > have ever managed to produ

Re: [O] R and babel on Windows problem

2012-07-06 Thread Eric Schulte
> > Update: I'm on 64bit and just now realized there's another set of R > cmds in ../R-2.15.0/bin/x64/. This is what I needed. > > Now my problem is that using R along doesn't produce any output. With > the above modification, I get: > > ,--- > | Fatal error: you must specify '--save', '--no-save'

Re: [O] R and babel on Windows problem

2012-07-06 Thread Nick Dokos
John Hendy wrote: > On Fri, Jul 6, 2012 at 12:12 PM, Nick Dokos wrote: > > John Hendy wrote: > > > >> Any updates on this? Could someone provide a minimal example I could > >> try? Or verify that my steps above are correct. I'm not sure why it's > >> not triggering the step by step function exe

Re: [O] Org/LaTeX set-up for business letters?

2012-07-06 Thread Thorsten Jolitz
suvayu ali writes: > On Fri, Jul 6, 2012 at 6:35 PM, Thorsten Jolitz > wrote: >> I'm just trying to repeat the nice experience I had with writing a >> modern CV in LaTeX - download a template, put in your data, and enjoy a >> beautifill CV (or letter) - actually much more beautiful than I would

Re: [O] Org/LaTeX set-up for business letters?

2012-07-06 Thread Bastien
Hi Thorsten, Thorsten Jolitz writes: > If I find (or make) a nice template, I will announce it ;) A letter is no more than a header with the author, the date, the object of the letter, perhaps the client's address and the content of the letter. If you find a nice LaTeX class, it is quite strai

Re: [O] latex (beamer) export and short title

2012-07-06 Thread Bastien
Nicolas Goaziou writes: > It is as simple as using a filter to remove the title provided by the > template and install your own. > > #+begin_src emacs-lisp > (defun ngz-enforce-my-title (contents backend info) > ;; In LaTeX export, if I defined a title with a short title, remove > ;; default

[O] HowTo: Letter template method using yasnippet (was: Org/LaTeX set-up for business letters?)

2012-07-06 Thread Karl Voit
* Thorsten Jolitz wrote: > > Hi List, Hi Thorsten! > although using Emacs/Org-mode for almost everything, I still write my > "official" correspondence with a (quite nice) OpenOffice template. It > would be so much easier and faster to just use Org mode for that too. I accomplished this by usin

Re: [O] Org/LaTeX set-up for business letters?

2012-07-06 Thread Nicolas Goaziou
Hello, Bastien writes: > A letter is no more than a header with the author, the date, the object > of the letter, perhaps the client's address and the content of the > letter. > > If you find a nice LaTeX class, it is quite straightforward to create a > derived LaTeX backend with ̀org-export-def

Re: [O] Org/LaTeX set-up for business letters?

2012-07-06 Thread Luis Anaya
FWIW: One format provided by Groff MM macros are business letters. It may not fit all types of communications, but it was the way business letters written in Ma Bell for many years. Keep in mind that I'm still working on this code. It is far from done. Source: http://ppl.ug/AcT6H0xSB1o/ Out

Re: [O] latex (beamer) export and short title

2012-07-06 Thread Andreas Leha
Hi Nicolas, Nicolas Goaziou writes: > Hello, > > Andreas Leha writes: > >> I'd be a regular user of such functionality, especially for >> presentations. But as the concept is useful in other (LaTeX-) >> documents, a more general support for short titles might be appropriate, >> I'd say. > > It

Re: [O] R and babel on Windows problem

2012-07-06 Thread John Hendy
On Fri, Jul 6, 2012 at 1:41 PM, Eric Schulte wrote: >> >> Update: I'm on 64bit and just now realized there's another set of R >> cmds in ../R-2.15.0/bin/x64/. This is what I needed. >> >> Now my problem is that using R along doesn't produce any output. With >> the above modification, I get: >> >>

Re: [O] R and babel on Windows problem

2012-07-06 Thread John Hendy
On Fri, Jul 6, 2012 at 1:45 PM, Nick Dokos wrote: > John Hendy wrote: > >> On Fri, Jul 6, 2012 at 12:12 PM, Nick Dokos wrote: >> > John Hendy wrote: >> > >> >> Any updates on this? Could someone provide a minimal example I could >> >> try? Or verify that my steps above are correct. I'm not sure

Re: [O] R and babel on Windows problem

2012-07-06 Thread John Hendy
Jeepers. If I had just followed through with the outcome of the thread we were *both* already on! - http://lists.gnu.org/archive/html/emacs-orgmode/2012-02/msg00131.html Of course I find it only after having this drawn out troubleshooting exercise. I looked as I thought I could find a Worg page t

Re: [O] HowTo: Letter template method using yasnippet

2012-07-06 Thread Nicolas Goaziou
Hello, Based on your work, I've put up the attached back-end: org-koma-letter.el. Quoting its documentation: --8<---cut here---start->8--- This library implements a KOMA Scrlttr2 back-end, derived from the LaTeX one. Depending on the desired output format, th

Re: [O] HowTo: Letter template method using yasnippet

2012-07-06 Thread Thorsten Jolitz
Nicolas Goaziou writes: Hello Suvayu, Micheal, Bastien and especially Karl and Nicolas, > Based on your work, I've put up the attached back-end: > org-koma-letter.el. thanks a lot for your tips and the actual code, that looks very promising, so I might well write my business letters from Org m

Re: [O] R and babel on Windows problem

2012-07-06 Thread Eric Schulte
John Hendy writes: > Jeepers. If I had just followed through with the outcome of the thread > we were *both* already on! > - http://lists.gnu.org/archive/html/emacs-orgmode/2012-02/msg00131.html > > Of course I find it only after having this drawn out troubleshooting exercise. > > I looked as I t

Re: [O] R and babel on Windows problem

2012-07-06 Thread Nick Dokos
John Hendy wrote: > Jeepers. If I had just followed through with the outcome of the thread > we were *both* already on! > - http://lists.gnu.org/archive/html/emacs-orgmode/2012-02/msg00131.html > > Of course I find it only after having this drawn out troubleshooting exercise. > But you would h

Re: [O] Org/LaTeX set-up for business letters?

2012-07-06 Thread Vikas Rawal
> > > > [1] Off the top of the head I recall a package called `scrlttr'. > > Yes, part of KOMA (?), but thats rather low level if you have to design > your own letters - and who knows all that stuff about professional letter > design?. I tried that once and the result was ugly, there is a lot of

Re: [O] Org/LaTeX set-up for business letters?

2012-07-06 Thread Mehul Sanghvi
On Fri, Jul 6, 2012 at 12:35 PM, Thorsten Jolitz wrote: > > Yes, I'm German, and I've used komascript before, and that is definitely > a way to achieve what I want. > > I'm just trying to repeat the nice experience I had with writing a > modern CV in LaTeX - download a template, put in your data,

[O] Shouldn't comment-region protect from export ?

2012-07-06 Thread William LÉCHELLE
Hi list :) Using org-mode for export (to pdf), I find myself using comment-region often enough, in sections meant to be exported, on indented text lines (e.g. for drafting). This inserts "# " at the "beginning" of the line, after the indentation, thus not achieving what I wanted comment-region to

Re: [O] new exporter drops :parameters ?

2012-07-06 Thread cberry
Nicolas Goaziou writes: > Hello, > > cbe...@tajo.ucsd.edu writes: > >> BTW, "#+name: aname" and "#+NAME: aname" are handled differently in e-latex. >> The >> former gets placed in the latex output as "\#+name: aname". Bug? > > There is a known bug about affiliated keywords not being removed duri