From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: BUG ??? Cannot export custom link type to ASCII :-( Date: Mon, 06 Sep 2010 08:50:12 +0200 Message-ID: <87wrqzxt5n.fsf@gnu.org> References: <877hj1nf7j.fsf@gmx.de> <87mxrwxxig.fsf@gmx.de> <87fwxo12xl.fsf@gnu.org> <87k4mzx0ac.fsf@gmx.de> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from [140.186.70.92] (port=59228 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OsVc7-0000g1-Lt for emacs-orgmode@gnu.org; Mon, 06 Sep 2010 02:55:36 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OsVWt-0000LY-5P for emacs-orgmode@gnu.org; Mon, 06 Sep 2010 02:50:12 -0400 Received: from mail-ww0-f49.google.com ([74.125.82.49]:47530) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OsVWs-0000LP-T2 for emacs-orgmode@gnu.org; Mon, 06 Sep 2010 02:50:11 -0400 Received: by wwb24 with SMTP id 24so5194112wwb.30 for ; Sun, 05 Sep 2010 23:50:10 -0700 (PDT) In-Reply-To: <87k4mzx0ac.fsf@gmx.de> (Sebastian Rose's message of "Mon, 06 Sep 2010 01:01:31 +0200") 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 , Carsten Dominik Sebastian Rose writes: > Yes. But I want to avoid the footnote style for my custom "track:" > links. Look 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. -- Bastien