From mboxrd@z Thu Jan 1 00:00:00 1970 From: Suvayu Ali Subject: Re: How to tangle? Date: Thu, 8 May 2014 17:56:07 +0200 Message-ID: <20140508155607.GA24781@chitra.no-ip.org> References: <20140508152735.GB20211@chitra.no-ip.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:36943) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WiQg8-0006uJ-6U for emacs-orgmode@gnu.org; Thu, 08 May 2014 11:56:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WiQg7-0001Qm-H1 for emacs-orgmode@gnu.org; Thu, 08 May 2014 11:56:12 -0400 Received: from mail-ee0-x229.google.com ([2a00:1450:4013:c00::229]:32784) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WiQg7-0001Qa-9W for emacs-orgmode@gnu.org; Thu, 08 May 2014 11:56:11 -0400 Received: by mail-ee0-f41.google.com with SMTP id t10so1914349eei.28 for ; Thu, 08 May 2014 08:56:10 -0700 (PDT) Content-Disposition: inline In-Reply-To: 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: John Kitchin Cc: Emacs Org mode Hi John, On Thu, May 08, 2014 at 11:36:25AM -0400, John Kitchin wrote: > that is pretty strange. I just tried it and got > > Tangled 51 code blocks from org-ref.org > You can run the command `org-babel-tangle' with C-c C-v t > > You could also try: > [[elisp:(org-babel-load-file "org-ref.org")]] I tried `M-: (org-babel-load-file "org-ref.org") RET'. That gave me the following backtrace: Debugger entered--Lisp error: (wrong-type-argument stringp nil) expand-file-name(nil) load-file(nil) org-babel-load-file("org-ref.org") eval((org-babel-load-file "org-ref.org") nil) eval-expression((org-babel-load-file "org-ref.org") nil) call-interactively(eval-expression nil nil) command-execute(eval-expression) Something is definitely wrong with my setup. Although I can't think where or how. Cheers, -- Suvayu Open source is the future. It sets us free.