Re: [Orgmode] Selective export of table columns

2010-11-24 Thread Suvayu Ali
Hi Carsten, On Tuesday 23 November 2010 11:47 PM, Carsten Dominik wrote: But I have a related but probably slightly off-topic question. I tried setting the label of a radio table in a tex source file. This breaks the conversion. Is this supported? You mean the receiver location is in a TeX fi

Re: [Orgmode] Selective export of table columns

2010-11-23 Thread Carsten Dominik
On Nov 24, 2010, at 8:02 AM, Suvayu Ali wrote: On Tuesday 23 November 2010 05:18 AM, Nick Dokos wrote: Perhaps radio tables with :skipcols can help? See section A.5.1 of the Org manual. I need to hit tab once to get the alignment right, but other than that this works very well. Thank yo

Re: [Orgmode] Selective export of table columns

2010-11-23 Thread Suvayu Ali
On Tuesday 23 November 2010 05:18 AM, Nick Dokos wrote: Perhaps radio tables with :skipcols can help? See section A.5.1 of the Org manual. I need to hit tab once to get the alignment right, but other than that this works very well. Thank you. :) But I have a related but probably slightly of

Re: [Orgmode] Selective export of table columns

2010-11-23 Thread Darlan Cavalcante Moreira
You could also use org-babel to get a new table with only the desired columns. -- Darlan At Tue, 23 Nov 2010 08:18:40 -0500, Nick Dokos wrote: > > Suvayu Ali wrote: > > > Hi, > > > > I recently was in a situation where I had tables like these, > > > > > > || smear param | \chi^2/DoF

Re: [Orgmode] Selective export of table columns

2010-11-23 Thread Nick Dokos
Suvayu Ali wrote: > Hi, > > I recently was in a situation where I had tables like these, > > > || smear param | \chi^2/DoF | \chi^2/DoF | > | Sl | caloE perp | perp before | perp after | > |+-+-+| > | 3 | 3.008 | 8/13| 8.3/13 | >

Re: [Orgmode] selective export

2010-03-07 Thread Graham Smith
Thanks to you both, so easy when you know how. The manual makes sense as well now. Graham ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Re: [Orgmode] selective export

2010-03-07 Thread Mark Elston
Graha, This is pretty straightforward really. If all you want to do is exclude a single top-level heading then I would just assign a tag to that heading that you won't be assigning to any other heading. In this case you can probably get away with something simple, like 'data'. If you're not su

Re: [Orgmode] Selective Export Question

2010-01-03 Thread Carsten Dominik
Hi Mark, there are about 100 hooks, see http://orgmode.org/worg/org-configs/org-hooks.php And I am very happy to add more, wherever these is a use for it. - Carsten On Jan 3, 2010, at 5:15 PM, Mark Elston wrote: Carsten Dominik wrote: On Dec 22, 2009, at 7:24 AM, Mark Elston wrote: I have

Re: [Orgmode] Selective Export Question

2010-01-03 Thread Mark Elston
Carsten Dominik wrote: On Dec 22, 2009, at 7:24 AM, Mark Elston wrote: I have been making progress on my use of org-mode to manage both my teaching notes and handouts in a single document. However, there is something I still have not been able to make happen. That is selective exporting of t

Re: [Orgmode] Selective Export Question

2010-01-03 Thread Carsten Dominik
On Dec 22, 2009, at 7:24 AM, Mark Elston wrote: I have been making progress on my use of org-mode to manage both my teaching notes and handouts in a single document. However, there is something I still have not been able to make happen. That is selective exporting of text *without* exporting

Re: [Orgmode] Selective Export Question

2009-12-24 Thread Thomas S. Dye
Merry Christmas Mark, One way to create two LaTeX documents in the same org file using common elements and keeping fine control over the LaTeX output is to use Org-babel. Here's an example from the Uses section of the Org-babel documentation on Worg: ** Example *** TODO Your name

Re: [Orgmode] Selective Export Question

2009-12-24 Thread Mark Elston
So, no Christmas present for me? :) Merry Christmas everyone. Thanks for all the hard work and the help over the last year. Congratulations for working together to produce such a fantastic tool. Mark Mark Elston wrote: I have been making progress on my use of org-mode to manage both my teach

Re: [Orgmode] Selective Export of subheadings and plain text

2009-04-05 Thread Matthew Lundin
Martin Stemplinger writes: >> On Apr 3, 2009, at 9:38 PM, Martin Stemplinger wrote: >> >>> I use org-mode as a GTD implementation with level-1 headings as area >>> of focus, level-3 headings for projects and level-5 headings as next >>> actions. For each project I also note a successful outcome i

Re: [Orgmode] Selective Export of subheadings and plain text

2009-04-05 Thread Carsten Dominik
On Apr 5, 2009, at 6:19 PM, Martin Stemplinger wrote: Hi Carsten, thanks for the info which does most of what I want but only if every next action item receives a tag like "noexport". This is quite cumbersome to do in large org-file. Is there a way to restrict inheritance of the tags? I do n

Re: [Orgmode] Selective Export of subheadings and plain text

2009-04-05 Thread Martin Stemplinger
Hi Carsten, thanks for the info which does most of what I want but only if every next action item receives a tag like "noexport". This is quite cumbersome to do in large org-file. Is there a way to restrict inheritance of the tags? Martin > Hi Martin, > > you can use tags to de-select entries for

Re: [Orgmode] Selective Export of subheadings and plain text

2009-04-03 Thread Carsten Dominik
Hi Martin, you can use tags to de-select entries for export. http://orgmode.org/manual/Selective-export.html#Selective-export - Carsten On Apr 3, 2009, at 9:38 PM, Martin Stemplinger wrote: I use org-mode as a GTD implementation with level-1 headings as area of focus, level-3 headings for pr