Re: [O] Org list source block

2016-01-04 Thread Jarmo Hurri
Nicolas Goaziou writes: >> Once again I fail when I try to do something very _simple_ with Org. > > You're building programmatically your document. I don't believe it > belongs to "very simple" tasks. Coming from a LaTeX background, Org is a real miracle tool, but it is

Re: [O] Org list source block

2016-01-04 Thread Jarmo Hurri
"Charles C. Berry" writes: > If so, you can get it with > > * Test list > #+NAME: my-list > #+BEGIN_SRC org :exports none :results value org > - [ ] foo > - [ ] bar > #+END_SRC > > #+BEGIN_SRC org :noweb yes :results replace :wrap org :exports results ><> >

[O] Org list source block

2016-01-03 Thread Jarmo Hurri
Greetings. Once again I fail when I try to do something very _simple_ with Org. I am trying to define a checklist and then use the same list in my exported document in multiple locations. I don't think macros would work here, since my org code has multiple lines. So I am trying to use Babel.

Re: [O] Org list source block

2016-01-03 Thread Richard Lawrence
Hi Jarmo, Jarmo Hurri writes: > I am trying to define a checklist and then use the same list in my > exported document in multiple locations. ... > What is the correct solution to this? Would an #+INCLUDE file work here? See

Re: [O] Org list source block

2016-01-03 Thread Jarmo Hurri
Richard Lawrence writes: > Hi Jarmo, > > Jarmo Hurri writes: > >> I am trying to define a checklist and then use the same list in my >> exported document in multiple locations. ... >> What is the correct solution to this? > > Would an #+INCLUDE

Re: [O] Org list source block

2016-01-03 Thread Charles C. Berry
On Sun, 3 Jan 2016, Jarmo Hurri wrote: Greetings. Once again I fail when I try to do something very _simple_ with Org. I am trying to define a checklist and then use the same list in my exported document in multiple locations. I don't think macros would work here, since my org code has

Re: [O] Org list source block

2016-01-03 Thread Nicolas Goaziou
Hello, Jarmo Hurri writes: > Once again I fail when I try to do something very _simple_ with Org. You're building programmatically your document. I don't believe it belongs to "very simple" tasks. > I am trying to define a checklist and then use the same list in my >