Thierry Banel writes:
> Le 07/12/2014 04:25, Eric Abrahamsen a écrit :
>
>
> Now I'd like to do more calculations based on the rows in the sum(Chars)
> and sum(Lines) columns.
>
>
> The new version of Aggregate supports adding new columns in the
> aggregated table. This can be achieved in tw
Le 07/12/2014 04:25, Eric
Abrahamsen a écrit :
Now I'd like to do more calculations based on the rows in the sum(Chars)
and sum(Lines) columns.
The new version of Aggregate supports adding new columns in
the aggregated table. This can be
Aaron Ecay writes:
> Hi Rasmus,
>
> You also have to add :colnames to the :post header:
>
> :post identity[:colnames yes](*this*)
Thanks Aaron. That even makes sense in its own, quirky way!
Should add a note on this to the manual? Or is it clear enough as it is?
—Rasmus
--
However beautifu
Hi Rasmus,
You also have to add :colnames to the :post header:
:post identity[:colnames yes](*this*)
Another option is to add :colnames yes to the identity block itself:
#+NAME: identity
#+BEGIN_SRC emacs-lisp :var x="x" :colnames yes
...
#+END_SRC
--
Aaron Ecay
Hi,
Am I mistaken or is it not possible to combine :colnames and :post?
Here's an example of what I have got in mind:
--8<---cut here---start->8---
#+NAME: identity
#+BEGIN_SRC emacs-lisp :var x="x"
x
#+END_SRC
#+BEGIN_SRC R :colnames yes :post identity(*this*
Hi List,
When I'm exporting LaTeX fragments to HTML, there is a per file option:
#+OPTIONS: tex:tDo the right thing automatically (MathJax)
#+OPTIONS: tex:nilDo not process LaTeX fragments at all
#+OPTIONS: tex:verbatimVerbatim export, for jsMath or so
I like the default (Mat
Pascal Fleury writes:
> Here is a patch that will figure out the version of bash in a less
> fork-y way. It keeps the result in a variable after having gotten it
> the first time by indeed forking to bash.
I still think this should be a defcustom instead with a setter function
that checks for the
Hi!
My name is Gustav and I'm a user of Orgmode since some time (..years)
now. I've made minor contributions to this list before but mostly in
discussions.
This time I've made some changes in the code. More specifically in how
tag groups function and would like them to be included in Orgmode.
I