[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Orgmode] Complete file names when inserting a link
From: |
Matthew Lundin |
Subject: |
Re: [Orgmode] Complete file names when inserting a link |
Date: |
Wed, 15 Apr 2009 16:25:05 -0500 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/23.0.91 (gnu/linux) |
Hi Daniel,
Daniel Clemente <address@hidden> writes:
> Hi; with latest org-mode and emacs -Q, I pressed:
>
> 1. C-c C-l
> 2. file:/
> 3. TAB
>
> I get [No match]. I expected that I could complete file names as in
> C-x C-f, without changing any setting. Is this a bug?
To get completion, you need to call org-insert-link with a prefix
argument:
C-u C-c C-l
See this FAQ:
http://http://orgmode.org/worg/org-faq.php#completion-of-file-links
Regards,
Matt