Correct regex
This commit is contained in:
parent
0cf46d024e
commit
bb181c494a
1 changed files with 1 additions and 1 deletions
|
|
@ -186,7 +186,7 @@ Does not use ledger xact"
|
|||
(setq rest-of-name (match-string 3))
|
||||
;; Start copying the postings
|
||||
(forward-line)
|
||||
(while (looking-at ledger-account-or-metadata-regex)
|
||||
(while (looking-at ledger-account-any-status-regex)
|
||||
(setq xacts (cons (buffer-substring-no-properties
|
||||
(line-beginning-position)
|
||||
(line-end-position))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue