Indicate what the report name is in report buffers
* lisp/ledger.el: Indicate what the report name is in report buffers
This commit is contained in:
parent
1799ed3a2a
commit
ace68028f4
1 changed files with 2 additions and 1 deletions
|
|
@ -960,7 +960,8 @@ the default."
|
|||
(defun ledger-do-report (cmd)
|
||||
"Run a report command line."
|
||||
(goto-char (point-min))
|
||||
(insert (format "Report: %s\n" cmd)
|
||||
(insert (format "Report: %s\n" ledger-report-name)
|
||||
(format "Command: %s\n" cmd)
|
||||
(make-string (- (window-width) 1) ?=)
|
||||
"\n")
|
||||
(shell-command cmd t nil))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue