#+TITLE: My Fine Org Mode Table #+OPTIONS: toc:nil #+LATEX_HEADER: \usepackage{times} * Org Mode Stuff + I added a formula after the table: ~#+TBLFM:~ + ~@~ for rows, ~$~ for columns + ~@5$2..@5$4=(@2*3+@3)/@4;%.1f::@2$5~ + ~::~ is a separator + ~@5$5=$2+$3+$4;%.1f~ + The command ~org-table-iterate-buffer-tables~ will recalculate all tables. Other commands recalulates just one row at a time.[fn:org] * The Table As we can see the /Dinosaur Project/ was a major failure, we recommend continuing with the /Magma Project/. The /Laser Project/ should be but on hold until Q1 next year to evaluate future funding. #+CAPTION: Project overview. #+ATTR_LATEX: :align l|rrrr | | Laser | Magma | Dinosaur | Total | |---------------+-------+-------+----------+-------| | Red Events | 1 | 0 | 11 | 12 | | Yellow Events | 2 | 4 | 73 | 79 | | Innovation | 1.4 | 2.75 | 4.3 | 8.45 | |---------------+-------+-------+----------+-------| | Penalty | 3.6 | 1.5 | 24.7 | 29.8 | #+TBLFM: @5$2..@5$4=(@2*3+@3)/@4;%.1f::@2$5..@5$5=$2+$3+$4 [fn:org] [[http://orgmode.org/manual/Tables.html][See orgmode.org on Tables for more details]]