GNU Emacs 30.0.50 (build 222, x86_64-pc-linux-gnu, GTK+ Version 3.24.36,
cairo version 1.16.0) of 2026-08-08
Org mode version 10.0-pre (release_9.8.8-350-ge186e4
Koma script
I have following in latex headers in my org files:
#+LATEX_CLASS_OPTIONS:
[letterpaper.twoside=false,fontsize=11pt,parskip=half,parindent=0.5in,headings=small]{scrartcl}
Sometime after this past March 12th, a right hand square bracket is
printed at the beginning of every pdf document. I have found that upon
export to the .tex file a right hand square bracket is inserted, thus:
\documentclass[letterpaper.twoside=false,fontsize=11pt,parskip=half,parindent=0.5in,headings=small]{scrartcl}]{}
^
On March 12th and before the export to the .tex file was
\documentclass[letterpaper.twoside=false,fontsize=11pt,parskip=half,parindent=0.5in,headings=small]{scrartcl}{}
Until now I was looking at for errors in my init file and latex setup in
my org files. Finally realized that I should check the *Org LATEX
Export* file. Of course, that's not to say that my init file is perfect.
Charlie Millar