Tina Russell

Results 8 issues of Tina Russell

In `test-ob-hy.el`: ``` (defconst org-id-locations-file (expand-file-name ".test-org-id-locations" ob-hy-test-dir)) ``` It may be there for testing purposes, but it seems to be persistent—I have `(use-package ob-hy)` in my init file (and...

Backlog

Right now, `org-super-agenda-groups` is defined like this: ``` (defcustom org-super-agenda-groups nil "List of groups to apply to agenda views when `org-super-agenda-mode' is on. See readme for information." :type 'list) ```...

enhancement
help wanted
discussion

I’m using Windows 7, 32-bit. I installed Tomboy 1.15.7 via Chocolatey, which I use because I’m used to Linux package managers, and the thought of having to keep each program...

The new option “gitSyncMethod” defaults to “rebase,” but you can set it to “merge” for the script to merge instead of rebase when repositories have diverged. Another new option, “syncUseNotify,”...

enhancement

I know this package isn’t actively maintained, I just want to leave a record of all the effort I put into figuring out which one of my bazillion installed packages...

**Describe the bug** Ever since I last updated the Android app (to version 1.74.0), the "back" gesture on my phone (swiping left from the right edge of the screen) no...

bug

This looks like a really useful plugin, but I’m a bit unnerved by how opaque the source is (i.e. all the one-line files with names like `82-es2015.a0c88b24001abef24640.js`). I’m assuming this...

`elisp-refs--read-all-buffer-forms` now takes two arguments (BUFFER and SYMBOLS-WITH-POS) instead of one, so the around advice `literate-elisp-refs--read-all-buffer-forms` needs to take three arguments, now (the original function plus the two arguments it...