> On Mar 28, 2019, at 12:42 AM, Zach Mandeville <[email protected]> > wrote: > > And below this I wanted a function to turn ◊author into that details element > by referencing ◊author text against that 'scuttlebutts' meta...but, I can't > get it to work. The closest I got is this:
FWIW though you call `scuttlebutts` a "meta", in terms of Pollen terminology, that's imprecise. "Metas" are key/value pairs stored by a Pollen source (usually with `define-meta`), and exported via the `metas` hash table. The `select-from-metas` function is just a disguised version of `hash-ref`. So it won't complain about your attempt to treat `scuttlebutts` as a source of quasi-metas, because it's also a hash. -- You received this message because you are subscribed to the Google Groups "Pollen" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
