From: Sebastian Rose <sebastian_rose@gmx.de>
To: Ulf Stegemann <ulf-news@zeitform.de>
Cc: emacs-orgmode@gnu.org
Subject: Re: Suppress linkification of external links possible?
Date: Tue, 17 Feb 2009 13:36:00 +0100 [thread overview]
Message-ID: <87skmdxmtr.fsf@kassiopeya.MSHEIMNETZ> (raw)
In-Reply-To: <zf.upnljs5qodg.fsf@zeitform.de> (Ulf Stegemann's message of "Tue, 17 Feb 2009 12:44:27 +0100")
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-news@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.rose@emma-stil.de, sebastian_rose@gmx.de
Http: www.emma-stil.de
next prev parent reply other threads:[~2009-02-17 12:33 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-02-17 11:44 Suppress linkification of external links possible? Ulf Stegemann
2009-02-17 12:20 ` Matthew Lundin
2009-02-17 12:46 ` Sebastian Rose
2009-02-17 20:40 ` Carsten Dominik
2009-02-17 12:21 ` Giovanni Ridolfi
2009-02-17 13:05 ` Ulf Stegemann
2009-02-17 15:57 ` Giovanni Ridolfi
2009-02-18 7:51 ` Ulf Stegemann
2009-02-17 21:27 ` Carsten Dominik
2009-02-18 7:58 ` Ulf Stegemann
2009-02-18 12:29 ` Carsten Dominik
2009-02-18 12:51 ` Ulf Stegemann
2009-02-18 8:07 ` Giovanni Ridolfi
2009-02-17 12:36 ` Sebastian Rose [this message]
2009-02-17 12:42 ` Sebastian Rose
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.orgmode.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87skmdxmtr.fsf@kassiopeya.MSHEIMNETZ \
--to=sebastian_rose@gmx.de \
--cc=emacs-orgmode@gnu.org \
--cc=ulf-news@zeitform.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).