From mboxrd@z Thu Jan 1 00:00:00 1970 From: Manfred Lotz Subject: Re: export question Date: Mon, 2 Sep 2013 21:34:28 +0200 Message-ID: <20130902213428.004cfb8f@arcor.com> References: <20130901184901.4c0c26e3@arcor.com> <20130901185007.GD2828@kuru.dyndns-at-home.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:55613) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VGaJP-00043v-RK for emacs-orgmode@gnu.org; Mon, 02 Sep 2013 16:01:31 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VGaJI-0007gn-J7 for emacs-orgmode@gnu.org; Mon, 02 Sep 2013 16:01:23 -0400 Received: from plane.gmane.org ([80.91.229.3]:56358) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VGaJI-0007gh-Cd for emacs-orgmode@gnu.org; Mon, 02 Sep 2013 16:01:16 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1VGaJG-0002jE-UC for emacs-orgmode@gnu.org; Mon, 02 Sep 2013 22:01:14 +0200 Received: from p4fff2e5e.dip0.t-ipconnect.de ([79.255.46.94]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 02 Sep 2013 22:01:14 +0200 Received: from manfred.lotz by p4fff2e5e.dip0.t-ipconnect.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 02 Sep 2013 22:01:14 +0200 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: emacs-orgmode@gnu.org On Sun, 1 Sep 2013 20:50:07 +0200 Suvayu Ali wrote: > On Sun, Sep 01, 2013 at 06:49:01PM +0200, Manfred Lotz wrote: > > > > Now I want to export the file to an ascii buffer/file where show the > > content as a table. I want to omit certain p lines. > > > > So I would like to have something like this where I would like to > > show only certain columns. > > > > > > > > val p1 p14 > > ---------------------------------- > > item 1 something bla > > item n hm more more bla > > [...chomp...chomp...chomp...] > > > I guess 1. makes much sense. In this case I like to know if there > > is a tutorial showing how to do my own exporter or where to find > > specific documentation how to do this? > > ox-odt.el has a feature like this, list to tables. You can take a > look there for hints. > Thanks for the pointer. I'll look at it. -- Manfred