Merge branch 'master' into ledger-mode-automatic-transactions

This commit is contained in:
Craig Earls 2013-10-02 07:43:54 -07:00
commit 52228e7cc1
5 changed files with 7 additions and 4115 deletions

View file

@ -130,7 +130,7 @@ footwork for you:
./acprep update
# or, if you want to use the Boost libraries with suffix -mt, install in
# $HOME/local and build with 2 processes in parallel
./acprep update --boost-suffix=-mt -- --prefix=$HOME/local -j2
./acprep update --boost-suffix=-mt --prefix=$HOME/local -j2
Please read the contents of `config.log` if the configure step fails. Also,
see the `help` subcommand to `acprep`, which explains some of its many

View file

@ -32,7 +32,7 @@ if(NOT BUILD_DOCS)
return()
endif()
set(info_files ledger.texi ledger3.texi ledger-mode.texi)
set(info_files ledger3.texi ledger-mode.texi)
find_program(MAKEINFO makeinfo)
find_program(TEXI2PDF texi2pdf)

View file

@ -119,10 +119,10 @@ initialization file (@file{~/.emacs}, @file{~/.emacs.d/init.el}, or
@file{~/.Aquamacs/Preferences.el}).
@lisp
(add-to-list load-path
(expand-file-name "/path/to/ledger/source/lisp/"))
(load "ldg-new")
(add-to-list auto-mode-alist ("\\.ledger$" . ledger-mode))
(add-to-list 'load-path
(expand-file-name "/path/to/ledger/source/lisp/"))
(load "ledger-mode")
(add-to-list 'auto-mode-alist '("\\.ledger$" . ledger-mode))
@end lisp
This sets up Emacs to automatically recognize files that end with

File diff suppressed because it is too large Load diff

View file

@ -1085,7 +1085,7 @@ assets is greater than the absolute value of your starting equity, it
means you are making money.
Clear as mud? Keep thinking about it. Until you figure it out, put
@code{-Equity} at the end of your balance command, to remove the
@code{not Equity} at the end of your balance command, to remove the
confusing figure from the total.
@node Dealing with Petty Cash, Working with multiple funds and accounts, Understanding Equity, Principles of Accounting with Ledger