sebmiq
sebmiq
Copy the following paragraph 15 times in a buffer > Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut...
------- # PR Summary Fix double quoting. # PR checklist Please make sure that the following things have been addressed (and check the relevant checkboxes): - [x] Commits respect our...
Hi, A few of my patches keep getting silently overridden, I assume because the original definition is reevaluated by native compilation. Using advice as suggested in #60 would be one...
Hi, I've recently been trying this package out. `help-mode` provides `help-go-back` and `help-go-forward` functions that I find helpful to navigate the help. I couldn't find any similar feature for `helpful`....
Hi, I have an `in.org` file, whose content is ``` * Crible d’Ératosthène #+BEGIN_SRC python def crible(n): l = [True] * (n+1) l[0], l[1] = False, False i = 2...
Hi, Thanks for the work on this addon. The Do Not Notify feature doesn't seem to work with the latest beta version and thunderbird 78. There's already an issue about...