From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sebastian Rose Subject: Re: BUG ??? Cannot export custom link type to ASCII :-( Date: Mon, 06 Sep 2010 15:13:06 +0200 Message-ID: <8762yjvwv1.fsf@gmx.de> References: <877hj1nf7j.fsf@gmx.de> <87mxrwxxig.fsf@gmx.de> <87fwxo12xl.fsf@gnu.org> <87k4mzx0ac.fsf@gmx.de> <87aanvwckb.fsf@gmx.de> <87fwxnm8ax.fsf@gnu.org> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" Return-path: Received: from [140.186.70.92] (port=52505 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OsbVd-0007OB-NV for emacs-orgmode@gnu.org; Mon, 06 Sep 2010 09:13:18 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OsbVb-0000pL-EG for emacs-orgmode@gnu.org; Mon, 06 Sep 2010 09:13:16 -0400 Received: from mailout-de.gmx.net ([213.165.64.22]:57166 helo=mail.gmx.net) by eggs.gnu.org with smtp (Exim 4.69) (envelope-from ) id 1OsbVb-0000p6-0V for emacs-orgmode@gnu.org; Mon, 06 Sep 2010 09:13:15 -0400 In-Reply-To: <87fwxnm8ax.fsf@gnu.org> (Bastien's message of "Mon, 06 Sep 2010 13:16:06 +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: Bastien Cc: Emacs-orgmode mailing list , Carsten Dominik --=-=-= Bastien writes: > Sebastian Rose writes: > >> C-c C-e A >> >> gives me: >> >> Debugger entered--Lisp error: (void-variable type) > > This should now be fixed in git - please pull and try. Yes, it is fixed. I still can return what ever I want with no effect (ASCII only): --=-=-= Content-Type: application/emacs-lisp Content-Disposition: inline Content-Transfer-Encoding: quoted-printable (defun osm-org-link-export (path description format) "Export a track from Org files." (cond ((eq format 'html) "HTML") ((eq format 'latex) "LaTeX") (t "REPLACEMENT"))) (org-add-link-type "track" 'osm-org-link-follow 'osm-org-link-export) --=-=-= Org file: --=-=-= Content-Type: text/x-verbatim Content-Disposition: inline * Test links [[track:((9.707032442092896 52.37033874553582))test.svg][test-track]] --=-=-= ASCII-export: --=-=-= Content-Type: text/x-verbatim Content-Disposition: inline 1 Test links ~~~~~~~~~~~~~ [test-track] [test-track]: track:((9.707032442092896 52.37033874553582))test.svg --=-=-= Sebastian --=-=-= Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ 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 --=-=-=--