summaryrefslogtreecommitdiff
path: root/lisp/ledger-report.el
Commit message (Collapse)AuthorAgeFilesLines
* Emacs Lisp files have been moved to https://github.com/ledger/ledger-modeJohn Wiegley2016-08-021-475/+0
|
* Makes links in ledger-report "register" commands optional.Atheriel2016-07-161-1/+8
| | | | | | | | | | | | | | | | | | This commit adds a new custom `ledger-report-links-in-register' flag that controls whether `ledger-report' will attempt to link transactions in the report buffer to the entries in the original file. Essentially, it controls whether `ledger-report' will silently pass the "--prepend-format" flag to the binary. The primary motivation for this is that not all implementations of ledger support the "--prepend-format" flag, and thus all "register" commands run by `ledger-report' (and usually _only_ "register" commands) will always fail, because they are treated as a special case in `ledger-do-report'. At present, the user has no ability to prevent the "--prepend-format" flag from being silently passed to the binary. This commit provides that feature. [ci skip]
* Adds a "binary" format specifier to ledger-report.Atheriel2016-07-141-4/+5
| | | | | | | | | | | | This makes the current `ledger-binary-path' accessible to ledger reports by using the %(binary) format specifier. It is intended to aid users who may have different `ledger-binary-path' values on different machines. It also means that the default `ledger-reports' will work out of the box even if their ledger executable is not named "ledger" --- for example, if they are using "hledger", and have otherwise set their binary path appropriately. [ci skip]
* Globally changed set-text-properties to use 'font-lock-face vice 'face. ↵Craig Earls2016-02-281-1/+1
| | | | This was a compatibility problem with spacemacs.
* Merge branch 'fix-warnings' of https://github.com/ecraven/ledger into ↵Craig Earls2016-01-111-5/+10
|\ | | | | | | | | | | | | | | | | | | ecraven-fix-warning # Conflicts: # lisp/ledger-occur.el # lisp/ledger-report.el # lisp/ledger-schedule.el # lisp/ledger-sort.el
| * cleaning up elisp byte compiler warningsPeter Feigl2015-02-051-2/+0
| |
| * cleaning up elisp byte compiler warningsPeter Feigl2015-02-051-3/+8
| |
| * cleaning up elisp byte compiler warningsPeter Feigl2015-02-051-0/+2
| |
* | [misc] Update year in copyright notice to 2016Alexis Hildebrandt2016-01-021-1/+1
| | | | | | | | [ci skip]
* | [emacs] C-x h M-x untabify RETthdox2015-02-101-38/+38
|/ | | | | | C-x h M-x indent-region RET [ci skip]
* ledger-mode bug 1089 introduce sticky cursor for report auto refreshHans Erik van Elburg2015-01-041-0/+8
|
* [emacs] maintain the report order after auto-refresh.Craig Earls2015-01-021-3/+12
|
* Bump copyright notice to 2015Alexis Hildebrandt2014-12-271-1/+1
| | | | | | 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}/"
* [emacs] Don't define unprefixed "string-empty-p" functionSteve Purcell2014-12-181-5/+5
|
* ooops.Craig Earls2014-12-061-1/+1
|
* Add tangle expansion and correct menu entry for edit report.Craig Earls2014-12-061-11/+12
|
* Add ability to edit report command temporarilyCraig Earls2014-09-181-2/+9
|
* All navigation functions moved to ledger-navigate.Craig Earls2014-09-131-1/+1
| | | | Reduce several overlapping functions.
* Fix bough 1075, ledger-mode report do not refresh using key commandsCraig Earls2014-09-051-2/+3
|
* Improve ledger-report-redo buffer type checking.Craig Earls2014-07-291-1/+1
|
* Added ledger-report-auto-refresh customization variable.Craig Earls2014-07-121-2/+8
|
* Improve report redo logic.Craig Earls2014-07-121-10/+12
|
* ledger-redo added as after-save-hookCraig Earls2014-07-121-1/+2
|
* Code cleanupCraig Earls2014-07-121-10/+14
|
* Indent & untabifythdox2014-05-171-59/+59
| | | | | | | 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
|
* Bump copyright information to 2014Alexis Hildebrandt2014-02-021-1/+1
|
* ledger-mode: Also bind g to ledger-report-redo, as is standard elsewhereSteve Purcell2013-12-111-0/+1
|
* ledger-mode: Use easymenu to remove boilerplateSteve Purcell2013-12-111-17/+18
| | | | | Among other benefits, this lets us define the menu entries from top to bottom, rather than in reverse.
* ledger-mode: declare keymaps at the top levelSteve Purcell2013-12-091-38/+40
|
* Finished changing name to ledger-*Craig Earls2013-07-021-0/+419
All files and references changed ldg-* to ledger-*