From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Re: export to html and relative links: Date: Tue, 24 Jun 2008 11:39:40 +0200 Message-ID: <54569F62-AB4A-4229-A5A7-06EB4AFF3256@gmail.com> References: <18433.37101.453170.649918@gargle.gargle.HOWL> <18434.10211.460576.220006@gargle.gargle.HOWL> <18434.13307.199469.747272@gargle.gargle.HOWL> <83DA18C3-10D2-4286-95BE-8E81EA1D0652@science.uva.nl> <18434.21887.554746.137185@gargle.gargle.HOWL> <8D453617-E574-4032-B7B4-B421D34E6163@gmail.com> <877icfgrg2.fsf@gmail.com> Mime-Version: 1.0 (Apple Message framework v924) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KB50C-0005sG-U3 for emacs-orgmode@gnu.org; Tue, 24 Jun 2008 05:39:53 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KB50A-0005rL-AN for emacs-orgmode@gnu.org; Tue, 24 Jun 2008 05:39:51 -0400 Received: from [199.232.76.173] (port=39773 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KB509-0005r0-6c for emacs-orgmode@gnu.org; Tue, 24 Jun 2008 05:39:49 -0400 Received: from ug-out-1314.google.com ([66.249.92.168]:21603) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KB506-0003gk-9P for emacs-orgmode@gnu.org; Tue, 24 Jun 2008 05:39:46 -0400 Received: by ug-out-1314.google.com with SMTP id l31so589756ugc.48 for ; Tue, 24 Jun 2008 02:39:43 -0700 (PDT) In-Reply-To: <877icfgrg2.fsf@gmail.com> 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: Paul R Cc: raman@users.sf.net, emacs-orgmode@gnu.org On Jun 24, 2008, at 10:36 AM, Paul R wrote: > Carsten Dominik 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-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. - Carsten