From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Bach Subject: Babel code block linking issue Date: Sun, 06 Oct 2013 20:12:03 +0200 Message-ID: Reply-To: phaebz@gmail.com Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:49286) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VSsob-0005Lv-7n for emacs-orgmode@gnu.org; Sun, 06 Oct 2013 14:12:31 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VSsoV-0005hw-3M for emacs-orgmode@gnu.org; Sun, 06 Oct 2013 14:12:25 -0400 Received: from plane.gmane.org ([80.91.229.3]:40794) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VSsoU-0005hg-PP for emacs-orgmode@gnu.org; Sun, 06 Oct 2013 14:12:19 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1VSsoR-0001zd-WB for emacs-orgmode@gnu.org; Sun, 06 Oct 2013 20:12:16 +0200 Received: from 84-112-231-91.dynamic.surfer.at ([84.112.231.91]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 06 Oct 2013 20:12:15 +0200 Received: from phaebz by 84-112-231-91.dynamic.surfer.at with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 06 Oct 2013 20:12:15 +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 Dear org-mode Users and Developers, I am running org 8.2.1 and was following the nice video [1] showing off some org-mode features. I could follow and reproduce up to the point where he goes on to edit a code block via C-c ' and puts a link there via `org-store-link'. When I try that, I get the good old ``wrong-type-argument stringp nil'' error - see backtrace on pastebin [2]. I very much assume that the `org-store-link(nil)' call at the very beginning is messed up. I am using a simple `username' as link, nothing fancy here. Any ideas? How to further debug? Michael [1] http://www.youtube.com/watch?v=lsYdK0C2RvQ [2] http://pastebin.com/QqLFvSwn