When I tried to org-export
to html file, this message showed up in Messages or minibuffer
:
htmlize-color-to-rgb: Wrong type argument: stringp, 3
nothing more.
Actually another message showed up before this one:
org-html-table-cell: Args out of range: [left right right], 3
I remember an abnormal place about my table in this file, so I can just search string for the position.
But this org file contains more than 1000 lines and I don't have clue where and what(even though it mentioned rgb
) is going wrong so it is really hard to check page by page manually.
org-export
-to-html function works successfully for my another org file, failed for this one, but I think it should give more than just one sentence without even mentioning which line causes an error.
So is there any variable to turn on for more verbose messages if org-export
fails?