Merge branch 'master' into ledger-mode-automatic-transactions
This commit is contained in:
commit
52228e7cc1
5 changed files with 7 additions and 4115 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
4108
doc/ledger.texi
4108
doc/ledger.texi
File diff suppressed because it is too large
Load diff
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue