Pablo Stafforini

Results 84 comments of Pablo Stafforini

I am experiencing this as well. In my case, I collect the search results via `consult-ripgrep`, followed by `embark-act`, `embark-export` and `wgrep-change-to-wgrep-mode`. When I invoke `wgrep-finish-edit`, sometimes a subset of...

I traced back the issue to `wgrep-apply-change`: ``` emacs-lisp (defun wgrep-apply-change (marker old new) "The changes in the *grep* buffer are applied to the file. NEW may be nil this...

Thanks. Apologies if this is obvious, but where is the download link for the URL I shared (https://www.loc.gov/item/playlist?tracks=jukebox-7174)? I double-checked with a different browser, in case an extension was interfering,...

Duplicate of [#77](https://github.com/charignon/github-review/issues/77). See the [comment](https://github.com/charignon/github-review/issues/77#issuecomment-950115684) by yangchenyun for a possible solution: > For people have issue with this, `github-review` requires a separate entry in `~/.authinfo`, even if it is...

> Seems to be an issue with a newer version of gcc [#485](https://github.com/d12frosted/homebrew-emacs-plus/issues/485#issuecomment-1206748102) fixed it for me Just to note that this didn't work for me. Specifically, following those steps...

Thanks for the quick reply. In my config, the values of `citar-citeproc-csl-styles-dir` and `citar-citeproc-csl-locales-dir` are set to `org-cite-csl-styles-dir` and `org-cite-csl-locales-dir`, respectively, and `citar-format-reference-function` is set to `citar-citeproc-format-reference`. Finally, `citar-citeproc-select-csl-style` is...

Apologies, I hadn't seen your previous message. I should be able to look into this within the next couple of days.

Hi @bdarcus, For testing purposes, I created `bibliography.bib`: ``` bibtex @online{Hanson2023CanHumansBe, abstract = {It is one of the most fundamental questions in the social and human sciences: how culturally plastic...

I was wondering whether there are still plans to develop this feature. I managed to set keyboard shortcuts for all the commands I use regularly, with the exception of "view...

@stig Can you elaborate on how you've set `exec-path` to make it work? I'm also experiencing this issue. Thanks.