* Adam Porter <a...@alphapapa.net> wrote: > Thierry Banel <tbanelweb...@free.fr> writes: > >> Alternatively you have the orgtbl-aggregate package available on Melpa. >> >> #+BEGIN: aggregate :table "myvalues" :cols "min(Values) max(Values) >> mean(Values)" >> >> | min(Values) | max(Values) | mean(Values) | >> |-------------+-------------+--------------| >> | 2 | 7 | 4.5 | > > Wow, that's very cool! Had no idea about that package.
Although I do have the package installed, I did not think about min/max/mean of it ;-) > Karl, if that doesn't work for you, you might look at the > org-table-to-lisp function. Here's an example of a function that uses > it to sum columns in the current region: Thanks for the code I copied to my knowledge base. For now, vmin/vmax did the trick and I also refreshed my knowledge of orgtbl-aggregate. -- get mail|git|SVN|photos|postings|SMS|phonecalls|RSS|CSV|XML into Org-mode: > get Memacs from https://github.com/novoid/Memacs < Personal Information Management > http://Karl-Voit.at/tags/pim/ Emacs-related > http://Karl-Voit.at/tags/emacs/