@avanc beancount-mode is now (and has been for a while, I think) a major mode, so you can't have it and org-mode at the same time. You need to use outline-minor-mode
(add-hook 'beancount-mode-hook #'outline-minor-mode)
Git Clone URL: | https://aur.archlinux.org/beancount.git (read-only, click to copy) |
---|---|
Package Base: | beancount |
Description: | Double-Entry Accounting from Text Files |
Upstream URL: | http://furius.ca/beancount/ |
Keywords: | accounting beancount double-entry |
Licenses: | GPL |
Conflicts: | beancount-hg |
Submitter: | wzyboy |
Maintainer: | wzyboy |
Last Packager: | wzyboy |
Votes: | 25 |
Popularity: | 0.069571 |
First Submitted: | 2016-05-16 08:03 (UTC) |
Last Updated: | 2023-12-17 22:53 (UTC) |
« First ‹ Previous 1 2
@avanc beancount-mode is now (and has been for a while, I think) a major mode, so you can't have it and org-mode at the same time. You need to use outline-minor-mode
(add-hook 'beancount-mode-hook #'outline-minor-mode)
I'm not able to get beancount emcas mode and orgmode running at the same time. I tried to add the following to ~/.emacs:
(add-to-list 'load-path "/usr/elisp/") (require 'beancount) (add-to-list 'auto-mode-alist '("\.beancount\'" . beancount-mode))
And my beancount file starts with: ;; -- mode: org; mode: beancount; coding: utf-8; fill-column: 400; --
However, org mode is not applied. If I remove ~/.emacs ordmode works as expected, but not beancount.
Python 3.8 is in Community, please also trigger a build for beancount.
Pinned Comments
wzyboy commented on 2024-10-03 21:15 (UTC)
Please do not flag as out-dated because there is v3 version on PyPI. This package is not going to be upgraded to 3.0.0 for now for the following reasons:
the popular frontend "fava" does not yet support beancount 3
despite being published to PyPI, the v3 branch of beancount states that it's unstable