emacs-orgmode
[Top][All Lists]
Advanced

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

Re: Link from orgmode file to E-Mail (using kmail or notmuch)


From: Bruno Barbier
Subject: Re: Link from orgmode file to E-Mail (using kmail or notmuch)
Date: Tue, 24 Jan 2023 18:39:46 +0100

Jean Louis <bugs@gnu.support> writes:

> And not to hard code it in Org.
>
> To circumvent hard coding in Org, one can always use elisp: type of links:
>
> (defun my-handler (mid)
>  (message mid))
>
> [[elisp:(my-handler "I am ok here")][my handler]]

Org also allows the user to define his own link types:

 (info "(org) Adding Hyperlink Types")


Bruno



reply via email to

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