I think you may have to use the slower and more correct version of noweb
expansion to avoid these sorts of problems.
Best,
Samuel Wales writes:
> By which I mean, the bug should be reproducible if you do so.
>
> On 2/11/14, Samuel Wales wrote:
>> Try with:
>>
>> (setq org-babel-use-quick-and
By which I mean, the bug should be reproducible if you do so.
On 2/11/14, Samuel Wales wrote:
> Try with:
>
> (setq org-babel-use-quick-and-dirty-noweb-expansion t)
>
> This setting is much, much faster, by the way.
>
> On 2/5/14, Eric Schulte wrote:
>> Samuel Wales writes:
>>
>>> hi eric,
>>
Try with:
(setq org-babel-use-quick-and-dirty-noweb-expansion t)
This setting is much, much faster, by the way.
On 2/5/14, Eric Schulte wrote:
> Samuel Wales writes:
>
>> hi eric,
>>
>> #+BEGIN_SRC org :results verbatim output :noweb yes :noweb-ref whatever
>> a
>> #+END_SRC
>> # #+BEG
[i changed whatever to whatever2]
--
The Kafka Pandemic: http://thekafkapandemic.blogspot.com
The disease DOES progress. MANY people have died from it. ANYBODY can get it.
Denmark: free Karina Hansen NOW.
I get this:
Debugger entered--Lisp error: (wrong-type-argument char-or-string-p nil)
org-babel-expand-noweb-references(nil)
org-babel-expand-noweb-references(("sh" "echo <>"
((:comments . "") (:shebang . "") (:cache . "no") (:padline . "")
(:noweb . "yes") (:tangle . "no") (:exports . "code")
Samuel Wales 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 <>
> #+E
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 <>
#+END_SRC
it is a bug that babel tries to use
Samuel Wales writes:
> This:
>
> #+BEGIN_SRC org :exports none :noweb-ref whatever
> ...
>
> with "# " or COMMENT still tries to be read by Babel. The latter
> works as if not commented. The former errors.
>
> Hope that's enough to reproduce.
>
I don't understand. Where are you putting th
This:
#+BEGIN_SRC org :exports none :noweb-ref whatever
...
with "# " or COMMENT still tries to be read by Babel. The latter
works as if not commented. The former errors.
Hope that's enough to reproduce.
Thanks.
Samuel
--
The Kafka Pandemic: http://thekafkapandemic.blogspot.com
The di