Paul Kaletta <p...@paulkaletta.org> writes:

> I want to use Emacs bug-reference-mode together in my Org mode
> setup.  Here's an example file:
>
> --------------------
> # Local Variables:
> # eval: (bug-reference-mode)
> # bug-reference-bug-regexp: 
> "\\(\\(?:\\(?:SUPPORT\\|support\\)-\\)\\([0-9]+\\)\\)"
> # bug-reference-url-format: https://www.example.com/SUPPORT-%s

You forgot "" around bug-reference-url-format. It should be a string.
Try

# bug-reference-url-format: "https://www.example.com/SUPPORT-%s";

Best,
Ihor

Reply via email to