emacs-orgmode
[Top][All Lists]
Advanced

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

[O] export all tables upon save


From: address@hidden
Subject: [O] export all tables upon save
Date: Mon, 29 Dec 2014 19:28:20 -0800

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 via email to

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