From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Bug: stored link description craziness [7.9.2 (release_7.9.2-609-g853125 @ /Users/dave/.emacs.d/el-get/org-mode/lisp/)] Date: Sat, 22 Dec 2012 19:40:41 +0100 Message-ID: <87pq21vex1.fsf@bzg.ath.cx> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:50397) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TmYbK-0006V4-Fl for emacs-orgmode@gnu.org; Sat, 22 Dec 2012 18:35:36 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TmYbD-0003wE-K0 for emacs-orgmode@gnu.org; Sat, 22 Dec 2012 18:35:30 -0500 Received: from mail-wi0-f175.google.com ([209.85.212.175]:52711) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TmYbD-0003w1-DW for emacs-orgmode@gnu.org; Sat, 22 Dec 2012 18:35:23 -0500 Received: by mail-wi0-f175.google.com with SMTP id hm11so5866918wib.14 for ; Sat, 22 Dec 2012 15:35:22 -0800 (PST) In-Reply-To: (Dave Abrahams's message of "Sat, 27 Oct 2012 18:09:30 -0400") 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: Dave Abrahams Cc: emacs-orgmode@gnu.org Hi Dave, Dave Abrahams writes: > Go to the headline in the following org-snippet and do `M-x > org-store-link RET'. Then, anywhere, do `M-x org-insert-link RET RET'. > > The result is a link whose visible description is > "{{org-mode.org}{org-mode}}". IMO, it should be simply "org-mode". >From master, curly brackets are not used anymore in this case. Still, when the headline is only a bracket link, a "*" is appended to the internal link so that the user does not mix this internal link with the one on the headline. Thanks, -- Bastien