Re: [Orgmode] Turn on "Hyperlinks > Literal Links "

2008-09-03 Thread Carsten Dominik
On Aug 22, 2008, at 5:32 PM, 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)) (o

RE: [Orgmode] Turn on "Hyperlinks > Literal Links "

2008-08-25 Thread Parker, Matthew
) -Original Message- From: Eddward DeVilla [mailto:[EMAIL PROTECTED] Sent: Monday, August 25, 2008 1:02 PM To: Parker, Matthew Cc: Emacs-orgmode@gnu.org Subject: Re: [Orgmode] Turn on "Hyperlinks > Literal Links " Here is a snip from my .emacs. Maybe you could does somethin

Re: [Orgmode] Turn on "Hyperlinks > Literal Links "

2008-08-25 Thread Eddward DeVilla
e- > From: Eddward DeVilla [mailto:[EMAIL PROTECTED] > 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

RE: [Orgmode] Turn on "Hyperlinks > Literal Links "

2008-08-25 Thread Parker, Matthew
Thanks I'll give that a try! -Original Message- From: Eddward DeVilla [mailto:[EMAIL PROTECTED] 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 defi

Re: [Orgmode] Turn on "Hyperlinks > Literal Links "

2008-08-23 Thread Eddward DeVilla
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 <[EMAIL PROTEC

[Orgmode] Turn on "Hyperlinks > Literal Links "

2008-08-22 Thread Parker, Matthew
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 _