[O] syntax for remote table/cell references

2015-11-30 Thread Matt Price
Hello everyone, I'm trying to simulate a simple "COUNT" spreadsheet function with the following two tables: #+TBLNAME: grades | Student | Precis | POV PAPER | |---+-+---| | | A- | A-| | | A | A-/B+ | | | A- | A

Re: [O] syntax for remote table/cell references

2015-11-30 Thread Thierry Banel
You may want to give the orgtbl-aggregate package a try. (Available on http://melpa.org, documentation here: https://github.com/tbanel/orgaggregate) It creates the following table: #+BEGIN: aggregate :table "grades" :cols "Precis count()" | Precis | count() | |-+-| | A-