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 <ulf-n...@zeitform.de> 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.
> Emacs-orgmode@gnu.org
> 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: s.r...@emma-stil.de, sebastian_r...@gmx.de
Http:  www.emma-stil.de


_______________________________________________
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