On Monday,  1 Apr 2019 at 09:15, Uwe Brauer wrote:
> Hi
>
> Vmean and friends are great, but it would be very convenient if I could
> just could mark a column or parts of it and run vmean on that selection. 
>
> Right now I do this explicitly like:
> @40$9=vmean(@2$9..@37$9);f1
>
>  (vmean($9) does not work)

No but vmean(@<$9..@>$9) or similar should. Alternatively, what I always
use is @I and @II to refer to horizontal line separators and I put one
before the first data row, e.g. after table headings, and one after the
last data row.

-- 
Eric S Fraga via Emacs 27.0.50, Org release_9.2.2-290-g300f15

Reply via email to