Taro Sato
Taro Sato
The message headers section of RFC 2616 (Hypertext Transfer Protocol -- HTTP/1.1) states that > Header fields can be extended over multiple lines by preceding each extra line with at...
Say I have this code nicely highlighted with gray guides:  When I edit a line (one with ```` in this case), somehow the character guides get messed up and...
This PR provides the fallback path for searching for the isort settings file. Without this, the function `py-isort--find-settings-path` fails when `buffer-file-name` is `nil`, as in the case #19 solves for...
This is a feature request, not a bug report. We customize the completion display format using `bibtex-completion-display-formats`. For example, these templates can take additional fields by supplying the same fields...
### Brief Abstract I propose refactoring the `org-roam-unlinked-references-section` function to give users more options to customize the section behavior through custom variables and advising functions used in key steps within...
###### Motivation for this change This PR implements a proposed refactoring of the `org-roam-unlinked-references-section` function, so that - The word boundary regex is supplied via the custom variable `org-roam-unlinked-references-word-boundary-re` to...
###### Motivation for this change This PR provides a fix for https://github.com/org-roam/org-roam/issues/2407.
### Description When constructing the ripgrep shell command for grepping unlinked references, each title (and aliases) of that node gets sanitized by ``shell-quote-argument``, which (properly) escapes quotes. However, escaped single...
This PR aligns the usage of `org-export-exclude-tags` on pushing Anki notes. Recall that this custom variable is typically used with the `noexport` tag, such that the (sub)headings in Org documents...