Uwe Brauer <o...@mat.ucm.es> writes: > I have a org-table in a comment environment, since I don't want to export it. > > However you can I edit the table using org-table commands, orgtbl-mode > is ignored, so what shall I do? > > That seems as a stupid question, but I can't find its obvious answer.
Everything inside comment is considered verbatim. I recommend to hide such table inside drawer and set org-export-with-drawers appropriately. Best, Ihor