* Evaluate TBLFM in babel export to LaTeX (reposted)
@ 2015-06-11 21:11 Charles Millar
2015-06-12 12:00 ` Charles Millar
0 siblings, 1 reply; 2+ messages in thread
From: Charles Millar @ 2015-06-11 21:11 UTC (permalink / raw)
To: emacs-orgmode@gnu.org
Posted this request for assistance with an incomplete subject line
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
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: Evaluate TBLFM in babel export to LaTeX (reposted)
2015-06-11 21:11 Evaluate TBLFM in babel export to LaTeX (reposted) Charles Millar
@ 2015-06-12 12:00 ` Charles Millar
0 siblings, 0 replies; 2+ messages in thread
From: Charles Millar @ 2015-06-12 12:00 UTC (permalink / raw)
To: emacs-orgmode
I just realized that I misread org-sbe as org-she (as in shebang); so of
course my search for org-she yielded no results; now on to org-sbe
Charluie Millar
On 06/11/2015 05:11 PM, Charles Millar wrote:
> Posted this request for assistance with an incomplete subject line
>
> 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
>
>
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-06-12 12:01 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-11 21:11 Evaluate TBLFM in babel export to LaTeX (reposted) Charles Millar
2015-06-12 12:00 ` Charles Millar
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.