all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* org-babel (org-babel-detangle)
@ 2011-04-13 13:16 Mohamed HIBTI
  2011-04-13 16:50 ` Eric Schulte
  0 siblings, 1 reply; 7+ messages in thread
From: Mohamed HIBTI @ 2011-04-13 13:16 UTC (permalink / raw
  To: emacs-orgmode

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			
<define-fault-tree name="ACP-2">
  <!-- Le problème de cette question -->
  <!---->
        <label>AC Power System Bus 2</label>
        <define-gate name="@ACP-2-1" code:calctype="Q">
                <label>AC Power System Bus 2 fails</label>
                <and>
                <gate name="@ACP-2-2"/>
                        <gate name="@ACP-2-3"/>
                </and>
        </define-gate>
</define-fault-tree>
#+END_SRC

Best regards,

Mohamed

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2011-04-15 16:46 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-04-13 13:16 org-babel (org-babel-detangle) Mohamed HIBTI
2011-04-13 16:50 ` Eric Schulte
2011-04-13 18:01   ` Mohamed HIBTI
2011-04-14  9:19   ` Mohamed HIBTI
2011-04-14 14:47     ` Eric Schulte
2011-04-15  8:36       ` Mohamed HIBTI
2011-04-15 16:45       ` Mohamed HIBTI

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.