Skip to content

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

Merged
sellout merged 1 commit intoeschulte:masterfrom
sellout:guard-org-todo-line-regexp
Mar 15, 2026
Merged

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

Conversation

@sellout
Copy link
Copy Markdown
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.
@sellout sellout merged commit 5b1615f into eschulte:master Mar 15, 2026
@sellout sellout deleted the guard-org-todo-line-regexp branch March 15, 2026 20:03
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