Taro Sato

Results 22 issues of 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: ![00](https://user-images.githubusercontent.com/2257159/71539955-c1fff900-28f8-11ea-8ef9-676c4962a13e.png) When I edit a line (one with ```` in this case), somehow the character guides get messed up and...

bug

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...

2. buffer

###### 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...

1. enhancement
2. buffer

###### Motivation for this change This PR provides a fix for https://github.com/org-roam/org-roam/issues/2407.

1. bug
2. buffer

### 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...

2. buffer

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...