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-
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
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
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-
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
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
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'.
>
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}
>>> `
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 |
>> | |--+---
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
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
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
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
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
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
>> -
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
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
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
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
>
> 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'
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
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
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
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
* 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
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
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
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
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:
>>
>>
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
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
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
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
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
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
> >
> > [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
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,
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
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
39 matches
Mail list logo