emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[O] evaluate TBLFM


From: Charles Millar
Subject: [O] evaluate TBLFM
Date: Thu, 11 Jun 2015 15:45:26 -0400
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0

Hi,

I am learning how to use org-babel and want to export (LaTeX) a table with the final column added at final row, which should be inserted. The entire process would take place upon exporting to LaTeX/pdf

Desired result (roughly speaking)

| date | Description | Amount    |
|--------|----------------|---------------|
| 6-7   | blah            |     1.00      |
| 6-8   | blah blah    |    2.00       |
| | | 3.00 | (this row to be inserted and then column 3 added) (Also nice if a hline were inserted before the last row)

The table is generated from a recutils data base and essentially this is the set up


#+Name: ATable
#+begin_src rec data: Foo.rec :type Bar :fields date,Description,Amount
#+end_src

#+TBLNAME: ATable
#+TBLFM: @>$>=vsum(@I$>..@>>$>);%.2f

I have read Using Code Blocks in Org Tables in the Worg Babel Introduction and searched the lists and am not sure of how to implement this.

At the moment I am more interested in solving the column sum problem; i can kludge an added row using a dummy record in the database.

Charlie Millar



reply via email to

[Prev in Thread] Current Thread [Next in Thread]