rnkn / fountain-mode

Emacs major mode for screenwriting in Fountain plain-text markup
https://fountain-mode.org
GNU General Public License v3.0
391 stars 16 forks source link

Can't export to any format, error message: `fountain-export-element: Symbol’s value as variable is void: fountain-template-key-regexp` #97

Closed alienbogart closed 5 years ago

alienbogart commented 5 years ago

I installed with use-package:

(use-package fountain-mode
:ensure t)
rnkn commented 5 years ago

Sorry about that. Should now be fixed in master. Let me know how you go and I'll tag another release.

alienbogart commented 5 years ago

Okay... when you say master, do you say I should install directly from this repository? Cause I just updated all my packages using Melpa and there was no change.

rnkn commented 5 years ago

MELPA takes a little while before they rebuild packages.

I assume use-package pulls from MELPA not MELPA-stable.

alienbogart commented 5 years ago

Yeah.... my init is configured for regular MELPA, not stable. I'm not in the mood to pull from git right now... I'll just wait for a bit, then.

Will report if there's a change. Thanks.