From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: BUG ??? Cannot export custom link type to ASCII :-( Date: Mon, 6 Sep 2010 09:54:20 +0200 Message-ID: References: <877hj1nf7j.fsf@gmx.de> <87mxrwxxig.fsf@gmx.de> <87fwxo12xl.fsf@gnu.org> <87k4mzx0ac.fsf@gmx.de> <87wrqzxt5n.fsf@gnu.org> 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=37993 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OsWX9-0003rO-MO for emacs-orgmode@gnu.org; Mon, 06 Sep 2010 03:54:33 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OsWX0-0008RV-IB for emacs-orgmode@gnu.org; Mon, 06 Sep 2010 03:54:23 -0400 Received: from mail-iw0-f169.google.com ([209.85.214.169]:43687) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OsWX0-0008RM-Cm for emacs-orgmode@gnu.org; Mon, 06 Sep 2010 03:54:22 -0400 Received: by iwn33 with SMTP id 33so5741416iwn.0 for ; Mon, 06 Sep 2010 00:54:21 -0700 (PDT) In-Reply-To: <87wrqzxt5n.fsf@gnu.org> 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: Bastien Cc: Emacs-orgmode mailing list On Mon, Sep 6, 2010 at 8:50 AM, Bastien wrote= : > Sebastian Rose writes: > >> Yes. =A0But I want to avoid the footnote style for my custom "track:" >> links. =A0Look at the track I ran today. > > (Er.. that's a crazy link!) > > > Actually it would make sense to handle how custom type links are > exported in the custom type file itself. > > For example org-bbdb.el would have a function `org-bbdb-export-link' > taking care of the various way BBDB links have to be represented in > HTML, LaTeX, etc. That system is present! And funny that you pick bbdb as an example, because it is one of the link types which takes advantage of this. :) The problem was that the ascii exporter did not honor the export settings that are defined when org-add-link-type is called - Carsten > > -- > =A0Bastien >