emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [Orgmode] Suppress linkification of external links possible?


From: Sebastian Rose
Subject: Re: [Orgmode] Suppress linkification of external links possible?
Date: Tue, 17 Feb 2009 13:36:00 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.90 (gnu/linux)

Hi Ulf,



a dirty hackish aproach:



(defun sr-no-link (href)
  "Links, that are no links"
  "#")

(setq org-link-abbrev-alist
       '(("man"       . "http://localhost/devel/man.php?q=man&what=%s";)
         ;; ... many more ...
         ("dummy" . sr-no-link))



  [[dummy:][http://gateway.example.org]]

It's still displayed as link then, but the browsers do nothing ;-)



Regards,


    Sebastian



Ulf Stegemann <address@hidden> writes:
> Hi all,
>
> just a quick question: Is it possible to suppress the automagical
> linkification of external links? I have a document here for tutorial
> purposes which is cluttered with invalid addresses like
> 'http://gateway.example.org'. Linkification of those addresses is rather
> disturbing.
>
> Ulf
>
>
>
> _______________________________________________
> Emacs-orgmode mailing list
> Remember: use `Reply All' to send replies to the list.
> address@hidden
> http://lists.gnu.org/mailman/listinfo/emacs-orgmode
>

--
Sebastian Rose, EMMA STIL - mediendesign, Niemeyerstr.6, 30449 Hannover
Tel.:  +49 (0)511 - 36 58 472
Fax:   +49 (0)1805 - 233633 - 11044
mobil: +49 (0)173 - 83 93 417
Email: address@hidden, address@hidden
Http:  www.emma-stil.de




reply via email to

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