Re: [O] Export to multiple HTML files

2015-02-27 Thread Pete Ley
> This: https://github.com/mbork/org-one-to-many may be a starting point. > It is a small library which splits an org file into many smaller ones. > (Bug reports/feature requests welcome, btw.) The main function returns > the list of generated files, so you could #'mapc some export function > over

Re: [O] Export to multiple HTML files?

2012-03-05 Thread Christian Egli
Nicolas Goaziou writes: >> But is there such a function ready to use? I don't think so. > > Ready to use, no. But since you can specify your own publishing > function, it should be doable. Actually if you use the mapping API[1] such a function should be fairly easy to write. Footnotes: [1]

Re: [O] Export to multiple HTML files?

2012-03-04 Thread Scott Randby
On 02/27/2012 12:19 PM, Avdi Grimm wrote: > Is there a way to export a single Org file to a bunch of HTML files, > one for each heading of a given level? E.g. the way the Org manual is > presented at http://orgmode.org/manual ? (yes, I realize that's Info > not org-mode)I thought I remembered that

Re: [O] Export to multiple HTML files?

2012-03-04 Thread Nicolas Goaziou
Hello, Christian Moe writes: > On 3/3/12 9:28 PM, Nicolas Goaziou wrote: > (...) >> Christian Moe writes: On Mon, Feb 27, 2012 at 5:19 PM, Avdi Grimm wrote: > Is there a way to export a single Org file to a bunch of HTML files, > one for each heading of a given level? > (...) >>>

Re: [O] Export to multiple HTML files?

2012-03-03 Thread Christian Moe
On 3/3/12 9:28 PM, Nicolas Goaziou wrote: (...) Christian Moe writes: On Mon, Feb 27, 2012 at 5:19 PM, Avdi Grimm wrote: Is there a way to export a single Org file to a bunch of HTML files, one for each heading of a given level? (...) I don't think there's been any way to do this directly.

Re: [O] Export to multiple HTML files?

2012-03-03 Thread Nicolas Goaziou
Hello, Christian Moe writes: >> On Mon, Feb 27, 2012 at 5:19 PM, Avdi Grimm wrote: >>> Is there a way to export a single Org file to a bunch of HTML files, >>> one for each heading of a given level? E.g. the way the Org manual is >>> presented at http://orgmode.org/manual ? (yes, I realize that

Re: [O] Export to multiple HTML files?

2012-03-03 Thread Christian Moe
On Mon, Feb 27, 2012 at 5:19 PM, Avdi Grimm wrote: Is there a way to export a single Org file to a bunch of HTML files, one for each heading of a given level? E.g. the way the Org manual is presented at http://orgmode.org/manual ? (yes, I realize that's Info not org-mode)I thought I remembered

Re: [O] Export to multiple HTML files?

2012-03-03 Thread Sean O'Halpin
On Mon, Feb 27, 2012 at 5:19 PM, Avdi Grimm wrote: > Is there a way to export a single Org file to a bunch of HTML files, > one for each heading of a given level? E.g. the way the Org manual is > presented at http://orgmode.org/manual ? (yes, I realize that's Info > not org-mode)I thought I rememb

[O] Export to multiple HTML files?

2012-02-27 Thread Avdi Grimm
Is there a way to export a single Org file to a bunch of HTML files, one for each heading of a given level? E.g. the way the Org manual is presented at http://orgmode.org/manual ? (yes, I realize that's Info not org-mode)I thought I remembered that being possible, but now I can't find it. Thanks!