From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Sean O'Halpin" Subject: Re: Patch: option to not hide brackets in org links Date: Sun, 13 May 2012 02:41:43 +0100 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from eggs.gnu.org ([208.118.235.92]:49928) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1STNoh-0005oq-MT for emacs-orgmode@gnu.org; Sat, 12 May 2012 21:41:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1STNog-0001FY-1v for emacs-orgmode@gnu.org; Sat, 12 May 2012 21:41:47 -0400 Received: from mail-ey0-f169.google.com ([209.85.215.169]:37647) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1STNof-0001FE-OL for emacs-orgmode@gnu.org; Sat, 12 May 2012 21:41:45 -0400 Received: by eaan1 with SMTP id n1so1371837eaa.0 for ; Sat, 12 May 2012 18:41:43 -0700 (PDT) In-Reply-To: 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: Paul Sexton Cc: emacs-orgmode@gnu.org On Thu, May 10, 2012 at 9:56 AM, Paul Sexton wrote: > Sean O'Halpin gmail.com> writes: >> Is that publicly available anywhere? > > Here you go. To use, add orgl-enable to the relevant mode-hook, eg: > (add-hook 'python-mode-hook 'orgl-enable) > [snip code] Thanks!