Files
org-roam/org-roam-node.el
Ralf Doering 8ec2e59e67 Fix undefined incf.
Calling org-roam-extract-subtree failes with "Symbol’s function definition is void: incf"

org-roam.el includes cl-lib. org-roam--h1-count uses a bare incf call, which is undefined. Fix this by using cl-incf.
2022-05-12 08:34:21 +02:00

47 KiB