emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Orgmode] Turn on "Hyperlinks > Literal Links "


From: Parker, Matthew
Subject: [Orgmode] Turn on "Hyperlinks > Literal Links "
Date: Fri, 22 Aug 2008 11:32:53 -0400

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

 


reply via email to

[Prev in Thread] Current Thread [Next in Thread]