emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] [babel] cannot comment out noweb references


From: Eric Schulte
Subject: Re: [O] [babel] cannot comment out noweb references
Date: Wed, 05 Feb 2014 17:57:47 -0700
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux)

Samuel Wales <address@hidden> writes:

> hi eric,
>
> #+BEGIN_SRC org :results verbatim output :noweb yes :noweb-ref whatever
>       a
> #+END_SRC
> # #+BEGIN_SRC org :results verbatim output :noweb yes :noweb-ref whatever
> #       b
> # #+END_SRC
> #+BEGIN_SRC sh :results output :noweb yes
>       echo <<whatever>>
> #+END_SRC
>
> it is a bug that babel tries to use b.
>
> babel tries to use COMMENT comments also.
>
> samuel

When executing the last code block I get the expected output, namely
"a".

#+BEGIN_SRC org :results verbatim output :noweb yes :noweb-ref whatever
      a
#+END_SRC

# #+BEGIN_SRC org :results verbatim output :noweb yes :noweb-ref whatever
#       b
# #+END_SRC

#+BEGIN_SRC sh :results output :noweb yes
      echo <<whatever>>
#+END_SRC

#+RESULTS:
: a

Best,

-- 
Eric Schulte
https://cs.unm.edu/~eschulte
PGP: 0x614CA05D



reply via email to

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