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

2012-07-07 Thread Karl Voit
* Nicolas Goaziou n.goaz...@gmail.com wrote: Hello, Hello Nicolas! Based on your work, I've put up the attached back-end: org-koma-letter.el. ... and this is why I *love* this community so much :-) Yes, you are absolutely right that my method is unnecessary complex using this «generate

Re: [O] [ANN] Beamer back-end for org-export in contrib/

2012-07-07 Thread suvayu ali
Hi Nicolas, Apologies for taking so long to respond. On Thu, Jul 5, 2012 at 1:56 PM, Nicolas Goaziou n.goaz...@gmail.com wrote: Now, /every/ property set through an export keyword can also be defined with an headline property. That property has the same name as the keyword, with an EXPORT_

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

2012-07-07 Thread Thorsten Jolitz
Mehul Sanghvi mehul.sang...@gmail.com writes: Just out of curiosity, what was the CV template you used ? I attach 3 variations of the same template, I used the one from TRAVIS as a basis for my CV, but the others are nice too. %% start of file `template_en.tex'. %% Copyright 2007 Xavier Danaux

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

2012-07-07 Thread Thorsten Jolitz
Vikas Rawal vikasli...@agrarianresearch.org 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 stuff about professional letter design?. I tried that

Re: [O] [ANN] Beamer back-end for org-export in contrib/

2012-07-07 Thread Nicolas Goaziou
Hello, suvayu ali fatkasuvayu+li...@gmail.com writes: Another question, I noticed that the new exported does not have the exported file open in Emacs after it is done. It does here. Exporting with l or d leaves the corresponding tex file open in a buffer. Am I misunderstanding your request?

Re: [O] [ANN] Beamer back-end for org-export in contrib/

2012-07-07 Thread suvayu ali
On Sat, Jul 7, 2012 at 2:32 PM, Nicolas Goaziou n.goaz...@gmail.com wrote: It does here. Exporting with l or d leaves the corresponding tex file open in a buffer. Am I misunderstanding your request? No you understood it correctly. This does not happen for me. Do you have any idea how I can

Re: [O] [ANN] Beamer back-end for org-export in contrib/

2012-07-07 Thread Nicolas Goaziou
suvayu ali fatkasuvayu+li...@gmail.com writes: No you understood it correctly. This does not happen for me. Do you have any idea how I can track this issue down? You may try to debug `org-export-to-file'. I have no idea about what could remove the buffer containing the tex file.

[O] #+CAPTION: Not being protected when they are used with #+begin_src

2012-07-07 Thread Luis Anaya
From the documentation, I know that captions work with inline images and tables, but for some reason when then inline images are generated through org-babel, #+CAPTION keys turns into regular text. What am I doing wrong now? :) -- ORG Source -- #+TITLE: Graphic Tests #+AUTHOR: Luis R. Anaya

Re: [O] org-capture: keeping window visible during date entry

2012-07-07 Thread Christoph Groth
Eric Abrahamsen e...@ericabrahamsen.net writes: On Thu, Jun 14 2012, Christoph Groth wrote: How to ensure that the buffer which was active when org-capture was executed remains visible during date entry? I've had the same annoyance. The attached patch is *not* a real solution to the

Re: [O] org-capture: keeping window visible during date entry

2012-07-07 Thread Samuel Wales
On 7/7/12, Christoph Groth c...@falma.de wrote: I would say that a proper solution would be to reserve delete-other-windows for interactive use and to replace it by something more sensible which ensures that a given window is well visible but tries to preserve the visibility and arrangement

[O] Is LAST_REPEAT needed?

2012-07-07 Thread Samuel Wales
Unless I misunderstand, you can set org-log-repeat to 'time to log state changes and also store a LAST_REPEAT, or to nil to not log state changes and also not store a LAST_REPEAT. You can't tell it to do one and not the other. I want to log state changes but not store LAST_REPEAT unless it is

Re: [O] #+CAPTION: Not being protected when they are used with #+begin_src

2012-07-07 Thread Eric Schulte
Luis Anaya papoan...@hotmail.com writes: From the documentation, I know that captions work with inline images and tables, but for some reason when then inline images are generated through org-babel, #+CAPTION keys turns into regular text. What am I doing wrong now? :) Instead of putting the

Re: [O] org-capture: keeping window visible during date entry

2012-07-07 Thread Christoph Groth
Samuel Wales samolog...@gmail.com writes: On 7/7/12, Christoph Groth c...@falma.de wrote: I would say that a proper solution would be to reserve delete-other-windows for interactive use and to replace it by something more sensible which ensures that a given window is well visible but tries

Re: [O] org-capture: keeping window visible during date entry

2012-07-07 Thread Samuel Wales
Not all use cases are identical to yours. -- The Kafka Pandemic: http://thekafkapandemic.blogspot.com

[O] Functions in SBE blocks

2012-07-07 Thread Viktor Rosenfeld
Hi, I can't get SBE blocks called from a table to work, if they use functions like org-parse-time-string. Suppose I have the following table: | Start| Ende | | |--+--+-| | [2011-06-29 Wed] | [2012-02-29 Wed] | | #+TBLFM: $3='(sbe

Re: [O] #+CAPTION: Not being protected when they are used with #+begin_src

2012-07-07 Thread Luis Anaya
Eric Schulte eric.schu...@gmx.com writes: Instead of putting the #+Caption: line on the source block, place it on the result. This requires the use of named code blocks and results. The following alternate version of your example should give the behavior you're after. [chomp...] Hi Eric:

Re: [O] #+CAPTION: Not being protected when they are used with #+begin_src

2012-07-07 Thread Nicolas Goaziou
Hello, Luis Anaya papoan...@hotmail.com writes: Eric Schulte eric.schu...@gmx.com writes: Instead of putting the #+Caption: line on the source block, place it on the result. This requires the use of named code blocks and results. The following alternate version of your example should give

Re: [O] #+CAPTION: Not being protected when they are used with #+begin_src

2012-07-07 Thread Luis Anaya
Nicolas Goaziou n.goaz...@gmail.com writes: Hi: This is the known bug I told you about in another thread. It will be fixed soon after org-element hits core. Oh... I guess I missed that email :( At least I know that named captions are working for images. In other news... Other things I

[O] org-html: subtree specific footnote references

2012-07-07 Thread Suhail Shergill
running org-export-as-html on a subtree is currently problematic if the result is to be merged into a document which contains html-ized versions of other subtrees: the footnote references and definitions get clobbered. this patch uses the CUSTOM_ID property of the subtree to generate unique

Re: [O] Functions in SBE blocks

2012-07-07 Thread Nick Dokos
Viktor Rosenfeld listuse...@googlemail.com wrote: Hi, I can't get SBE blocks called from a table to work, if they use functions like org-parse-time-string. Suppose I have the following table: | Start| Ende | | |--+--+-| |

Re: [O] org-html: subtree specific footnote references

2012-07-07 Thread Suhail Shergill
oops. attached the wrong patch. amended patch follows. From b9192f5e9a3bbe9620d9f588313d7f62e33135a5 Mon Sep 17 00:00:00 2001 From: Suhail Shergill suhailsherg...@gmail.com Date: Sun, 8 Apr 2012 10:49:51 -0400 Subject: [PATCH] org-html.el: Make footnotes unique to an entry * lisp/org-html.el

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

2012-07-07 Thread Luis Anaya
In case you were curious how today's updates look like (if you're not, then yeah, I'm showing up :) ), samples of these can be found at: Sources: graph.org - http://ppl.ug/droqQrYmMkw/ todo.org - http://ppl.ug/W6RBCb7gNAs/ PDF results: graph.pdf - http://ppl.ug/YGVUBTwhknY/ todo.org -

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

2012-07-07 Thread Luis Anaya
I should clarify that image files that are supported in groff, get inlined when a link is written. Hence, [[file:image.eps]] or [[file:image.pic]] Will include the image and write the image in the resultant PDF file. Sorry if I confused anybody... :( -- Luis Anaya papo anaya aroba hot mail

[O] save-excursion in Org files

2012-07-07 Thread Thorsten Jolitz
Hi List, in elisp code, with point in entry1, I do a save-excursion that inserts another entry2 and does some work there. After existing from the save-excursion form, I add e.g. a global ID with org-id-get-create - and would expect to find it in entry1 when save-excursion did its job right. But

Re: [O] save-excursion in Org files

2012-07-07 Thread Thorsten Jolitz
Thorsten Jolitz tjol...@googlemail.com writes: in elisp code, with point in entry1, I do a save-excursion that inserts another entry2 and does some work there. After existing from the save-excursion form, I add e.g. a global ID with org-id-get-create - and would expect to find it in entry1

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

2012-07-07 Thread suvayu ali
Hi Luis, The outputs look great. However I have a question; I see all the PDFs have the content pages at the end instead of the front. Is there any particular reason for that? Keep up the good work. :) Cheers, -- Suvayu Open source is the future. It sets us free.

Re: [O] Functions in SBE blocks

2012-07-07 Thread Viktor Rosenfeld
Hi Nick, Nick Dokos wrote: Viktor Rosenfeld listuse...@googlemail.com wrote: Hi, I can't get SBE blocks called from a table to work, if they use functions like org-parse-time-string. Suppose I have the following table: | Start| Ende | |

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

2012-07-07 Thread Luis Anaya
suvayu ali fatkasuvayu+li...@gmail.com writes: Hi Sevayu! have the content pages at the end instead of the front. Is there any particular reason for that? Yes there is a reason. The MM implementation of table of contents collects all the headers and captions that have read up to the point

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

2012-07-07 Thread suvayu ali
Hi Luis, On Sun, Jul 8, 2012 at 3:49 AM, Luis Anaya papoan...@hotmail.com wrote: suvayu ali fatkasuvayu+li...@gmail.com writes: Hi Sevayu! have the content pages at the end instead of the front. Is there any particular reason for that? Yes there is a reason. The MM implementation of

[O] Output of R babel blocks with quotes is mangled/truncated

2012-07-07 Thread Viktor Rosenfeld
Hi, if a value outputted by R in a Babel block contains quotes only the quoted parted is exported. Consider this: #+BEGIN_SRC R q = 'cat=S' q #+END_SRC #+RESULTS: : S The expected result would be entire string, i.e. 'cat=S' (without single quotes). Is there a workaround? I've tried escaping