emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Thorsten Grothe <info@th-grothe.de>
To: emacs-orgmode@gnu.org
Subject: Export all radio tables off a document
Date: Thu, 05 Dec 2013 14:31:03 +0100	[thread overview]
Message-ID: <52A08017.1010608@th-grothe.de> (raw)

Hi all,

this is my first post to this list, so please be patient with me :-)

I have many radio tables in my document with this structure:

\begin{comment}
  #+TBLNAME: sec-10
  #+ORGTBL: SEND sec-10 orgtbl-to-latex :skip 3 :splice t
  |--------------------+---------------+---------------|
  | Anschaffungskosten | Nutzungsdauer | AfA in €/Std. |
  |--------------------+---------------+---------------|
  |             720000 |         36000 |            20 |
  |--------------------+---------------+---------------|
\end{comment}

A C-c C-c exports the table to Latex like this:

\begin{tabular}{lll}

  % BEGIN RECEIVE ORGTBL sec-10
	720000 & 36000 & 20\\
  % END RECEIVE ORGTBL sec-10

\end{tabular}

It would be very nice to automatically export *all* tables of the 
document to their corresponding latex tables in the same document. I 
found a function that does this for calculations in org-tables:

M-x org-table-recalculate-buffer-tables

but I found nothing similar for updating and exporting them automatically.

Is this possible?

Thanks in advance!

Regards
Th. Grothe

             reply	other threads:[~2013-12-05 13:31 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-12-05 13:31 Thorsten Grothe [this message]
2013-12-05 17:50 ` Export all radio tables off a document Garrido Xavier
2013-12-05 20:14   ` Thorsten Grothe
2013-12-05 23:59     ` Suvayu Ali

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=52A08017.1010608@th-grothe.de \
    --to=info@th-grothe.de \
    --cc=emacs-orgmode@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).