From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Turn on "Hyperlinks > Literal Links " Date: Wed, 3 Sep 2008 11:37:07 +0200 Message-ID: References: <9E067A1AECCB154485D4CF7E4BEF4D8E0962762C@post07.corp.seic.com> Mime-Version: 1.0 (Apple Message framework v926) Content-Type: multipart/mixed; boundary="===============0617506009==" Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Kaonm-0005uZ-6O for emacs-orgmode@gnu.org; Wed, 03 Sep 2008 05:37:26 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Kaonk-0005sy-U1 for Emacs-orgmode@gnu.org; Wed, 03 Sep 2008 05:37:25 -0400 Received: from [199.232.76.173] (port=56517 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Kaonk-0005sm-Ka for Emacs-orgmode@gnu.org; Wed, 03 Sep 2008 05:37:24 -0400 Received: from ug-out-1314.google.com ([66.249.92.171]:49629) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Kaonk-0005gQ-K9 for Emacs-orgmode@gnu.org; Wed, 03 Sep 2008 05:37:24 -0400 Received: by ug-out-1314.google.com with SMTP id m2so2428766uge.17 for ; Wed, 03 Sep 2008 02:37:23 -0700 (PDT) In-Reply-To: <9E067A1AECCB154485D4CF7E4BEF4D8E0962762C@post07.corp.seic.com> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: "Parker, Matthew" Cc: Emacs-orgmode@gnu.org --===============0617506009== Content-Type: multipart/alternative; boundary=Apple-Mail-25--538224120 --Apple-Mail-25--538224120 Content-Type: text/plain; charset=WINDOWS-1252; format=flowed; delsp=yes Content-Transfer-Encoding: quoted-printable On Aug 22, 2008, at 5:32 PM, Parker, Matthew wrote: > Is there a way to set =93Hyperlinks > literal links=94 on by default? > > I found the elisp that works w/in an org buffer, but this fails if I =20= > put it in .emacs. > > ; turn on literal links > (progn > (org-remove-from-invisibility-spec '(org-link)) > (org-restart-font-lock) > ) You can also use (setq org-descriptive-links nil) - Carsten --Apple-Mail-25--538224120 Content-Type: text/html; charset=WINDOWS-1252 Content-Transfer-Encoding: quoted-printable
On Aug 22, 2008, = at 5:32 PM, Parker, Matthew wrote:

Is = there a way to set =93Hyperlinks > literal links=94 on by = default?
I = found the elisp that works w/in an org buffer, but this fails if I put = it in .emacs.
; = turn on literal links
(progn
  (org-remove-from-invisibility-spec = '(org-link))