use starttext and better PDF bookmarks
This commit is contained in:
@ -48,8 +48,9 @@
|
||||
|
||||
#(define-markup-command (title-with-category-images layout props right)(boolean?)
|
||||
(interpret-markup layout props
|
||||
(let* ((title (chain-assoc-get 'header:title props #f))
|
||||
(pdfbookmark (chain-assoc-get 'header:songfilename props title)))
|
||||
(let* ((title (chain-assoc-get 'header:title props ""))
|
||||
(starttext (chain-assoc-get 'header:starttext props #f))
|
||||
(pdfbookmark (if starttext (string-append starttext " | " title) title)))
|
||||
(if title
|
||||
;(if (chain-assoc-get 'header:categories props #f)
|
||||
(if right
|
||||
|
Reference in New Issue
Block a user