Oops! Never mind. I was just missing a pair of parentheses around the 
`default-tag-function`.

Solution (*pollen.rkt*)
















*#lang racket/base(require pollen/tag  racket/string  txexpr  
pollen/decode)(provide (all-defined-out))(define (title text) 
((default-tag-function 'book-title) (string-join (list "📕 " 
text))))(define (root . items)  (decode (txexpr 'root '() items)          
#:txexpr-elements-proc decode-paragraphs          #:exclude-tags '(style 
script)))Sorry for the distraction. 😳*

-- 
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 pollenpub+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to