From mboxrd@z Thu Jan 1 00:00:00 1970 From: Uwe Brauer Subject: problem with org-babel-tangle Date: Mon, 07 Dec 2015 17:26:02 +0000 Message-ID: <87io4acgr9.fsf@mat.ucm.es> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:42622) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a5zYD-00068c-E0 for emacs-orgmode@gnu.org; Mon, 07 Dec 2015 12:26:14 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1a5zYA-0004nQ-OO for emacs-orgmode@gnu.org; Mon, 07 Dec 2015 12:26:13 -0500 Received: from plane.gmane.org ([80.91.229.3]:34519) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a5zYA-0004nF-Is for emacs-orgmode@gnu.org; Mon, 07 Dec 2015 12:26:10 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1a5zY8-0004OS-Ir for emacs-orgmode@gnu.org; Mon, 07 Dec 2015 18:26:08 +0100 Received: from gilgamesch.quim.ucm.es ([147.96.12.99]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 07 Dec 2015 18:26:08 +0100 Received: from oub by gilgamesch.quim.ucm.es with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 07 Dec 2015 18:26:08 +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 Hello I have the following minimal example :tangle yes #+BEGIN_SRC emacs-lisp (setq-default fill-column 79) #+END_SRC I put my cursor into the code block and execute C-c C-v t and I obtain Tangled 0 code blocks from new.org C-c C-v f gives the same result. What do I miss? Thanks Uwe Brauer