From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Baumann Subject: Re: Please test links Date: Sat, 15 Mar 2008 21:26:58 +0100 Message-ID: References: <3FE7D870-A0BF-48A7-A9B5-1023493C0861@science.uva.nl> 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 1JacyE-0004OT-2s for emacs-orgmode@gnu.org; Sat, 15 Mar 2008 16:27:10 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JacyC-0004OF-Kh for emacs-orgmode@gnu.org; Sat, 15 Mar 2008 16:27:09 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JacyC-0004OC-I1 for emacs-orgmode@gnu.org; Sat, 15 Mar 2008 16:27:08 -0400 Received: from main.gmane.org ([80.91.229.2] helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1JacyC-0007Zu-Ch for emacs-orgmode@gnu.org; Sat, 15 Mar 2008 16:27:08 -0400 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1Jacy7-00066G-Pl for emacs-orgmode@gnu.org; Sat, 15 Mar 2008 20:27:03 +0000 Received: from p54961ae6.dip0.t-ipconnect.de ([84.150.26.230]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 15 Mar 2008 20:27:03 +0000 Received: from dtbaumann by p54961ae6.dip0.t-ipconnect.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 15 Mar 2008 20:27:03 +0000 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@gnu.org Forgot to add: (defun org-add-link-props (&rest plist) "Add these properties to the link property list." (let (key value) (while plist (setq key (pop plist) value (pop plist)) (setq org-store-link-plist (plist-put org-store-link-plist key value))) t)) does the trick but might be what we call "Jungbauernmethode" :-)