Re: [O] table formula help...

2015-01-25 Thread Eric Abrahamsen
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

Re: [O] table formula help...

2015-01-25 Thread Thierry Banel
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

Re: [O] [ob-R] combine :post and :colnames

2015-01-25 Thread Rasmus
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

Re: [O] [ob-R] combine :post and :colnames

2015-01-25 Thread Aaron Ecay
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

[O] [ob-R] combine :post and :colnames

2015-01-25 Thread Rasmus
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*

[O] How to specify the output format for each LaTeX fragment when exporting to HTML?

2015-01-25 Thread Xiaolong Zhang (HKUCS)
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

Re: [O] [PATCH] ob-shell

2015-01-25 Thread Achim Gratz
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

[O] [RFC] [PATCH] Changes to Tag groups - allow nesting and regexps

2015-01-25 Thread Gustav Wikström
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