emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Orgmode] BUG ??? Cannot export custom link type to ASCII :-(


From: Sebastian Rose
Subject: Re: [Orgmode] BUG ??? Cannot export custom link type to ASCII :-(
Date: Thu, 30 Sep 2010 00:35:04 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux)

Carsten Dominik <address@hidden> writes:
> Hi Sebastian,
>
> is this still an open issue?  If you, can you please summarize
> again and show the code you are using for your link definition?
> I am not sure if I have up to date information.
>
> - Carsten


Hi Carsten,


it's still an issue when exporting to ASCII.  The reason is, that my
"track" links have looooong paths (all the coordinates of the track plus
the desired filename, see the comments in the code for an example link).
That causes the "footnote" for a track to span pages (worsed case).

See the example ASCII export on the bottom of this mail.

Anyway, I'll rarely export the files to ASCII, so it's not urgent at
all.



The code is here:

   http://github.com/SebastianRose/org-osm/blob/master/org-osm-link.el


The function to export those links is:

Attachment: binHcMHSMN89i.bin
Description: application/emacs-lisp





> On Sep 6, 2010, at 3:13 PM, Sebastian Rose wrote:
>> Org file:

>> * Test links
>>
>>  [[track:((9.707032442092896 52.37033874553582))test.svg][test-track]]
>>
>>


>> ASCII-export:

>> 1 Test links
>> ~~~~~~~~~~~~~
>>
>>  [test-track]
>>
>>
>>  [test-track]: track:((9.707032442092896 52.37033874553582))test.svg


  Sebastian

reply via email to

[Prev in Thread] Current Thread [Next in Thread]