emacs-orgmode
[Top][All Lists]
Advanced

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

Org mode together with bug-reference-mode


From: Paul Kaletta
Subject: Org mode together with bug-reference-mode
Date: Fri, 27 May 2022 18:03:37 +0200 (CEST)

Hi,

I'm using GNU Emacs 27.2 (build 1, x86_64-redhat-linux-gnu, GTK+ Version 
3.24.30, cairo version 1.17.4) of 2021-08-07.

This Emacs comes with Org mode version 9.4.4 (release_9.4.4 @ 
/usr/share/emacs/27.2/list/org).

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
# End:

* Some stuff
SUPPORT-12348 support-56779

support-12346
--------------------

Outside of Org mode bug-reference-mode works as I would expect,
but as a minor mode of org-mode it behaves weirdly.  Most
importantly "C-c RET" aka bug-reference-push-button doesn't work
at all.  Besides not all occurrences of "SUPPORT-\d+" are
highlighted automatically.  This changes as soon as one modifies
any character.

This seems to be some interference between bug-reference-mode and
Org mode, or maybe even a bug in Emacs itself.

Best,
Paul



reply via email to

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