BirDt

Results 5 issues of 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...

😰 Type: Bug
🗃️ Status: Review Needed

When using auto-completion on files/directories, `]` is not automatically escaped but `[` is: ![image](https://user-images.githubusercontent.com/24282498/225591525-413b4f7b-dc81-49c2-a969-e43682b4ea12.png) 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...

Question/Discussion
stale

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