Re: [Orgmode] Re: export to html and relative links:

2008-06-24 Thread Paul R
Carsten Dominik <[EMAIL PROTECTED]> writes: >> Drop it if I'm off-topic, but isn't it what (file-relative-name path) >> does ? > > It is hard because I would have to write a special completion function > which sees the "file:" types and the switches its completion tactics. So I was right ! Right

Re: [Orgmode] Re: export to html and relative links:

2008-06-24 Thread Carsten Dominik
On Jun 24, 2008, at 10:36 AM, Paul R wrote: Carsten Dominik <[EMAIL PROTECTED]> writes: 2) Augment C-c C-l to react to file: by providing filename completion relative to the working directory. This is hard and therefore not yet implemented. Use `C-u C-c C-l' to insert a file link w

[Orgmode] Re: export to html and relative links:

2008-06-24 Thread Paul R
Carsten Dominik <[EMAIL PROTECTED]> writes: > 2) Augment C-c C-l to react to file: by providing filename > completion relative to the working directory. > > This is hard and therefore not yet implemented. Use `C-u C-c C-l' to insert > a file link with > completion. Drop it if I'm off-t