Kevin Foley
Kevin Foley
First pass at addressing #99.
I was taking a look at implementing the change requested in #97 and while the change itself is very simple, accessing the parameters that controls it is fairly difficult. I...
I had some trouble when first using a custom predicate and so wanted to suggest/offer a section with an example on how they can be used.
Have been using this locally to respect `org-agenda-hide-tags` in agenda views.
Delays the expansion of the report command until execution time. This leaves the command in `ledger-report-cmd' unexpanded, which prevents the expanded version of the command from being edited / saved...
When editing a command using `ledger-report-edit-report`, the user is presented with the `ledger-report-format-specifiers` already expanded. This means if they save the edit, the format specifier values will then be hard...
This seems to be because `ledger-commoditized-amount-regexp` doesn't properly handle negated amounts like `-$100`, so `ledger-extract-context-info` returns the account context with the separator and amount included in the account name. For...
This includes prefixed `-` characters when matching commoditized amounts. Fixes #211
This allows next and prev navigate commands to work better with `ledger-occur`. Adds an optional argument to `ledger-navigate-start-xact-or-directive-p` which indicates whether to consider invisible points when determining if point is...
## Expected or desired behavior I run `mu4e-view-marked-execute` from `*mu4e-view*`, my marked actions are executed, and focus is left in **`*mu4e-view*`**. ## Actual behavior I run `mu4e-view-marked-execute` from `*mu4e-view*`, my...