Erik Hetzner
41c8b3ad3e
Use (interactive "r") in ledger-post-align-postings
...
Use standard method (interactive "r") to get the current active region
for use in ledger-post-align-postings.
2015-05-31 10:38:47 -07:00
thdox
8162cc783d
[emacs] C-x h M-x untabify RET
...
C-x h M-x indent-region RET
[ci skip]
2015-02-10 21:42:50 +01:00
Alexis Hildebrandt
1dd9dcaab4
Bump copyright notice to 2015
...
The following script makes it a no-brainer:
% NEXT_YEAR=2015; ag -l 'Copyright.*Wiegley' \
| xargs sed -i '' -e "s/\(Copyright.*\)-20[0-9]\{2\}/\1-${NEXT_YEAR}/"
2014-12-27 11:24:55 +01:00
Steve Purcell
b623306591
[emacs] Use markers instead of raw positions to make cleaning work better
...
Sometimes cleaning a buffer would leave the end of the buffer uncleaned,
because the end position would be moved along the way. This commit makes
the corresponding code use markers instead, which track the changes in
the buffer, and therefore ensure that the entire buffer is acted upon.
2014-12-09 15:11:44 +00:00
Craig Earls
c844170aed
Doc string cleanup.
2014-12-01 20:18:11 -07:00
Craig Earls
7846e7c17a
All navigation functions moved to ledger-navigate.
...
Reduce several overlapping functions.
2014-09-13 18:20:03 -07:00
Craig Earls
03bace82bd
Catch value expression in amount alignment code
2014-09-10 21:38:21 -07:00
Craig Earls
bfc925f52f
Minor refactoring and code cleanup
2014-09-10 07:16:32 -07:00
Craig Earls
03de326eff
For ledger-post-align-postings to run on xacts added with ledger-add
2014-07-15 20:44:32 -07:00
Craig Earls
19adbf0400
Code cleanup
2014-07-12 21:34:35 -07:00
Craig Earls
3a2eb94bef
Fix bug 1052 ledger-mode mangles transactions with tabs.
2014-06-25 20:50:07 -07:00
thdox
d2db0f9102
Indent & untabify
...
M-x mark-whole-buffer
M-x indent-region
M-x mark-whole-buffer
M-x untabify
2014-05-17 16:52:06 +02:00
Jamie Nguyen
33ce4a76a1
Update old FSF address
2014-03-23 23:42:21 +00:00
Alexis Hildebrandt
2b9208e850
Bump copyright information to 2014
2014-02-02 12:36:22 +01:00
Craig Earls
0ed6b0f1c3
Fixed some formatting problems and fixed bug 1007 aligning decimal comma amounts with period thousand separators.
2014-01-13 14:55:48 -07:00
Craig Earls
fc716a5ca1
Merge branch 'ledger-mode-automatic-transactions'
...
Conflicts:
lisp/ledger-post.el
2013-11-12 09:24:29 -07:00
Craig Earls
f34ad34b89
Fix values pushed to calc
2013-11-12 09:21:44 -07:00
Craig Earls
8b84aff855
Merge branch 'master' into ledger-mode-automatic-transactions
2013-07-19 16:41:56 -07:00
Gergely Risko
515ae05d6b
Change ledger-next-amount to be case-sensitive
...
Otherwise if there is an account that's name only has one part, the
regex can match it as a currency and as the beginning of an amount.
E.g. if we have the line "Expenses 45 USD", then the old
ledger-next-amount will jump to Expenses instead of to 45.
2013-07-12 01:17:40 +02:00
Craig Earls
0d4641acc2
Merge branch 'master' into ledger-mode-automatic-transactions
...
Conflicts:
lisp/ledger-init.el
lisp/ledger-mode.el
lisp/ledger-reconcile.el
lisp/ledger-schedule.el
2013-07-02 15:50:32 -07:00
Craig Earls
63ba45dbaa
Finished changing name to ledger-*
...
All files and references changed ldg-* to ledger-*
2013-07-02 15:37:33 -07:00