From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sylvain Rousseau Subject: Re: org-insert-link with HTML title as default description Date: Sun, 30 Sep 2012 01:00:24 +0200 Message-ID: References: <87r4pklwkb.fsf@bzg.ath.cx> <874nmgh7ok.fsf@bzg.ath.cx> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from eggs.gnu.org ([208.118.235.92]:44404) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TI61K-0006tU-Kd for emacs-orgmode@gnu.org; Sat, 29 Sep 2012 19:00:27 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TI61J-0008ER-Pr for emacs-orgmode@gnu.org; Sat, 29 Sep 2012 19:00:26 -0400 Received: from mail-lb0-f169.google.com ([209.85.217.169]:38131) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TI61J-0008Dr-If for emacs-orgmode@gnu.org; Sat, 29 Sep 2012 19:00:25 -0400 Received: by lbok6 with SMTP id k6so3240216lbo.0 for ; Sat, 29 Sep 2012 16:00:24 -0700 (PDT) In-Reply-To: <874nmgh7ok.fsf@bzg.ath.cx> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Bastien Cc: emacs-orgmode@gnu.org, Miro Bezjak This is definitely better! Your version is actually more faithful to the original one as it ignores `default-description' when `org-make-link-description-function' is set (and succeed). Cheers, Sylvain.