From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Parker, Matthew" Subject: RE: Turn on "Hyperlinks > Literal Links " Date: Mon, 25 Aug 2008 12:08:10 -0400 Message-ID: <9E067A1AECCB154485D4CF7E4BEF4D8E096279BC@post07.corp.seic.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KXecA-0007aB-1W for emacs-orgmode@gnu.org; Mon, 25 Aug 2008 12:08:22 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KXec9-0007ZA-3j for Emacs-orgmode@gnu.org; Mon, 25 Aug 2008 12:08:21 -0400 Received: from [199.232.76.173] (port=32999 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KXec8-0007Yy-Ua for Emacs-orgmode@gnu.org; Mon, 25 Aug 2008 12:08:20 -0400 Received: from exprod5og101.obsmtp.com ([64.18.0.141]:53621) by monty-python.gnu.org with smtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1KXec8-0004e3-Rg for Emacs-orgmode@gnu.org; Mon, 25 Aug 2008 12:08:21 -0400 Content-class: urn:content-classes:message In-Reply-To: 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: Eddward DeVilla Cc: Emacs-orgmode@gnu.org Thanks I'll give that a try! -----Original Message----- From: Eddward DeVilla [mailto:eddward@gmail.com]=20 Sent: Saturday, August 23, 2008 2:12 PM To: Parker, Matthew Cc: Emacs-orgmode@gnu.org Subject: Re: [Orgmode] Turn on "Hyperlinks > Literal Links " 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 > >