From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ingo Lohmar Subject: org-store-link BUG for notmuch message Date: Fri, 11 Oct 2013 20:15:31 +0000 (UTC) Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:33391) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VUj7x-0006MQ-Rb for emacs-orgmode@gnu.org; Fri, 11 Oct 2013 16:16:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VUj7p-0000yC-Ei for emacs-orgmode@gnu.org; Fri, 11 Oct 2013 16:16:01 -0400 Received: from plane.gmane.org ([80.91.229.3]:57131) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VUj7p-0000xB-7w for emacs-orgmode@gnu.org; Fri, 11 Oct 2013 16:15:53 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1VUj7n-0002RO-Qz for emacs-orgmode@gnu.org; Fri, 11 Oct 2013 22:15:51 +0200 Received: from koln-5d812205.pool.mediaWays.net ([93.129.34.5]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 11 Oct 2013 22:15:51 +0200 Received: from i.lohmar by koln-5d812205.pool.mediaWays.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 11 Oct 2013 22:15:51 +0200 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: emacs-orgmode@gnu.org Hi all, I am using org-notmuch to store links to individual messages, and recently this has broken. As far as I can see, it is due to the last 10 lines in org.el's org-store-link: It looks to me like the "if" clause misses a progn: the "true" clause is too short and does not store the link (both pushes are in the "false" clause of the if form). Since I only have the packaged version, I would be very grateful if someone else could restore the working state --- I cannot check previous versions right now. Please let me know if you need any more info! Thanks a lot, and best regards Ingo