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

2014-03-06 Thread Eric Schulte
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 samolog...@gmail.com writes:

 By which I mean, the bug should be reproducible if you do so.

 On 2/11/14, Samuel Wales samolog...@gmail.com 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 schulte.e...@gmail.com wrote:
 Samuel Wales samolog...@gmail.com 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



 --
 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.


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



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

2014-02-23 Thread Samuel Wales
By which I mean, the bug should be reproducible if you do so.

On 2/11/14, Samuel Wales samolog...@gmail.com 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 schulte.e...@gmail.com wrote:
 Samuel Wales samolog...@gmail.com 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



 --
 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.



-- 
The Kafka Pandemic: http://thekafkapandemic.blogspot.com

The disease DOES progress.  MANY people have died from it.  And
ANYBODY can get it without warning.

Denmark: free Karina Hansen NOW.



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

2014-02-10 Thread Samuel Wales
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 schulte.e...@gmail.com wrote:
 Samuel Wales samolog...@gmail.com 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



-- 
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.



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

2014-02-06 Thread Samuel Wales
[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.



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

2014-02-05 Thread Eric Schulte
Samuel Wales samolog...@gmail.com 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



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

2014-02-05 Thread Samuel Wales
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 whatever2
((:comments . ) (:shebang . ) (:cache . no) (:padline . )
(:noweb . yes) (:tangle . no) (:exports . code) (:results .
replace output) (:session . none) (:hlines . no) (:result-type .
output) (:result-params output replace) (:rowname-names)
(:colname-names))  nil 0 #marker at 2309 in bug.org))
  org-babel-execute-src-block(nil)
  org-babel-execute-src-block-maybe()
  org-babel-execute-maybe()
  org-babel-execute-safely-maybe()
  run-hook-with-args-until-success(org-babel-execute-safely-maybe)
  org-ctrl-c-ctrl-c(nil)
  call-interactively(org-ctrl-c-ctrl-c nil nil)


On 2/5/14, Eric Schulte schulte.e...@gmail.com wrote:
 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



-- 
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.



[O] [babel] cannot comment out noweb references

2014-02-04 Thread Samuel Wales
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 disease DOES progress.  MANY people have died from it.  ANYBODY can get it.

Denmark: free Karina Hansen NOW.



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

2014-02-04 Thread Eric Schulte
Samuel Wales samolog...@gmail.com 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 the comment character?  Can
you provide an example?


 Thanks.

 Samuel

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



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

2014-02-04 Thread Samuel Wales
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

-- 
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.