emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: aditya siram <aditya.siram@gmail.com>
To: emacs-orgmode@gnu.org
Subject: [org-babel] :no-expand header expands noweb refs
Date: Tue, 5 Oct 2010 22:12:35 -0500	[thread overview]
Message-ID: <AANLkTing7ah5NAa9p3UT0aknM6sc49KYg5Ee0Pbm2Ub2@mail.gmail.com> (raw)

Hi all,
I may have understood the :no-expand header incorrectly, but I thought
it suppressed expanding noweb references while exporting but seems to
expand them.
For example I have an org file that looks like this (simplified) :
* Root
#+begin_src fundamental :noweb yes :no-expand :tangle Root.txt
  <<Chunk1>>
  <<Chunk2>>
#+end_src
* Chunk 1
#+source: Chunk1
#+begin_src fundamental
  code for chunk 1
#+end_src
* Chunk 2
#+source: Chunk2
#+begin_src fundamental
  code for chunk 2
#+end_src

When I 'org-export-as-ascii-to-buffer' I expect this :
                                 Root
                                 ====

Table of Contents
=================
....

1 Root
~~~~~~~
 <<Chunk1>>
 <<Chunk2>>
...

But I get this:
                                 Root
                                 ====

Table of Contents
=================
1 Root
2 ...


1 Root
~~~~~~~

  code for chunk 1
  code for chunk 2
...


Thanks for the help!
-deech

             reply	other threads:[~2010-10-06  3:13 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-10-06  3:12 aditya siram [this message]
2010-10-06  3:38 ` [org-babel] :no-expand header expands noweb refs aditya siram
2010-10-06 16:39   ` Eric Schulte

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=AANLkTing7ah5NAa9p3UT0aknM6sc49KYg5Ee0Pbm2Ub2@mail.gmail.com \
    --to=aditya.siram@gmail.com \
    --cc=emacs-orgmode@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).