shg / org-inline-pdf.el

Inline PDF previewing for Org
GNU General Public License v3.0
48 stars 8 forks source link

broken due to org-babel-temp-directory #8

Closed dasoju closed 1 year ago

dasoju commented 1 year ago

seeing following File mode specification error: (void-function org-babel-temp-directory) [2 times] defvar: Symbol’s function definition is void: org-babel-temp-directory

org version : 9.5.5 Emacs version : 28.2

shg commented 1 year ago

Thank you for the report. I confirmed that a recent update introduced the issue. The update depends the function org-babel-temp-directory which is available only in newer versions of org.

Until I fix this problem, you can work around this by installing version 0.3 of org-inline-pdf.el. Please manually install it from this repository. It is also available from MELPA Stable.

shg commented 1 year ago

Fixed by dde04a2