Re: [O] How to hide a table column from exporting

2018-05-10 Thread stardiviner
Hi, Modi, I try to apply you config into Org Radio Tables. Like this: , | #+ BEGIN RECEIVE ORGTBL test-table-comment-column | | a | b | | | 1 | 2 | | #+ END RECEIVE ORGTBL test-table-comment-column | | #+ORGTBL: SEND test-table-comment-column orgtbl-to-orgtbl :splice nil :skip 0 | | / | <#>

Re: [O] How to hide a table column from exporting

2018-05-07 Thread Kaushal Modi
A quick update on the solution I posted there. Within the org-export-before-processing-hook, it seems like a "(goto-char (point-min))" was always implied before? That's not the case any more. So that goto-char now has to be added explicitly. This works now (as of Org mode version 9.1.13 (release_

Re: [O] How to hide a table column from exporting

2016-05-03 Thread Kaushal Modi
Thanks Michael! That solution works great! I followed the discussion that followed in that thread and have adopted the following solution in my config for now. # http://thread.gmane.org/gmane.emacs.orgmode/106497/focus=106683 | / | <#> || | | | 1n | 2y | 3y | # Exports to ASCII as # 2y

Re: [O] How to hide a table column from exporting

2016-04-26 Thread Michael Brand
Hi Kaushal On Fri, Apr 22, 2016 at 8:40 PM, Kaushal Modi wrote: > 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 Please see my answer for one solution in the thread "tables, c

[O] How to hide a table column from exporting

2016-04-22 Thread Kaushal Modi
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-mod