[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[O] Org 8.3.1 HTML export options
From: |
Scott Randby |
Subject: |
[O] Org 8.3.1 HTML export options |
Date: |
Thu, 06 Aug 2015 17:47:41 -0400 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.8.0 |
HTML export in 8.3.1 no longer recognizes export options that are
contained under a headline.
My documents contain the following:
* COMMENT Setup
#+STARTUP: hidestars overview indent hideblocks
#+HTML_HEAD: <link rel="stylesheet" type="text/css"
href="../lesson-style-new.css">
#+HTML_MATHJAX: path: "../../../MathJax/MathJax.js?config=TeX-AMS_HTML"
#+OPTIONS: H:3 num:nil toc:t author:nil timestamp:nil email:nil creator:nil
#+TITLE: Foo
#+AUTHOR: By Foo
#+EMAIL: address@hidden
When I export to HTML, the link to the CSS style sheet is missing, the
page title is blank, sections are numbered, MathJax uses the default
settings, etc. None of the options I set are recognized (except for the
startup options).
When I move the options to the top of the document and delete the
headline, the options are exported properly.
#+STARTUP: hidestars overview indent hideblocks
#+HTML_HEAD: <link rel="stylesheet" type="text/css"
href="../lesson-style-new.css">
#+HTML_MATHJAX: path: "../../../MathJax/MathJax.js?config=TeX-AMS_HTML"
#+OPTIONS: H:3 num:nil toc:t author:nil timestamp:nil email:nil creator:nil
#+TITLE: Foo
#+AUTHOR: By Foo
#+EMAIL: address@hidden
The first setup works in 8.2.10, and it is what I want.
I want the options to be under a headline so that they are out of the
way when I work on a document, and so that I can more easily use them in
other documents by copying and pasting a subtree. Please fix this. I
would fix it, but I don't know elisp.
Scott Randby
- [O] Org 8.3.1 HTML export options,
Scott Randby <=