[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] org-insert-link with HTML title as default description
From: |
Bastien |
Subject: |
Re: [O] org-insert-link with HTML title as default description |
Date: |
Sat, 29 Sep 2012 22:53:47 +0200 |
User-agent: |
Gnus/5.130006 (Ma Gnus v0.6) Emacs/24.2.50 (gnu/linux) |
Hi Sylvain,
Sylvain Rousseau <address@hidden> writes:
> This can be done by setting the function
> `org-make-link-description-function'. However when set, the function
> is supposed to handle all type of links and return a string no matter
> what. There is no fallback mechanism. Here is a patch that fixes it:
Thanks for pointing at this -- I implemented a different fallback
that interactively prompt for a description when the adhoc function
fails (I also prevented an error in this function to stop the
insertion of a link.)
Let me know if this is okay for you.
Best,
--
Bastien