Skip to content
Version 2.1.4

- Split up the export templates, so you can make edits to one without
  saving every template to your init file. fountain-export-templates has
  become:

  fountain-export-html-template
  fountain-export-tex-template
  fountain-export-fdx-template
  fountain-export-fountain-template

- Added export hooks for all formats. These are useful for triggering a
  LaTeX compile (#51) or opening an exporting HTML file in your browser.
- Added local variables to make tex-mode use XeTeX engine for LaTeX
  export. Unfortunately Emacs will nag you about this being a risky
  local variable, so see [Silencing risky variables warning][1]
- Fixed scene number regular expression. Previously #N would be
  recognised as a scene number when the spec asks for #N#
- Made the default fountain-note-template begin with a space (looks
  neater).
- Fixed obsolete variable warnings

[1]: https://github.com/rnkn/fountain-mode/wiki/Silencing-risky-variables-warning