Search Criteria
Package Details: beancount 2.2.3-2
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: | |
Conflicts: | |
Submitter: | wzyboy |
Maintainer: | wzyboy |
Last Packager: | wzyboy |
Votes: | 15 |
Popularity: | 0.97 |
First Submitted: | 2016-05-16 08:03 |
Last Updated: | 2019-11-22 05:25 |
Latest Comments
avanc commented on 2019-12-11 09:28
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.
xuanwo commented on 2019-11-22 05:21
Python 3.8 is in Community, please also trigger a build for beancount.
wzyboy commented on 2017-06-29 16:53
@felixculpa -hg is the Mercury version.
felixculpa commented on 2017-06-29 16:29
What exactly is the difference between this one and beancount-hg?
robsmith11 commented on 2017-04-16 03:16
The pkgbuild works great. Would it be possible to add to an official (non-aur) repository?