Re: [O] [BUG] :colnames not applied to #+call input

2013-07-09 Thread Rick Frankel
On 2013-07-03 13:23, Eric Schulte wrote: Currently colnames are not used for emacs-lisp code blocks (for historical reasons). Unfortunately, call lines are executed by expanding first to a trivial emacs-lisp code block, which is then run to collect and possibly re-package the results of the ca

Re: [O] [BUG] :colnames not applied to #+call input

2013-07-03 Thread Eric Schulte
Currently colnames are not used for emacs-lisp code blocks (for historical reasons). Unfortunately, call lines are executed by expanding first to a trivial emacs-lisp code block, which is then run to collect and possibly re-package the results of the called function. Thus colnames do not work well

Re: [O] [BUG] :colnames not applied to #+call input

2013-07-02 Thread Rick Frankel
On 2013-06-30 19:21, Eric Schulte wrote: Rick Frankel writes: it seems that the :colnames header is not being respected on parsing the input to a `#+call:' line containing arguments, but is being applied to the output! For example: #+BEGIN_SRC org * Identity #+name: table | a | b | c | |---

Re: [O] [BUG] :colnames not applied to #+call input

2013-06-30 Thread Eric Schulte
Rick Frankel writes: > it seems that the :colnames header is not being respected on parsing the > input > to a `#+call:' line containing arguments, but is being applied to the > output! > > For example: > > #+BEGIN_SRC org > * Identity > #+name: table > | a | b | c | > |---+---+---| > | 1 | 2 |

[O] [BUG] :colnames not applied to #+call input

2013-06-28 Thread Rick Frankel
it seems that the :colnames header is not being respected on parsing the input to a `#+call:' line containing arguments, but is being applied to the output! For example: #+BEGIN_SRC org * Identity #+name: table | a | b | c | |---+---+---| | 1 | 2 | 3 | #+name: identity #+BEGIN_SRC emacs-lisp