Skip to content

Commit

Permalink
fix(org): update load, declare-function
Browse files Browse the repository at this point in the history
In Emacs 31, org-element-property and org-element-type have moved to
a new file: org-element-ast.

Update code to handle this properly.

Signed-off-by: Bruce D'Arcus <bdarcus@gmail.com>
  • Loading branch information
bdarcus committed Oct 27, 2024
1 parent 02e25f3 commit cb7f535
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions citar-org.el
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
(require 'oc-csl)

(declare-function org-open-at-point "org")
(declare-function org-element-property "org-element")
(declare-function org-element-type "org-element")
(declare-function org-element-property "ext:org-element")
(declare-function org-element-type "ext:org-element")
(declare-function org-cite-make-insert-processor "oc")
(declare-function org-cite-get-references "oc")
(declare-function embark-act "ext:embark")
Expand Down

0 comments on commit cb7f535

Please sign in to comment.