Open sellout opened 1 year ago
This variable gets set buffer-locally by Org, but it defaults to nil and may be nil in some cases when epresent-fontify is called. So this ensures it’s set before using it as a regexp (otherwise re-search-forward will error.
epresent-fontify
re-search-forward
Fixes #72.
This variable gets set buffer-locally by Org, but it defaults to nil and may be nil in some cases when
epresent-fontify
is called. So this ensures it’s set before using it as a regexp (otherwisere-search-forward
will error.Fixes #72.