From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Uwe Jochum" Subject: Re: Store link broken? Date: Mon, 25 Jun 2007 17:40:44 +0200 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1I2qgp-0002oD-9y for emacs-orgmode@gnu.org; Mon, 25 Jun 2007 11:41:19 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1I2qgn-0002nh-NH for emacs-orgmode@gnu.org; Mon, 25 Jun 2007 11:41:18 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1I2qgn-0002na-Du for emacs-orgmode@gnu.org; Mon, 25 Jun 2007 11:41:17 -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 1I2qgm-0001V8-V6 for emacs-orgmode@gnu.org; Mon, 25 Jun 2007 11:41:17 -0400 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1I2qgc-0000dz-P9 for emacs-orgmode@gnu.org; Mon, 25 Jun 2007 17:41:06 +0200 Received: from b42.ub.uni-konstanz.de ([134.34.200.72]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 25 Jun 2007 17:41:06 +0200 Received: from uwe.jochum by b42.ub.uni-konstanz.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 25 Jun 2007 17:41:06 +0200 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 O.k., sorry, I got it... Stupid enough: I forgot to _release_ the c-key before hitting the l-key (happens when you use a function rather from time to time). Uwe Message from Jun 25 2007 (15:45): > Hi all, > > I just wanted to store a link, using the usual "C-c l". But it seems > this command is broken in the new Org-4.79. Can someone verify this? Or > did I miss something? > > I have > > (add-to-list 'auto-mode-alist '("\\.org$" . org-mode)) > (define-key global-map "\C-cl" 'org-store-link) > (define-key global-map "\C-ca" 'org-agenda) > (global-font-lock-mode 1) > > in my .emacs-file, so the command should work (Emacs 22.1.1 on Windows > XP). > > Schöne Grüße, > > Uwe