emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [Emacs-orgmode] Attention XEmacs users


From: Carsten Dominik
Subject: Re: [Emacs-orgmode] Attention XEmacs users
Date: Tue, 20 Jun 2006 15:47:13 +0200

Hi Tim,


On Jun 20, 2006, at 14:09, Tim O'Callaghan wrote:

Also ":" needed to be added to org-link-escape-chars, as below:
(defconst org-link-escape-chars '((":" . ":") ("[" . "%5B") ("]" . "%5D") (" " . "%20")) "Association list of escapes for some characters problematic in links.")

Is there a typo in this setting? The above setting should lead to an infinite loop, because you keep replacing ":" with ":" when trying to escape the link characters. And as far as I can see, org-mode passes the file name right through to `find-file'. Could anyone try to reporduce this?

- Carsten


The fix is for a problem that occurs, when trying to open a remote
file link.  org-open-at-point mangles the EFS file links, possibly
tramp ones as well, i've not tried. It by replaces every ':' with '!'.

The link file:/address@hidden:/disk:/home/dir/WRK/ tries to open the
file "/address@hidden/disk!/home/dir/WRK/"

Its probably not the best way of going about it, but it works.

Tim.


_______________________________________________
Emacs-orgmode mailing list
address@hidden
http://lists.gnu.org/mailman/listinfo/emacs-orgmode



--
Carsten Dominik
Sterrenkundig Instituut "Anton Pannekoek"
Universiteit van Amsterdam
Kruislaan 403
NL-1098SJ Amsterdam
phone: +31 20 525 7477





reply via email to

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