Re: [Orgmode] Include files on export

2008-07-02 Thread Carsten Dominik
On Jul 2, 2008, at 2:06 PM, Richard G Riley wrote: Carsten Dominik <[EMAIL PROTECTED]> writes: On Jul 2, 2008, at 12:10 PM, Richard G Riley wrote: Could I suggest a different approach? Possibly have a parameter which is a prefix text on the include line? e.g #+INCLUDE: "~/docs/cv/refe

Re: [Orgmode] Include files on export

2008-07-02 Thread Richard G Riley
Carsten Dominik <[EMAIL PROTECTED]> writes: > On Jul 2, 2008, at 12:10 PM, Richard G Riley wrote: >> >> Could I suggest a different approach? >> >> Possibly have a parameter which is a prefix text on the include line? >> >> e.g >> >> #+INCLUDE: "~/docs/cv/references/cpd.org" :prefix " + " > > Yes,

Re: [Orgmode] Include files on export

2008-07-02 Thread Carsten Dominik
On Jul 2, 2008, at 12:10 PM, Richard G Riley wrote: Could I suggest a different approach? Possibly have a parameter which is a prefix text on the include line? e.g #+INCLUDE: "~/docs/cv/references/cpd.org" :prefix " + " Yes, this is the better solution, but you need two different prefixes,

Re: [Orgmode] Include files on export

2008-07-02 Thread Richard G Riley
Carsten Dominik <[EMAIL PROTECTED]> writes: > On Jul 2, 2008, at 11:21 AM, Richard G Riley wrote: > >> >> How can I include text into a sub level e.g an unordered list? I >> really >> dont want to inclide the list delimiter in the text file itself since >> this text can be included elsewhere too.

Re: [Orgmode] Include files on export

2008-07-02 Thread Carsten Dominik
On Jul 2, 2008, at 11:21 AM, Richard G Riley wrote: How can I include text into a sub level e.g an unordered list? I really dont want to inclide the list delimiter in the text file itself since this text can be included elsewhere too. + Title + list item 1 #+INCLUDE: "~/docs/cv/references

[Orgmode] Include files on export

2008-07-02 Thread Richard G Riley
How can I include text into a sub level e.g an unordered list? I really dont want to inclide the list delimiter in the text file itself since this text can be included elsewhere too. + Title + list item 1 #+INCLUDE: "~/docs/cv/references/cpd.org" here I want the include to be list item 2.