Re: [O] How to pass a block of text to a code block as data?

2013-02-11 Thread Michael Baum
orm, and the second wraps the result in an Example block without altering the lines. Not sure why? Is this just a function of the number of lines of the text? Michael -- Michael Baum You should never have your best trousers on when you go out to fight for freedom and truth. - Ibsen

Re: [O] How to pass a block of text to a code block as data?

2013-02-08 Thread Michael Baum
at 3:17 PM, Sebastien Vauban wrote: > Hi Michael, > > Michael Baum wrote: > > I haven't been able to figure this out from the org-mode documents yet. > > What I would like to do is have a source code block in python or perl or > > something similar. to which I can pas

[O] How to pass a block of text to a code block as data?

2013-02-08 Thread Michael Baum
appreciate any guidance. -- ======== Michael Baum

[O] Need help with processing a text block with python function

2013-01-01 Thread Michael Baum
. Thanks, maab -- ======== Michael Baum You should never have your best trousers on when you go out to fight for freedom and truth. - Ibsen

Re: [O] Problem with template expansion of previous prompts.

2012-12-07 Thread Michael Baum
x01, which happens to be C-a. "\\1" is a 2-character > string: backslash, then one. > > -- > Aaron Ecay > -- Michael Baum You should never have your best trousers on when you go out to fight for freedom and truth. - Ibsen

[O] Capture template -- Global replacement of prompt string in buffer?

2012-11-02 Thread Michael Baum
or more places in the template. Can this be done? tnx, maab -- Michael Baum You should never have your best trousers on when you go out to fight for freedom and truth. - Ibsen

[O] Setting a deadline in a template

2012-06-21 Thread Michael Baum
ss hours in the future of the current time, but that's a tricky calculation and I'd settle for current time plus a day. I've tried the naive approach: ... DEADLINE: %T+1 ... Doesn't work so well. What's the proper way? Thanks, maaab -- =

Re: [O] Upgrade org-mode over a older distribution version

2012-05-31 Thread Michael Baum
Many thanks. I was afraid of something like that. So the idea is that a set or org-mode files under site-lisp takes precedence over the built-in files and that's how emacs knows which ones to run? maab On Thu, May 31, 2012 at 2:57 PM, Achim Gratz wrote: > Michael Baum writes: > >

[O] Upgrade org-mode over a older distribution version

2012-05-31 Thread Michael Baum
o upgrade it without breaking anything by accident? Let's assume I have root access to the computer. Is it as simple as downloading the current org-mode source, running make and all that, and then replacing the existing .elc files in /usr/share/emacs/23.2/lisp/org with the new ones? maab -- ===