You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The const beancount-account-categories in editors/emacs/beancount.el is defined to the default account names, but it doesn't take into account the options name_*. Therefore, if those options are defined to something different than the default, beancount-mode becomes incapable of recognising or completing account names. Instead, it should scan the file for those options and set the aforementioned const accordingly.
The text was updated successfully, but these errors were encountered:
New issue 183: Custom account names not recognized by beancount-mode
https://bitbucket.org/blais/beancount/issues/183/custom-account-names-not-recognized-by
Carlos José Ruiz-Henestrosa Ruiz:
The const
beancount-account-categories
ineditors/emacs/beancount.el
is defined to the default account names, but it doesn't take into account the optionsname_*
. Therefore, if those options are defined to something different than the default,beancount-mode
becomes incapable of recognising or completing account names. Instead, it should scan the file for those options and set the aforementioned const accordingly.The text was updated successfully, but these errors were encountered: