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 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.