update packages
This commit is contained in:
@@ -504,7 +504,7 @@ If optional argument NATURAL-ORDER is non-nil, set the field
|
||||
|
||||
This is an auxiliary function for command
|
||||
`orb-pdf-scrapper-generate-keys'."
|
||||
(let* ((entry (parsebib-read-entry (parsebib-find-next-item)))
|
||||
(let* ((entry (parsebib-read-entry))
|
||||
(key-plist (orb-pdf-scrapper--get-entry-info entry collect-only))
|
||||
(new-key (plist-get key-plist :key))
|
||||
(validp (plist-get key-plist :validp))
|
||||
@@ -1181,6 +1181,7 @@ TYPE is type of data. PROPERTIES are additional export properties."
|
||||
;; NOTE: Investigate
|
||||
;; The behaviour of org-insert-heading has changed at some point:
|
||||
;; If in an empty buffer, e.g. temp-buffer, the function fails messaging "beginning of buffer"
|
||||
(org-mode)
|
||||
(org-N-empty-lines-before-current 1)
|
||||
(org-insert-heading nil nil t)
|
||||
(insert name)
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
(define-package "org-roam-bibtex" "20230628.2036" "Org Roam meets BibTeX"
|
||||
(define-package "org-roam-bibtex" "20250215.1156" "Org Roam meets BibTeX"
|
||||
'((emacs "27.1")
|
||||
(org-roam "2.2.0")
|
||||
(bibtex-completion "2.0.0"))
|
||||
:commit "f90ac12b7ae5ba7bcdebfe53796fd0417946e5e1" :authors
|
||||
(bibtex-completion "1.0.0"))
|
||||
:commit "b065198f2c3bc2a47ae520acd2b1e00e7b0171e6" :authors
|
||||
'(("Mykhailo Shevchuk" . "mail@mshevchuk.com")
|
||||
("Leo Vivier" . "leo.vivier+dev@gmail.com"))
|
||||
:maintainers
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
;; URL: https://github.com/org-roam/org-roam-bibtex
|
||||
;; Keywords: bib hypermedia outlines wp
|
||||
;; Version: 0.6.1
|
||||
;; Package-Requires: ((emacs "27.1") (org-roam "2.2.0") (bibtex-completion "2.0.0"))
|
||||
;; Package-Requires: ((emacs "27.1") (org-roam "2.2.0") (bibtex-completion "1.0.0"))
|
||||
|
||||
;; This file is NOT part of GNU Emacs.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user