>>> "Nicolas" == Nicolas Goaziou writes: > Hello, > Uwe Brauer writes: >> When finishing a note and running C-c C-c I obtain an error which I >> attach >> ,---- >> | >> | Debugger entered--Lisp error: (error "Invalid version syntax: ‘N/A’ (must start with a number)") >> | signal(error ("Invalid version syntax: ‘N/A’ (must start with a number)")) >> | error("Invalid version syntax: `%s' (must start with a number)" "N/A") >> | version-to-list("N/A") >> | version<("N/A" "8.3") >> | outshine-mimic-org-log-note-marker() >> | ad-Advice-org-store-log-note(#f(compiled-function () #)) >> | apply(ad-Advice-org-store-log-note #f(compiled-function () #) nil) >> | org-store-log-note() > It looks like an issue with `outshine-mimic-org-log-note-marker', > doesn't it? Right, I will try to contact outshine's maintainer. > Regards,