ndwarshuis / org-sql

SQL backend for Emacs Org-Mode
GNU General Public License v3.0
97 stars 9 forks source link

Symbol’s function definition is void: org-ml-headline-get-logbook #10

Closed jarofromel closed 3 years ago

jarofromel commented 3 years ago

I've updated org-sql from version 1.01 to 1.1 and the following error appears when I try to update the database (sqlite database).

Symbol’s function definition is void: org-ml-headline-get-logbook

What I tried to solve it:

So it seems to me, that some of my org-mode files, which were parsed successfully in the previous version, are source of the error in the new version.

I have dozens of org-mode files. Do you have an idea what should I look for?

ndwarshuis commented 3 years ago

org-ml-headline-get-logbook was taken out in version 1.1.0. Can you grep your package directory and see where that function is? I'm guessing a file didn't get updated properly.

jarofromel commented 3 years ago

Yes, probably the update problem (not the issue of org-sql, rather the of issue my install of doom-emacs). After the manual deletion of files related to org-sql and the new install, the problem was resolved.