From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Uwe Jochum" Subject: Store link broken? Date: Mon, 25 Jun 2007 15:45:23 +0200 Message-ID: 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 1I2ovl-0005cr-BH for emacs-orgmode@gnu.org; Mon, 25 Jun 2007 09:48:37 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1I2ovj-0005av-Ga for emacs-orgmode@gnu.org; Mon, 25 Jun 2007 09:48:36 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1I2ovj-0005ar-9s for emacs-orgmode@gnu.org; Mon, 25 Jun 2007 09:48:35 -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 1I2ovi-0006em-Qo for emacs-orgmode@gnu.org; Mon, 25 Jun 2007 09:48:35 -0400 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1I2ou1-0006gW-TB for emacs-orgmode@gnu.org; Mon, 25 Jun 2007 15:46:50 +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 15:46:49 +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 15:46:49 +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 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