BirDt
BirDt
**Describe the bug** When the text in a text field contains tabs used for indentation, the indentation doesn't render and selecting it causes an "Invalid Object" error. Tab also can't...
When using auto-completion on files/directories, `]` is not automatically escaped but `[` is:  For that last line, I typed `rm test` and hit tab. Not sure if this is...
I am using Emacs as a daemon and then Emacsclient to connect to the daemon. When I open emacsclient, I expect to see my agenda items visible in the dashboard,...
I often use treemacs in conjunction with dired, where treemacs is excellent for a project/working tree outline, and I prefer to use dired for actual file manipulation tasks. However, there's...
If I have an org file with the following content: ``` bibliography: bibliography/foo.bib Some text [cite:@bar]. #+print_bibliography: ``` And a bibtex file at `bibliography/foo.bib` like so: ``` @misc{bar, author =...