From mboxrd@z Thu Jan 1 00:00:00 1970 From: Friedrich Delgado Friedrichs Subject: (setq org-link-to-org-use-id 'create-if-interactive) doesn't give a description Date: Fri, 19 Dec 2008 15:41:13 +0100 Message-ID: <20081219144113.GA14483@taupan.ath.cx> Reply-To: friedel@nomaden.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LDgXX-0001ij-1f for emacs-orgmode@gnu.org; Fri, 19 Dec 2008 09:41:19 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LDgXV-0001iD-Un for emacs-orgmode@gnu.org; Fri, 19 Dec 2008 09:41:18 -0500 Received: from [199.232.76.173] (port=53117 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LDgXV-0001i2-Pc for emacs-orgmode@gnu.org; Fri, 19 Dec 2008 09:41:17 -0500 Received: from dudelab.org ([212.12.33.202]:4489 helo=mail.dudelab.org) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1LDgXV-0007cE-DZ for emacs-orgmode@gnu.org; Fri, 19 Dec 2008 09:41:17 -0500 Received: from abrasax.taupan.ath.cx (p5B10CEB4.dip.t-dialin.net [91.16.206.180]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "Friedrich Delgado Friedrichs", Issuer "User CA" (verified OK)) by mail.dudelab.org (Postfix) with ESMTP id 7556022814D for ; Fri, 19 Dec 2008 15:39:56 +0100 (CET) Content-Disposition: inline List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: "\"Emacs-orgmode\" mailing list" Hi. I have org-link-to-org-use-id customized to 'create-if-interactive (the default, apparently) and org-make-link-description-function to nil. Now when I call org-store-link interactively, an id is created (good) and I get a stored link which leads back to the entry with the id (good), but there's no description stored with the link (not good). Apparently org-id-store-link successfully figures out the description of the item (desc contains the item title, with properties), but I can't tell what's going wrong after that. using latest git -- Friedrich Delgado Friedrichs Laziness led to the invention of the most useful tools.