From mboxrd@z Thu Jan 1 00:00:00 1970 From: Brady Trainor Subject: hyperlink to customize Date: Mon, 9 Dec 2013 21:01:43 +0000 (UTC) Message-ID: 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]:54554) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vq7y0-0000LD-7x for emacs-orgmode@gnu.org; Mon, 09 Dec 2013 16:02:18 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Vq7xu-0007eK-6w for emacs-orgmode@gnu.org; Mon, 09 Dec 2013 16:02:12 -0500 Received: from plane.gmane.org ([80.91.229.3]:56570) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vq7xu-0007e1-0x for emacs-orgmode@gnu.org; Mon, 09 Dec 2013 16:02:06 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1Vq7xr-0004Kf-To for emacs-orgmode@gnu.org; Mon, 09 Dec 2013 22:02:04 +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:02:03 +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:02:03 +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 As I climb the org-mode (and Emacs) learning curve, I like to have things like hyperlinks to frequently visited places available. I can link to info, but not sure how to link to the customize, er, mode? buffer? I assume I should consider it an external link, or anyways assume I should use the elisp:blah method from http://orgmode.org/manual/External- links.html#External-links. So, my naïve attempt is to use elisp:customize This does not work, any ideas? Custom links?