Commit Briefs
Move scene number options to top of file
Avoids free variable compile warnings
fountain-move-to-fill-width: skip punctuation
Use skip-syntax-forward to skip punctuation before calling fill-move-to-break-point.
fountain-match-note: use x method
Remove the first condition of matching notes at bolp.
fountain-outline-flag-note: rewrite to fix outline visibility bug
Inserting a note element on a section or scene heading broke outline visibility toggling. Previously we just called outline-flag-region. This is a new function adapted from outline-flag-region that sets the invisible property to fountain-note. Revisit this in case we want to change property value to just fountain.
fountain-init-font-lock: use fountain-note-regexp
define-fountain-font-lock-matcher can only be used on line-wise elements