From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mohamed HIBTI Subject: org-babel (org-babel-detangle) Date: Wed, 13 Apr 2011 13:16:06 +0000 (UTC) Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([140.186.70.92]:58919) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q9zvv-0002Wk-9X for emacs-orgmode@gnu.org; Wed, 13 Apr 2011 09:16:40 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q9zvo-0008MC-PH for emacs-orgmode@gnu.org; Wed, 13 Apr 2011 09:16:35 -0400 Received: from lo.gmane.org ([80.91.229.12]:35815) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q9zvo-0008Lt-HP for emacs-orgmode@gnu.org; Wed, 13 Apr 2011 09:16:28 -0400 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1Q9zvl-0002AM-So for emacs-orgmode@gnu.org; Wed, 13 Apr 2011 15:16:26 +0200 Received: from 192.54.193.26 ([192.54.193.26]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 13 Apr 2011 15:16:25 +0200 Received: from mohamed.hibti by 192.54.193.26 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 13 Apr 2011 15:16:25 +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 all, I have a problem with detangling org-babel fragments. May be this is because XML is not a supported feature/or I use it in a wrong way. Any help is welcome. My org-file is below. I can tangle this file to obtain the XML file but when I try to jump to org I get the message "not in tangled code". *** TODO Question that needs validation :PROPERTIES: :ID: 2788f65d-5613-40c1-80ae-ae966f4bb398 :END: #+BEGIN_SRC XML :tangle ./sample04.xml :comment yes #+END_SRC Best regards, Mohamed