You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, ODT writer cannot control toc depth by --toc-depth option. This is because a lack of $toc-depth$ in default.opendocument and ODT writer doesn't treat toc-depth in it.
I updated Writer/OpenDocument.hs and default.opendocument my local environment and it works. Can I make a pull request?
The text was updated successfully, but these errors were encountered:
Hi,
Currently, ODT writer cannot control toc depth by
--toc-depth
option. This is because a lack of$toc-depth$
indefault.opendocument
and ODT writer doesn't treattoc-depth
in it.I updated
Writer/OpenDocument.hs
anddefault.opendocument
my local environment and it works. Can I make a pull request?The text was updated successfully, but these errors were encountered: