summaryrefslogtreecommitdiff
path: root/lisp/ledger-schedule.el
Commit message (Collapse)AuthorAgeFilesLines
* [emacs] C-x h M-x untabify RETthdox2015-02-101-84/+84
| | | | | | C-x h M-x indent-region RET [ci skip]
* Fix ledger-schedule-upcoming so that is honor input file names.Craig Earls2014-12-141-3/+3
|
* [emacs] Declare when we're using clSteve Purcell2014-12-091-0/+1
|
* Another fonitification fix. and clean up a stray reference to function removed.Craig Earls2014-12-021-2/+1
|
* Cleaned up commodities and completion code.Craig Earls2014-11-301-44/+60
|
* Handle count day of month, i.e. third Thursday is */*/3Th, every Thursday ↵Craig Earls2014-11-261-1/+5
| | | | is */*/0Th
* Minor code cleanupCraig Earls2014-11-261-17/+16
|
* Handle base-date + integer * day of week. i.e. 2014/11/27+2Th for every ↵Craig Earls2014-11-261-20/+41
| | | | other Thursday start 2014/11/27
* Handle E and O for months and comma separate list of numbers for months and ↵Craig Earls2014-11-261-75/+33
| | | | days.
* minor spelling fixesCarlos E. Garcia2014-09-151-2/+2
|
* Indent & untabifythdox2014-05-171-127/+127
| | | | | | | M-x mark-whole-buffer M-x indent-region M-x mark-whole-buffer M-x untabify
* Update old FSF addressJamie Nguyen2014-03-231-2/+2
|
* ledger-mode: Introduce `ledger-default-date-format'.Moritz Ulrich2013-12-301-1/+4
| | | | | | Some elisp functions depend on a date-format supplied in ~/.ledgerrc. Change these by introducing a default ("%Y/%m/%d"). Signed-off-by: Moritz Ulrich <moritz@tarn-vedra.de>
* ledger-schedule-upcoming take argument.Rémi Vanicat2013-12-121-5/+19
| | | | | | | One can forget to run ledger-schedule-upcoming for some time. Then there is the risk that ledger-schedule-look-backward is too short. This will open the possibility to use a different file, or to change the period backward or forward for this kind of case.
* Pop the new schedule buffersRémi Vanicat2013-12-121-1/+2
|
* ledger-mode: Fix a number of byte-compilation warningsSteve Purcell2013-12-111-3/+3
|
* Add Schedule Upcoming to Ledger menuCraig Earls2013-07-031-1/+1
|
* Merge branch 'master' into ledger-mode-automatic-transactionsCraig Earls2013-07-021-26/+7
| | | | | | | | Conflicts: lisp/ledger-init.el lisp/ledger-mode.el lisp/ledger-reconcile.el lisp/ledger-schedule.el
* Finished changing name to ledger-*Craig Earls2013-07-021-0/+330
All files and references changed ldg-* to ledger-*