Re: [Orgmode] Feature request: custom link handlers

2007-11-30 Thread Bastien
Tom Weissmann <[EMAIL PROTECTED]> writes: > This is basically a request to be able to create custom link handlers. > > For example, my `org-link-abbrev-alist' is this: > > `(("wiki" . org-link-abbrev-wiki) > ("bmk". org-link-abbrev-bookmark) > ("POA". org-link-abbrev-poa)) > > > Onl

[Orgmode] Feature request: custom link handlers

2007-11-30 Thread Tom Weissmann
This is basically a request to be able to create custom link handlers. For example, my `org-link-abbrev-alist' is this: `(("wiki" . org-link-abbrev-wiki) ("bmk". org-link-abbrev-bookmark) ("POA". org-link-abbrev-poa)) Only one of these actually returns a link that Org mode can us