Hi, Am Samstag, den 10. August 2024 um 12:32:12 Uhr (+0000) schrieb Ihor Radchenko: > I do not see it in > > > (defvar org-export-multipage-split-functions nil > > "List of functions applied to the parse tree after it has been > > split for multipage output. Each function is called with three > > arguments: The parse tree, as returned by > > `org-element-parse-buffer', the backend, as a symbol, and the > > communication channel, as a plist. It must return the modified > > parse tree to transcode.") > > Also, as a side note, this docstring does not follow docstring > conventions. Try M-x checkdoc
I corrected it adding your suggestion explicitely. Checkdoc doesn't complain about this one any more, but complains all over the place with other docstrings not written by me as well, so I'm not sure. Please check again. > > > > I factored out org-html-transcode-multipage to > > org-export-transcode-multipage and got rid of > > org-html-transcode-multipage. > > I do not see `org-export-transcode-multipage' in > https://github.com/ormf/org-mode/tree/org-html-multipage > > Did you forget to push some commits? No, that was a typo in my mail. It should have said: > I factored out org-html-transcode-multipage to > org-export-transcode-org-data and got rid of > org-html-transcode-multipage. > > Looking forward. :-) I'll keep you posted... -- Orm