From mboxrd@z Thu Jan 1 00:00:00 1970 From: Brady Trainor Subject: Re: hyperlink to customize Date: Mon, 9 Dec 2013 21:40:06 +0000 (UTC) Message-ID: References: <87r49lloaa.fsf@alphaville.bos.redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:32830) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vq8ZB-0006K1-RR for emacs-orgmode@gnu.org; Mon, 09 Dec 2013 16:40:43 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Vq8Z5-0001zR-EZ for emacs-orgmode@gnu.org; Mon, 09 Dec 2013 16:40:37 -0500 Received: from plane.gmane.org ([80.91.229.3]:55345) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vq8Z5-0001zM-7w for emacs-orgmode@gnu.org; Mon, 09 Dec 2013 16:40:31 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1Vq8Z1-0004dA-Ou for emacs-orgmode@gnu.org; Mon, 09 Dec 2013 22:40:27 +0100 Received: from c-71-231-58-30.hsd1.wa.comcast.net ([71.231.58.30]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 09 Dec 2013 22:40:27 +0100 Received: from algebrat by c-71-231-58-30.hsd1.wa.comcast.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 09 Dec 2013 22:40:27 +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 Nick Dokos gmail.com> writes: > > Brady Trainor uw.edu> writes: > > > > > So, my naïve attempt is to use > > > > > > > > elisp:customize > > > > > > so to call it from an elisp link, you say > > [[elisp:(customize)]] Thank you for the speedy reply and solution! P.S. 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. (Now that I think about it, in my troubleshooting, I had tried elisp:(...), but the linking broke so I should have thought to add the brackets. Drat.)