> Following up on my previous email about updating > `org-babel-execute:latex' for the org-latex-preview patchset: > > I'm having trouble understanding what header options this function > supports. Here is a list of relevant header args from the let-bindings > inside this function. `params' is the plist of header args:
There are more problems. The user options `org-babel-latex-preamble', `org-babel-latex-begin-env' and `org-babel-latex-end-env' are only respected when the file type is .svg, and this is not documented anywhere. I am planning to deprecate these options as creating svgs will be handled by org-latex-preview. The common header arguments :headers and :packages can be used in their place. Karthik