hi guys,

I have this:

(setq org-link-abbrev-alist
'(("foo" . "file:/path/to/%(myfun).txt")))

I'm trying to have "myfun" replace any spaces in the tag with underscores, but I'm not having much luck. Would someone mind giving me a hint?

Thanks.