From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Eddward DeVilla" Subject: Re: Turn on "Hyperlinks > Literal Links " Date: Sat, 23 Aug 2008 13:12:13 -0500 Message-ID: References: <9E067A1AECCB154485D4CF7E4BEF4D8E0962762C@post07.corp.seic.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KWxay-0007Ws-A5 for emacs-orgmode@gnu.org; Sat, 23 Aug 2008 14:12:16 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KWxax-0007WZ-G0 for Emacs-orgmode@gnu.org; Sat, 23 Aug 2008 14:12:15 -0400 Received: from [199.232.76.173] (port=59516 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KWxax-0007WW-D1 for Emacs-orgmode@gnu.org; Sat, 23 Aug 2008 14:12:15 -0400 Received: from py-out-1112.google.com ([64.233.166.178]:47194) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KWxax-00058u-5o for Emacs-orgmode@gnu.org; Sat, 23 Aug 2008 14:12:15 -0400 Received: by py-out-1112.google.com with SMTP id p76so671362pyb.1 for ; Sat, 23 Aug 2008 11:12:14 -0700 (PDT) In-Reply-To: <9E067A1AECCB154485D4CF7E4BEF4D8E0962762C@post07.corp.seic.com> Content-Disposition: inline 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 You might be able to define a function that does that and call it from org-mode-hook. I call some org specific code from the hook on my work systems. I don't have access to them right now. I can try to post an example Monday. Edd On Fri, Aug 22, 2008 at 10:32 AM, Parker, Matthew wrote: > Is there a way to set "Hyperlinks > literal links" 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)) > > (org-restart-font-lock) > > ) > > > > > > Thanks, > Matt > > > > _______________________________________________ > Emacs-orgmode mailing list > Remember: use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode > >