From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: Hide table columns on export Date: Tue, 16 Aug 2011 17:38:15 -0400 Message-ID: <15793.1313530695@alphaville.dokosmarshall.org> References: <874o1h5dgg.fsf@DeuxExMachina.config> Reply-To: nicholas.dokos@hp.com Return-path: Received: from eggs.gnu.org ([140.186.70.92]:45757) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QtRL5-0006s0-Fq for emacs-orgmode@gnu.org; Tue, 16 Aug 2011 17:38:24 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QtRL4-0002kS-A1 for emacs-orgmode@gnu.org; Tue, 16 Aug 2011 17:38:23 -0400 Received: from g6t0187.atlanta.hp.com ([15.193.32.64]:32063) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QtRL4-0002jT-7Y for emacs-orgmode@gnu.org; Tue, 16 Aug 2011 17:38:22 -0400 In-Reply-To: Message from Johnny of "Tue, 16 Aug 2011 21:05:51 BST." <874o1h5dgg.fsf@DeuxExMachina.config> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Johnny Cc: nicholas.dokos@hp.com, emacs-orgmode@gnu.org Johnny wrote: > Is there a way to hide certain columns of a table when exporting? > > I know the "/" will hide rows, and "<>" can group columns, but haven't > been able to find any way to hide certain columns on export? The > rationale being that I use some column for intermediary calculations > that I don't want to see in the export. > > Thanks for any pointers! I don't know of any way to do that within org and it might be a nice feature to have. But it's always good to remember that "it's all just text (TM)" and you have emacs as well as org backing you up. In this particular case, you could easily kill the columns you don't want to export (with M-S-left in a table context), do the export (C-c e h or whatever) and then undo (C-x u) enough times to get back to where you started. Nick