Hi, I was trying to prevent an org table column from exporting to html. So I started looking for a solution and found this: http://stackoverflow.com/q/6641379/1219634 I have never used Radio Tables, and that too in org-mode itself (because it looks like Radio Tables are designed to insert org-mode processed tables in other major modes). So I tried doing the below, and I cannot figure out how to insert the Radio Table in that "Final Table" heading. What I need to achieve: - Not export the source table - Generate the radio table at export time (even better if the radio table updates each time I do C-u C-c C-c on the source table). * Final Table # BEGIN RECEIVE ORGTBL output-table # END RECEIVE ORGTBL output-table * Source Table :noexport: #+ORGTBL: SEND output-table orgtbl-to-html :skipcols (3) |---+-----+------| | 2 | 1/2 | junk | | 4 | 1/4 | junk | | 8 | 1/2 | junk | |---+-----+------| Org-mode version 8.3.4 (release_8.3.4-748-g7e320e @ /home/kmodi/usr_local/apps/6/emacs/emacs-25/share/emacs/site-lisp/org/) Thanks. Kaushal -- -- Kaushal Modi