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