Re: beginner: running balance

2017-02-08 Thread shaun
Ahh, interesting. It wasn't obvious how to get to the account screen you linked to. I saw the basic Journal... from there, I seem to be able to click on a balance assertion for the account in question, and then it filters to just that account, and does show the running balance. Actually, I now s

Re: how to open multiple files with fava

2017-02-09 Thread shaun
Ah, that's what I'm missing. Thanks! On Thu, Feb 9, 2017 at 11:11 AM Marco M wrote: > On your "main" file, you need to include your other files like this: > > include "prices.beancount" > > This will make the file show up in a dropdown menu in the editor page of > fava. > > > On Wednesday, Feb

Re: Total Newbie - ingest

2017-02-12 Thread shaun
On second thought, I went back to the source and am seeing things that make sense now: https://bitbucket.org/blais/beancount/src/bd3f97caca3def9577a220c73cf0943310f2fe76/examples/ingest/office/?at=default Now to write some actually useful importers for all the things! On Sun, Feb 12, 2017 at 12

Re: org-mode + beancount, how to quickly reorganize?

2017-02-13 Thread shaun
That sounds great. Could you give a quick example of what it looks like to use the markdown style folds? I'm trying something but it doesn't seem to be working. On Mon, Feb 13, 2017 at 12:18 PM Jason Chu wrote: > vim-beancount now supports markdown style folds, so #, ##, and ### (* is > also

Re: can't get vim plugin fully working

2017-02-14 Thread shaun
I have simplified my ~/.vimrc to: execute pathogen#infect() syntax on set foldmethod=syntax I actually had the foldmethod commented for some reason, so that's basically working now. The autocompletion still shows the same error. For the sake of completion, I also have ~/.vim/autoload/pathogen

Re: can't get vim plugin fully working

2017-02-17 Thread shaun
eancount.vim sets it. > > On Fri, Feb 17, 2017 at 12:59 PM Jason Chu wrote: > > I just tried with pathogen and it didn't work. It's odd that the filetype > is detected but the omnifunc isn't being set. > > Using Vundle worked well for me though. I will fiddle more