Closed Gleek closed 1 year ago
Thank you for the bug report and suggested fix! I'm not sure why company is different, but your code makes sense. I altered it slightly to clarify it and checked in a fix in the develop branch. I'm anticipating releasing the new version in the next month.
The
(company-capf)
command seems to error out when running in the ekg-capture buffer.Following is the error backtrace I receive when this error happens:
The issue seems to be with the
ekg--transclude-titled-note-completion
function when the ">t" is not present in the line. Having a minor check to validate the value ofbegin
fixes it in my case.Here's the updated function I use:
My emacs is built from the master branch on 11th May 2023 and I'm using the latest stable ekg version (v0.3.3)