From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Lennart Borgman Newsgroups: gmane.emacs.help Subject: Re: Org-Mode: File Name Completion Date: Tue, 26 Jan 2010 19:17:07 +0100 Message-ID: References: <12879dca-66f3-46d5-9395-8b96ed199ff2@q4g2000yqm.googlegroups.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1264530018 9056 80.91.229.12 (26 Jan 2010 18:20:18 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 26 Jan 2010 18:20:18 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: deech Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Jan 26 19:20:10 2010 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1NZq1K-0003IQ-Lk for geh-help-gnu-emacs@m.gmane.org; Tue, 26 Jan 2010 19:20:10 +0100 Original-Received: from localhost ([127.0.0.1]:57887 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NZq1L-0007xH-O6 for geh-help-gnu-emacs@m.gmane.org; Tue, 26 Jan 2010 13:20:11 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NZpyp-0005Ri-QI for help-gnu-emacs@gnu.org; Tue, 26 Jan 2010 13:17:35 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NZpyk-0005Kv-Ht for help-gnu-emacs@gnu.org; Tue, 26 Jan 2010 13:17:34 -0500 Original-Received: from [199.232.76.173] (port=43139 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NZpyk-0005KP-3E for help-gnu-emacs@gnu.org; Tue, 26 Jan 2010 13:17:30 -0500 Original-Received: from gv-out-0910.google.com ([216.239.58.188]:3444) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NZpyj-00017S-JX for help-gnu-emacs@gnu.org; Tue, 26 Jan 2010 13:17:29 -0500 Original-Received: by gv-out-0910.google.com with SMTP id n29so320368gve.17 for ; Tue, 26 Jan 2010 10:17:27 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :from:date:message-id:subject:to:cc:content-type; bh=dOggvNC0NuKIXQ6lZ/tpJHp6IQ9HgDq4Cm7xf2kX3xE=; b=K1eKWGcT1OyeW1HLbOejY1QFJwNfEEa4NT0wTduZDtvIDK8s+T4vXlHDqBLm+cutNs sTw/HzbMcsnhW9Ansy3heF4xdf4ZG1659Py3uB+lerX/AmSO5ZOVBROqI2AX94pxPfdv PXd7GsIhHNnVoxiyiHbo7RkRMNi74v2oObUcg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; b=eEKSlL8BjZ3qPDLcsqgbNkYEzNiCcD19umbPTkSnQm4KBxdDpJXuttbxCOLTITvREF uzABUbGYl9SKKiVEf6VqybwNp2/A+m/4bi8DsobwaFOAEPEwO6oZTyr0R6s/QH2ppJqN 8is/AzNAjTy3uWi8tsEuod4JspA1axJtcy2RA= Original-Received: by 10.239.191.204 with SMTP id c12mr972333hbi.174.1264529847298; Tue, 26 Jan 2010 10:17:27 -0800 (PST) In-Reply-To: <12879dca-66f3-46d5-9395-8b96ed199ff2@q4g2000yqm.googlegroups.com> X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:71484 Archived-At: On Tue, Jan 26, 2010 at 5:53 PM, deech wrote: > This maybe off-topic, but is there a way to do file name completion in > an org-mode file link? For instance : [[/home/deech/Programming/ > Java<...some key-combo that completes this to 'Javascript'...>]] There is a function (defun ourcomments-org-complete-and-replace-file-link () in ourcomments-util.el in nXhtml. Perhaps that does what you want. (I am not sure if some version of this ever got included in org. Was it included? In that case I will throw my version into the big basket.)