Re: [pollen] getting the filename of current input source in pollen.rkt

2019-03-28 Thread Ifeoluwapo Eleyinafe
ble to associate metas to (current-metas). > corr > > On Thu, Mar 28, 2019 at 5:12 PM Ifeoluwapo Eleyinafe > wrote: > >> Thanks so much for the quick reply. So I tried to access (current-metas) >> from the pollen.rkt but I keep getting false. >> I tried creating a te

Re: [pollen] getting the filename of current input source in pollen.rkt

2019-03-28 Thread Ifeoluwapo Eleyinafe
but metas was an unbound identifier. I'm sure I'm doing something wrong. I'll keep re-reading the documentation. Thanks much for your help. On Thursday, March 28, 2019 at 11:21:27 AM UTC-4, Matthew Butterick wrote: > > > On Mar 28, 2019, at 6:23 AM, Ifeoluwapo Eleyinafe > wrote: > >

Re: [pollen] Combining multiple input pages into single output.

2019-02-15 Thread Ifeoluwapo Eleyinafe
files, you can do that whatever way suits you > — don't overlook the `pagetree->list` function. > > > On Feb 14, 2019, at 8:11 AM, Ifeoluwapo Eleyinafe > wrote: > > Or maybe just do this? > > ◊(define fileList (file->list index.ptree)) ;Not sure how to get the > exact

Re: [pollen] Combining multiple input pages into single output.

2019-02-14 Thread Ifeoluwapo Eleyinafe
ating a list of files, you can do that whatever way suits you > — don't overlook the `pagetree->list` function. > > > On Feb 14, 2019, at 8:11 AM, Ifeoluwapo Eleyinafe > wrote: > > Or maybe just do this? > > ◊(define fileList (file->list index.ptree)) ;Not sur

Re: [pollen] Combining multiple input pages into single output.

2019-02-14 Thread Ifeoluwapo Eleyinafe
I know this is an old post but I'm hoping anyone can help. I'm trying to see is if this process can be automated for any files listed in the index.ptree. I'm thinking the code should look something like this: ◊(define fileList (file->list index.ptree)) ;Not sure how to get the exact path here