From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Help, org-inbuffer-options-extra seems to hate me right now Date: Mon, 16 Aug 2010 20:17:24 +0200 Message-ID: <87aaom5snf.fsf@gnu.org> References: <4C695E08.4010208@tu-dortmund.de> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Return-path: Received: from [140.186.70.92] (port=43357 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ol4FT-0005A9-G6 for emacs-orgmode@gnu.org; Mon, 16 Aug 2010 14:17:28 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Ol4FS-00065d-4G for emacs-orgmode@gnu.org; Mon, 16 Aug 2010 14:17:27 -0400 Received: from mail-wy0-f169.google.com ([74.125.82.169]:45636) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Ol4FR-00065T-VB for emacs-orgmode@gnu.org; Mon, 16 Aug 2010 14:17:26 -0400 Received: by wyg36 with SMTP id 36so6603630wyg.0 for ; Mon, 16 Aug 2010 11:17:25 -0700 (PDT) In-Reply-To: <4C695E08.4010208@tu-dortmund.de> ("Jan =?iso-8859-1?Q?B=F6ck?= =?iso-8859-1?Q?er=22's?= message of "Mon, 16 Aug 2010 17:49:28 +0200") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Jan =?iso-8859-1?Q?B=F6cker?= Cc: Org Mode 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 is okay here. HTH, -- Bastien