emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Orgmode] source code block export no expansion


From: Andreas Leha
Subject: [Orgmode] source code block export no expansion
Date: Tue, 07 Dec 2010 18:38:46 +0100
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.15) Gecko/20101030 Iceowl/1.0b1 Icedove/3.0.10

Hi all,

I have a question about exporting source code blocks.  Say, I have
several modules (mod1, mod2), that build a bigger part (part1) of my
program, e.g.:


  #+srcname: mod1
  #+begin_src R :tangle no :export code
    print("mod1")
  #+end_src

  #+srcname: mod2
  #+begin_src R :tangle no :export code
    print("mod2")
  #+end_src

  #+srcname: part1
  #+begin_src R :noweb yes :tangle yes :export code :session *R*
    <<mod1>>
    <<mod2>>
  #+end_src

 
Now during the tangling I would like to tangle just the full part1 -
with noweb links being expanded.  Also during execution the noweb links
should be expanded.  This is not a problem.

But at the same time, during the export I'd like to export all three
code snippets, but I'd prefer the noweb links not to be expanded.  Is
that possible?

Thanks in advance,
Andreas

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]