GNU bug report logs -
#23917
25.0.95; commit 3a9d6296b35e5317c497674d5725eb52699bd3b8 causing org-capture to error out
Previous Next
Reported by: Robert Pluim <rpluim <at> gmail.com>
Date: Fri, 8 Jul 2016 12:43:02 UTC
Severity: normal
Tags: fixed
Found in version 25.0.95
Fixed in version 25.1
Done: npostavs <at> users.sourceforge.net
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
(I'm moving this discussion to the bug, let me know if that's not OK)
Eli Zaretskii <eliz <at> gnu.org> writes:
>> From: Alex Bennée <alex.bennee <at> linaro.org>
>> Cc: Eli Zaretskii <eliz <at> gnu.org>, "N. Jackson" <nljlistbox2 <at> gmail.com>, emacs-devel <at> gnu.org
>> Date: Sun, 17 Jul 2016 18:28:36 +0100
>>
>> I've just uninstalled the ELPA installed org and run into the same
>> problem with the bundled version. It certainly doesn't happen with all
>> my capture templates but this particular entry with %a and %c does
>> trigger the error. From my *Messages:
>>
>> Clipboard pasted as level 2 subtree
>> org-capture: Capture template ‘g’: Match data clobbered by buffer modification hooks
>> "/home/alex/src/emacs/install/share/emacs/25.0.95/lisp/org/org.elc"
>
> Can you come up with a reproducible recipe, starting with "emacs -Q",
> and then loading everything required for the reproduction? Otherwise,
> I don't see how this problem could be resolved, given the sadly small
> number of people on board who are capable of debugging such problems.
>
Make sure that you have org-20160704 from elpa.
# emacs -Q
;evaluate the following
(custom-set-variables
'(package-selected-packages
(quote
(org-20160704))))
(package-initialize)
; Now do:
C-x C-f ~/.notes
M-x org-mode
M-x org-capture
t
; This should result in:
Capture template ‘t’: Match data clobbered by buffer modification
hooks
I've tried to follow who clobbers it via GDB, but I keep getting
lost. For me it's always search_regs.end[sub] that has the unexpected
value.
Regards
Robert
This bug report was last modified 8 years and 304 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.