Ryan Rix

Results 6 issues of Ryan Rix

My research and poking around in the Emacs source code has concluded that Emacs doesn't really expose any way to prevent idle timers from firing within the ELisp runtime. as...

I use [twitter lists](https://dev.twitter.com/rest/reference/get/lists/statuses) pretty heavily and it would be great to support them in the AS.

enhancement

as of [org 9.5](https://orgmode.org/worg/org-release-notes.html#org6576637), properties drawers are allowed before the first-level heading > Org mode is moving more towards making things before the first headline behave just as if it...

it would be nice if `impl ExportBlock` had a `value()` like `SourceBlock`, and if that was included in the html exporter: ``` Event::Enter(Container::ExportBlock(the_block)) => { let val = the_block .syntax()...

I use https://github.com/l3kn/org-fc, an anki-style flashcarding system that has a few ["card types"](https://www.leonrische.me/fc/card_types.html); most of them are based on the shape of a heading (one side of the card is...

To be able to like and reblog posts from the dashboard, I have to install this advice: ``` emacs-lisp (defadvice tumblesocks-api-blog-posts (around rrix/hack-tumblesocks-api) "Hack the tumblesocks API to properly work...