Skip to content

Comments

Check that org-todo-line-regexp is set when using#75

Open
sellout wants to merge 1 commit intoeschulte:masterfrom
sellout:guard-org-todo-line-regexp
Open

Check that org-todo-line-regexp is set when using#75
sellout wants to merge 1 commit intoeschulte:masterfrom
sellout:guard-org-todo-line-regexp

Conversation

@sellout
Copy link
Collaborator

@sellout sellout commented Jun 30, 2023

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.

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 (otherwise `re-search-forward` will error.

Fixes eschulte#72.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Gives Error and Nothing More

1 participant