Hello! I have GNU Emacs 22.1.1 (i486-pc-linux-gnu, GTK+ Version 2.8.20) of 2008-06-23 installed on Debian GNU/Linux Etch. I have a small job to do. From a text file I must with some application, but I wish that that this application be Emacs, edit the file so that it contains tables amongst some text. Example: ----------- text table1 text table2 etc. ----------- After I edited this text file and fill table cells with some additional data, I must to export this file to tab separated text file. Tab separated should be only datas from cells in a row, and not the other text outside of tables. Then can I run a script that should convert this file in to an electric symbol in gEDA. I try to use Org-mode but in Org-mode one can to export only one table to one tab separated tex file and not the whole file with many tables. I try out ses-mode but there isn't a documentation how to use it. Can I do this job in Emacs? How can I do that in Emacs? One can to ask why is this job so complex? Why can't one just edit the source file and add additional data editing this file and adding Tabs to the right places? The answer is that that data can much easily manage in a table. Here is the file in attachment.