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 PROTECTED]> 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
>
>


_______________________________________________
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