emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Org mode together with bug-reference-mode


From: Ihor Radchenko
Subject: Re: Org mode together with bug-reference-mode
Date: Sun, 29 May 2022 18:42:26 +0800

Paul Kaletta <pk@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

[Prev in Thread] Current Thread [Next in Thread]