help-gnu-emacs
[Top][All Lists]
Advanced

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

error in bibtex.el function bibtex-parse-buffers-stealthily


From: address@hidden
Subject: error in bibtex.el function bibtex-parse-buffers-stealthily
Date: Fri, 9 Jun 2017 09:20:13 +0800

When I have a bibtex src block in Org-mode file.
Open the file will generate a buffer #<buffer
 *org-src-fontification:bibtex-mode*>.
This buffer caused function bibtex-parse-buffers-stealthily  timer error.
Here is the error:
```
Error running timer ‘bibtex-parse-buffers-stealthily’: (wrong-type-argument
number-or-marker-p nil)

Debugger entered--Lisp error: (wrong-type-argument number-or-marker-p nil)
  bibtex-parse-keys(t)
  bibtex-parse-buffers-stealthily()
  apply(bibtex-parse-buffers-stealthily nil)
  timer-event-handler([t 0 0 0 t bibtex-parse-buffers-stealthily nil idle
0])
```
I have a bibtex src block in Org-mode file like this:

```
#+BEGIN_SRC bibtex
@article{FernandezGabbay2007,
  number = {6},
  volume = {205},
  pages = {917--965},
  year = {2007},
  journaltitle = {Information \& Computation},
  title = {Nominal rewriting},
  author = {Fernández, Maribel and Gabbay, Murdoch J.},
}
#+END_SRC
```


[stardiviner]           <Hack this world!>      GPG key ID: 47C32433
IRC(freeenode): stardiviner                     Twitter:  @numbchild
Key fingerprint = 9BAA 92BC CDDD B9EF 3B36  CB99 B8C4 B8E5 47C3 2433
Blog: http://stardiviner.github.io/


reply via email to

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