pinacle2000
pinacle2000
> These issues all seem to have to do with the service worker. I have removed it (I added it for possible PWA support but it was not as straightforward...
> > These issues all seem to have to do with the service worker. I have removed it (I added it for possible PWA support but it was not as...
I am not familiar with elisp... I tried with help from AI, but it didn't work. Following is what AI suggests for getting account from include files. Don't know whether...
I tried another AI but still failed. The way AI does is create a temp buffer and put the included bean files there: ```elisp (defun beancount-extract-includes () "Extract all include...
> Hey there! I had the same problem and found a workaround that allows you to implement something like `beancount-account-files` manually, without modifying the original `beancount-mode` source. > > Basically,...
After checking beancount.el code, I realized that I need to: `(setq beancount-use-ido nil) ` Now, it works fine.
I also found the override can be done through a deeper function with minimum impact: ``` (defun my/beancount-get-account-names () "Return a list of account names defined in my/beancount-account-files." (when (null...