Re: [Orgmode] [PATCH 2/5] Add a way to set a user-defined function to generate descriptions for links.

2008-04-09 Thread Carsten Dominik
Applied, but with renaming org-make-link-description to org-make-link- description-function. Thanks. - Carsten On Mar 16, 2008, at 5:29 PM, James TD Smith wrote: From: James TD Smith [EMAIL PROTECTED] Below is an example which uses w3m to retrieve the titles of web pages to use as link

[Orgmode] [PATCH 2/5] Add a way to set a user-defined function to generate descriptions for links.

2008-03-16 Thread James TD Smith
From: James TD Smith [EMAIL PROTECTED] Below is an example which uses w3m to retrieve the titles of web pages to use as link descriptions. (require 'w3m) (defun make-link-description (link desc) Link description generator for orgmode (cond ((string-match https?: link)