"stev...@uw.edu" <stev...@uw.edu> writes: > 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?
Write a function that does what you want, and add it to the before-save-hook for the file. Untested. -- Nick