From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: BUG ??? Cannot export custom link type to ASCII :-( Date: Sun, 5 Sep 2010 07:59:29 +0200 Message-ID: References: <877hj1nf7j.fsf@gmx.de> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Return-path: Received: from [140.186.70.92] (port=47530 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Os8GQ-0000m3-DE for emacs-orgmode@gnu.org; Sun, 05 Sep 2010 01:59:39 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Os8GO-00025l-N2 for emacs-orgmode@gnu.org; Sun, 05 Sep 2010 01:59:38 -0400 Received: from mail-vw0-f41.google.com ([209.85.212.41]:40104) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Os8GO-00025c-Ko for emacs-orgmode@gnu.org; Sun, 05 Sep 2010 01:59:36 -0400 Received: by vws16 with SMTP id 16so3333283vws.0 for ; Sat, 04 Sep 2010 22:59:33 -0700 (PDT) In-Reply-To: <877hj1nf7j.fsf@gmx.de> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Sebastian Rose Cc: Emacs-orgmode mailing list Hi Sebastian, On Sun, Sep 5, 2010 at 3:37 AM, Sebastian Rose wrot= e: > Hi, > > > I have problems to export a custom link type to ASCII. > > The code is here: > > =A0 http://github.com/SebastianRose/org-osm/blob/master/org-osm-link.el > > =A0 line 66 ff. Do you mean that it does not honor your export formatting as defined in org-osm-link-export ? > > > HTML export works as expected. > > > Example Org file: > > =A0--8<---------------cut here---------------start------------->8-- > > * Test links > > =A0[[track:((9.707032442092896 52.37033874553582) (9.711474180221558 52.3= 75238282987))FILENAME.svg][DESCRIPTION]] > > =A0--8<---------------cut here---------------end--------------->8-- > > > > > Results in ASCII (just the section with the link): > > =A0--8<---------------cut here---------------start------------->8-- > > 1 Test links > ~~~~~~~~~~~~~ > > =A0[DESCRIPTION] > > =A0[DESCRIPTION]: track:((9.707032442092896 52.37033874553582) (9.7114741= 80221558 52.375238282987))FILENAME.svg > > > =A0--8<---------------cut here---------------end--------------->8-- > > > > HTML works: > > =A0--8<---------------cut here---------------start------------->8-- > >
>

1 Test links >
> > >

> DESCRIPTION >

>

> ... > =A0--8<---------------cut here---------------end--------------->8-- > > > > > Now as write this, I found I could as well use a bbdb link and come to > similar results... > > :-( > > > =A0Sebastian > > _______________________________________________ > 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 >