emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Scott Randby <srandby@gmail.com>
To: org-mode-email <emacs-orgmode@gnu.org>
Subject: Org 8.3.1 HTML export options
Date: Thu, 06 Aug 2015 17:47:41 -0400	[thread overview]
Message-ID: <55C3D5FD.7040007@gmail.com> (raw)

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: foo@email.com

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: foo@email.com

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

             reply	other threads:[~2015-08-06 21:47 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-08-06 21:47 Scott Randby [this message]
2015-08-06 22:20 ` Org 8.3.1 HTML export options Rasmus
2015-08-06 22:50   ` Scott Randby
2015-08-16 13:24     ` Bastien Guerry
2015-08-16 14:08       ` Rasmus
2015-08-16 14:15         ` Bastien Guerry

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=55C3D5FD.7040007@gmail.com \
    --to=srandby@gmail.com \
    --cc=emacs-orgmode@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).