Hello everybody,

seems something change since I used the last time one of my custom tags,
as I cannot publish them anymore.
Can anybody tell me how to change the syntax, so that it works:

        (add-to-list 'muse-publish-markup-tags '("me" nil nil
        muse-me-tag))
        
        (defun muse-me-tag (beg end)
         "<literal><br> expand html <br>  'newline coaction' "
         (insert "<img src=\"images/me_tag.jpg\"/></literal>")
         (muse-publish-mark-read-only beg (point))
        )
        
Thank you,

Christian


_______________________________________________
Muse-el-discuss mailing list
[email protected]
https://mail.gna.org/listinfo/muse-el-discuss

Reply via email to