On 2018-04-14 17:39, John Rakestraw wrote:
> Is this a deliberate change in the code? If so, is there some way to get 
> something like the earlier behavior?

Definitely a bug, assuming that you do have ledger-report-links-in-register set 
to t, which is the default.

Quite possibly introduced (surfaced, rather) by 
e098be20cf603f48dfe18c6237546a8c49e1f97c.  

I can reproduce the bug for commands that end in "reg" (with no further 
arguments), and the fix for that is to redefine 
ledger-report--cmd-needs-links-p like this:

(defun ledger-report--cmd-needs-links-p (cmd)
  (and (string-match "\\<reg\\(ister\\)?\\>" cmd)
       ledger-report-links-in-register
       (not (string-match "--subtotal" cmd))))

… but I can't reproduce it with your example. Please do open an issue.

Thanks!
Clément.

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"Ledger" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to