[O] [bug] :eval header argument ignored in the #+call: block

2012-01-20 Thread Leo Alekseyev
Suppose I have a code block foo, and I want to call it several times in my org file. However, foo may be a slow function, and so any time I evaluate buffer non-interactively (e.g. HTML export) I want to enable only one out of many calls to :foo The following doesn't work, but I think it should,

Re: [O] [bug] :eval header argument ignored in the #+call: block

2012-01-20 Thread Eric Schulte
Leo Alekseyev dnqu...@gmail.com writes: Suppose I have a code block foo, and I want to call it several times in my org file. However, foo may be a slow function, and so any time I evaluate buffer non-interactively (e.g. HTML export) I want to enable only one out of many calls to :foo The