From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kaushal Modi Subject: How to hide a table column from exporting Date: Fri, 22 Apr 2016 18:40:53 +0000 Message-ID: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=089e011826a434d54d0531172b3b Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:50297) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1atg0m-0006jp-GO for emacs-orgmode@gnu.org; Fri, 22 Apr 2016 14:41:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1atg0l-0004UB-BJ for emacs-orgmode@gnu.org; Fri, 22 Apr 2016 14:41:04 -0400 Received: from mail-ob0-x230.google.com ([2607:f8b0:4003:c01::230]:34490) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1atg0l-0004U6-5P for emacs-orgmode@gnu.org; Fri, 22 Apr 2016 14:41:03 -0400 Received: by mail-ob0-x230.google.com with SMTP id bg3so53271508obb.1 for ; Fri, 22 Apr 2016 11:41:02 -0700 (PDT) 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" To: emacs-org list --089e011826a434d54d0531172b3b Content-Type: text/plain; charset=UTF-8 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 --089e011826a434d54d0531172b3b Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
Hi,

I was trying to prevent an org tabl= e column from exporting to html. So I started looking for a solution and fo= und this: http://sta= ckoverflow.com/q/6641379/1219634

I have never = used Radio Tables, and that too in org-mode itself (because it looks like R= adio 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" he= ading.

What I need to achieve:
- Not exp= ort the source table=C2=A0
- Generate the radio table at export t= ime (even better if the radio table updates each time I do C-u C-c C-c on t= he source table).
=C2=A0
* Final Table
#= BEGIN RECEIVE ORGTBL output-table
# END RECEIVE ORGTBL output-ta= ble

* Source Table =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2= =A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 = =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2= =A0 :noexport:
#+ORGTBL: SEND output-table orgtbl-to-html :skipco= ls (3)
|---+-----+------|
| 2 | 1/2 | junk |
= | 4 | 1/4 | junk |
| 8 | 1/2 | junk |
|---+-----+------= |

Org-mode v= ersion 8.3.4 (release_8.3.4-748-g7e320e @ /home/kmodi/usr_local/apps/6/emac= s/emacs-25/share/emacs/site-lisp/org/)

Than= ks.

= Kaushal
= --

--
Kaushal Modi

--089e011826a434d54d0531172b3b--