emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: "stevejb\@uw.edu" <stevejb@uw.edu>
To: orgmode list <emacs-orgmode@gnu.org>
Subject: export all tables upon save
Date: Mon, 29 Dec 2014 19:28:20 -0800	[thread overview]
Message-ID: <87tx0d4xu6.fsf@planetbarr.com> (raw)

Greetings,

I have a .org file with 3 tables that I want to update once or twice per
day. For example, in the following example, I would like to have
tab1.csv, tab2.csv, and tab3.csv automatically created whenever I save
the file. Is this possible?

Thanks,
Stephen

#----------------------------------------
* Test

  #+name: tab1
  |---+-----+---|
  | D | E   | F |
  |---+-----+---|
  | 1 | a   | b |
  | 3 | 3   | 3 |
  | 2 | c   | d |
  | 8 | j34 | 3 |
  |---+-----+---|




** Test 2

  #+name: tab2
  |---+---+---|
  | D | E | F |
  |---+---+---|
  | 1 | a | b |
  | 2 | c | d |
  |---+---+---|


* Table 3

  #+name: tab3
  |---+---+---|
  | A | B | C |
  |---+---+---|
  | 1 | a | b |
  | 2 | c | d |
  |---+---+---|

#----------------------------------------




    


-- 
Sent with my mu4e

             reply	other threads:[~2014-12-30  3:31 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-12-30  3:28 stevejb [this message]
2014-12-30  5:34 ` export all tables upon save Nick Dokos

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=87tx0d4xu6.fsf@planetbarr.com \
    --to=stevejb@uw.edu \
    --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).