From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: hyperlink to customize Date: Mon, 09 Dec 2013 17:06:32 -0500 Message-ID: <87mwk9llw7.fsf@alphaville.bos.redhat.com> References: <87r49lloaa.fsf@alphaville.bos.redhat.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:37345) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vq8yf-0007vS-EL for emacs-orgmode@gnu.org; Mon, 09 Dec 2013 17:07:03 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Vq8yZ-0001Fj-FH for emacs-orgmode@gnu.org; Mon, 09 Dec 2013 17:06:57 -0500 Received: from plane.gmane.org ([80.91.229.3]:41761) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vq8yZ-0001Dp-8G for emacs-orgmode@gnu.org; Mon, 09 Dec 2013 17:06:51 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1Vq8yY-0005pC-7z for emacs-orgmode@gnu.org; Mon, 09 Dec 2013 23:06:50 +0100 Received: from nat-pool-bos-t.redhat.com ([66.187.233.206]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 09 Dec 2013 23:06:50 +0100 Received: from ndokos by nat-pool-bos-t.redhat.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 09 Dec 2013 23:06:50 +0100 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Brady Trainor writes: > However, I am curious why I get away with > file:~/.emacs, > but not > elisp:(customize) > > That is, I can get away with not using square brackets for the file, but we > need > > [[elisp:(customize)]] > > Not a priority, just a mild curiosity. Actually, I took a look through the code and found out that elisp:customize should also work as a link, even without the brackets. The assumption is that the name following the ``elisp:'' part is the name of an interactive function (a "command"). Following the link just executes the command (without arguments - you can't use plain links for function calls with arguments). I tried it and it works for me - so the question is why it does not work for you. Nick