emacs-orgmode
[Top][All Lists]
Advanced

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

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


From: Carsten Dominik
Subject: Re: [Orgmode] Turn on "Hyperlinks > Literal Links "
Date: Wed, 3 Sep 2008 11:37:07 +0200


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))
  (org-restart-font-lock)
)


You can also use

(setq org-descriptive-links nil)

- Carsten


reply via email to

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