Re: [O] How to collect multiple source blocks with the same name at the same level

2014-03-05 Thread Samuel Wales
noweb? -- The Kafka Pandemic: http://thekafkapandemic.blogspot.com The disease DOES progress. MANY people have died from it. And ANYBODY can get it. Denmark: free Karina Hansen NOW.

Re: [O] How to collect multiple source blocks with the same name at the same level

2014-03-05 Thread Thomas S. Dye
Aloha Grant, I'm not certain what you're after. From the Org mode manual: * outline header :PROPERTIES: :header-args::cache yes :END: Perhaps :header-args: :tangle myfile.el All the best, Tom Grant Rettke g...@wisdomandwonder.com writes: Hi, My goal is to

Re: [O] How to collect multiple source blocks with the same name at the same level

2014-03-05 Thread Grant Rettke
Exactly I'm doing a #+BEGIN_SRC emacs-lisp :tangle .emacs.el :noweb tangle What I'm aiming for is the case where you have lots of code blocks interspersed with written language... and want them to accumulate under a single identifier. I will keep digging. On Wed, Mar 5, 2014 at 3:39 PM, Thomas

Re: [O] How to collect multiple source blocks with the same name at the same level

2014-03-05 Thread Grant Rettke
Yup I'm using noweb references. On Wed, Mar 5, 2014 at 3:35 PM, Samuel Wales samolog...@gmail.com wrote: noweb? -- The Kafka Pandemic: http://thekafkapandemic.blogspot.com The disease DOES progress. MANY people have died from it. And ANYBODY can get it. Denmark: free Karina Hansen

Re: [O] How to collect multiple source blocks with the same name at the same level

2014-03-05 Thread Grant Rettke
Here is what I was looking for: http://orgmode.org/manual/noweb_002dref.html *** Windows [fn:39] :PROPERTIES: :noweb-ref: uxo-decision :END: Menu bars are not required [fn:38] #+BEGIN_SRC emacs-lisp (menu-bar-mode 0) #+END_SRC On Wed, Mar 5, 2014 at 4:24 PM, Grant Rettke

Re: [O] How to collect multiple source blocks with the same name at the same level

2014-03-05 Thread Aaron Ecay
Hi Grant, I think you can do this with the noweb-ref property/header arg. There’s an example very similar (if not identical) to your use case in the info manual, node “(org) noweb-ref” -- Aaron Ecay

Re: [O] How to collect multiple source blocks with the same name at the same level

2014-03-05 Thread Aaron Ecay
Aha, I see you found it too. I should run fetchmail more frequently...sorry for the noise. 2014ko martxoak 5an, Aaron Ecay-ek idatzi zuen: Hi Grant, I think you can do this with the noweb-ref property/header arg. There’s an example very similar (if not identical) to your use case in the

Re: [O] How to collect multiple source blocks with the same name at the same level

2014-03-05 Thread Grant Rettke
Thanks Aaron: http://orgmode.org/manual/noweb_002dref.html On Wed, Mar 5, 2014 at 4:41 PM, Aaron Ecay aarone...@gmail.com wrote: Hi Grant, I think you can do this with the noweb-ref property/header arg. There’s an example very similar (if not identical) to your use case in the info