From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rainer M Krug Subject: [BUG] in org-babel-get-src-block-info when certain :header-args are set Date: Tue, 10 Feb 2015 12:10:14 +0100 Message-ID: Mime-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha1; protocol="application/pgp-signature" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:36215) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YL8i6-0001kI-NR for emacs-orgmode@gnu.org; Tue, 10 Feb 2015 06:10:31 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YL8i2-0003ti-Nc for emacs-orgmode@gnu.org; Tue, 10 Feb 2015 06:10:30 -0500 Received: from plane.gmane.org ([80.91.229.3]:50281) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YL8i2-0003tV-FW for emacs-orgmode@gnu.org; Tue, 10 Feb 2015 06:10:26 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1YL8i0-0005h6-IP for emacs-orgmode@gnu.org; Tue, 10 Feb 2015 12:10:24 +0100 Received: from arn78-1-88-186-171-7.fbx.proxad.net ([88.186.171.7]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 10 Feb 2015 12:10:24 +0100 Received: from Rainer by arn78-1-88-186-171-7.fbx.proxad.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 10 Feb 2015 12:10:24 +0100 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 --=-=-= Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Hi =2D-8<---------------cut here---------------start------------->8--- #+PROPERTY: header-args :tangle-mode (identity #o444) * Initial plottings #+begin_src R plot(1) #+end_src =2D-8<---------------cut here---------------end--------------->8--- When calling org-babel-view-src-block-info (C-c C-v C-i) on the code block above, I get the error below. I don't have the slightest clue what this means or how it can be fixed, but it caused by the call to (identity #o444). ,---- | Debugger entered--Lisp error: (wrong-type-argument sequencep 292) | #[(it) "G\301V\207" [it 0] 2](292) | org-babel-view-src-block-info() | call-interactively(org-babel-view-src-block-info nil nil) | command-execute(org-babel-view-src-block-info) | Debugger entered--Lisp error: (wrong-type-argument sequencep 292) | #[(it) "G\301V\207" [it 0] 2](292) | org-babel-view-src-block-info() | call-interactively(org-babel-view-src-block-info nil nil) | command-execute(org-babel-view-src-block-info) `---- ,---- | Org-mode version 8.3beta (release_8.3beta-798-g528b90 @/Users/rainerkrug/= .emacs.d/org-mode/lisp/) | GNU Emacs 24.4.1 (x86_64-apple-darwin14.0.0, Carbon Version 157 AppKit 13= 43.16) of 2015-02-02 on Rainers-MacBook-Pro-4.local `---- reproduced without configuration. Cheers, Rainer =2D-=20 Rainer M. Krug email: Rainerkrugsde PGP: 0x0F52F982 --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG/MacGPG2 v2.0.22 (Darwin) iQEcBAEBAgAGBQJU2ecaAAoJENvXNx4PUvmChRkIAIh9OQo1UgBiESPiCC2KfUsV dsEOIksMsRyJeh5MsC+rJ2Eu2gPOAE9cmd5zJT5m3BzbL6qw5iSlkgt+BhCVBomE nF3UnpL7T45ZHDj8qf89Vp6HLYKxvo/mFrez9m+K26ID3fB84JLN41LVl/FjhoxN 6n4Em3Vl8nyeWT7Wh29JdLL/IUvsXWusc5InitOoyxIaL+opeN4dzU8nd1ZsUiIx 1a5dAi8bo++uhDusJNUEagxbe6VyLgp8VH70wMUFtfJ+ZRnlxnpWpLhEdBA6Tsnu y+97wq3JlSX21PVF9g9BJspojKfWw8ZnP8srFQMHOxlEb053n3t0P7pOE8bFChI= =nWLU -----END PGP SIGNATURE----- --=-=-=--