Re: [Orgmode] Help, org-inbuffer-options-extra seems to hate me right now

2010-08-16 Thread Bastien
Hi Jan, Jan Böcker writes: > (add-to-list 'org-export-inbuffer-options-extra > '("StaticMathJax" :static-mathjax)) You need to put this key in uppercase , | (add-to-list 'org-export-inbuffer-options-extra | '("STATICMATHJAX" :static-mathjax)) ` ... > #+StaticMathJax: test mixed case

[Orgmode] Help, org-inbuffer-options-extra seems to hate me right now

2010-08-16 Thread Jan Böcker
I am experiencing some strange behavior here right now, but don't know if I have hit a bug or just misunderstood something. When I start Emacs, evaluate the following two forms: (add-to-list 'org-export-inbuffer-options-extra '("StaticMathJax" :static-mathjax)) (add-hook 'org-export-html-final-ho