From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?ISO-8859-1?Q?Jan_B=F6cker?= Subject: Help, org-inbuffer-options-extra seems to hate me right now Date: Mon, 16 Aug 2010 17:49:28 +0200 Message-ID: <4C695E08.4010208@tu-dortmund.de> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Return-path: Received: from [140.186.70.92] (port=59609 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ol1wT-0000Qz-9A for emacs-orgmode@gnu.org; Mon, 16 Aug 2010 11:49:44 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Ol1wO-0001ce-G4 for emacs-orgmode@gnu.org; Mon, 16 Aug 2010 11:49:41 -0400 Received: from mx1.hrz.uni-dortmund.de ([129.217.128.51]:59240 helo=unimail.uni-dortmund.de) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Ol1wO-0001by-4T for emacs-orgmode@gnu.org; Mon, 16 Aug 2010 11:49:36 -0400 Received: from [192.168.1.61] (ip-109-43-39-66.web.vodafone.de [109.43.39.66]) (authenticated bits=0) by unimail.uni-dortmund.de (8.14.4/8.14.4) with ESMTP id o7GFnUK4024474 (version=TLSv1/SSLv3 cipher=DHE-RSA-CAMELLIA256-SHA bits=256 verify=NOT) for ; Mon, 16 Aug 2010 17:49:32 +0200 (CEST) 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: Org Mode 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-hook '(lambda () (print opt-plist))) and then export this two-line example to HTML: #+StaticMathJax: test * Test the following gets printed to my *Messages* buffer: Exporting... (:latex-image-options nil :exclude-tags ("noexport") :select-tags ("export") :email "jan@pythagoras" :author "Jan B=F6cker" :auto-postamble t :auto-preamble t :postamble nil :preamble nil :publishing-directory nil :timestamp nil :expand-quoted-html t :html-table-tag "" :xml-declaration (("html" . "") ("php" . "\"; ?>")) :html-extension "html" :inline-images maybe :convert-org-links t :agenda-style "" :style-extra "" :style "" :style-include-scripts t :style-include-default t :table-auto-headline t :tables t :time-stamp-file t :creator-info t :email-info nil :author-info t :timestamps t :fixed-width t :skip-before-1st-heading nil :latex-listings nil :LaTeX-fragments t :TeX-macros t :priority nil :todo-keywords t :tags not-in-toc :drawers nil :footnotes t :special-strings t :sub-superscript t :emphasize t :archived-trees headline :preserve-breaks nil :table-of-contents t :section-number-format ((("1" ".")) . "") :section-numbers t :headline-levels 3 :customtime nil :description "" :keywords "" :language "en" :link-home "" :link-up "" :text nil :macro-date "(eval (format-time-string \"$1\"))" :macro-time "(eval (format-time-string \"$1\"))" :macro-modification-time "(eval (format-time-string \"$1\" '(19561 23577)))" :macro-input-file "test.org" :title "test") There is no :static-mathjax entry in the plist. If I add a #+INFOJS_OPT: line, that value shows up. I am confused -- why does this work for INFOJS_OPT (also an entry in org-inbuffer-options-extra) and not for my new one? Have I overlooked something? -- Jan