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

Reply via email to