Skip to content

Commit

Permalink
chore
Browse files Browse the repository at this point in the history
  • Loading branch information
meedstrom committed Aug 24, 2024
1 parent 76096fa commit 4a5cd24
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions org-node-parser.el
Original file line number Diff line number Diff line change
Expand Up @@ -63,11 +63,6 @@ keywords within."
(setq list (cdr list)))
i))

(defun org-node-parser--memq-car (key alist)
(while (and alist (not (eq key (caar alist))))
(setq alist (cdr alist)))
alist)

;; TODO: Merge with `org-node-parser--pos->olp'
(defun org-node-parser--pos->parent-id (oldata pos file-id)
"Return ID of the closest ancestor heading that has an ID.
Expand Down

0 comments on commit 4a5cd24

Please sign in to comment.