0
0
Fork 1
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-07-16 18:46:26 +00:00

fixup! oc-basic.el: Drop {...} when rendering Bibtex entries

This commit is contained in:
Ihor Radchenko 2024-02-29 13:02:48 +03:00
parent ac1ed2bf85
commit 9029470eb9
No known key found for this signature in database
GPG key ID: 6470762A7DA11D8B

View file

@ -79,6 +79,12 @@
(declare-function org-open-file "org" (path &optional in-emacs line search))
(declare-function org-element-interpret-data "org-element" (data))
(declare-function org-element-parse-secondary-string "org-element" (string restriction &optional parent))
(declare-function org-element-map "org-element"
( data types fun
&optional
info first-match no-recursion
with-affiliated no-undefer))
(declare-function org-element-property "org-element-ast" (property node))
(declare-function org-element-type-p "org-element-ast" (node types))
(declare-function org-element-contents "org-element-ast" (node))