Results 63 comments of Ivan

Насколько я помню, русский словарь поддерживает только русские символы. Мы можем добавить обработку этого символа в скрипты, но нужно понимание на какую букву заменять. Также можете спросить в официальном проекте...

Version from F-Droid 6.23.9 still have this issue.

@drawkula, thanks! I use `(package! org :pin "8ef6205")` in `doom` config to downgrade `org` to `9.5.5` version, and `org-brain` works as expected. But for now I can't found commit the...

Found that issue starts from `org-mode` commit [77aa9be5ac3d17c6856e87da5307ef1de742845f](https://github.com/emacs-straight/org-mode/commit/77aa9be5ac3d17c6856e87da5307ef1de742845f)

Apply this fix and it does not work for me. Entry section still show full links. Until I add `(setq org-fold-core-style 'overlays)` to config, it was `text-properties` by default.

> What is your emacs version? system Arch Linux Linux 6.1.12-arch1-1 x86_64 x emacs 28.2 ~/.emacs.d/ doom 3.0.0-pre PROFILE=_@0 HEAD -> master 5c563d307 2023-02-25 20:47:29 -0500 > How did you...

> Can you show your ~/.emacs.d/.local/straight/build-*/org-brain/ directory? ``` $ ls ~/.emacs.d/.local/straight/build-28.2/org-brain/ org-brain-autoloads.el org-brain.el org-brain.elc ``` > After the file was removed, this fix works. Yes, after remove `elc` file, this...

@hwiorn > Can you check this PR once again without removing org-brain.elc? Yes, now it works with compilation.

It should be separate issue, but ask here as it seems to be related to org layout: Entry section shows part of org content but formatting is not accurate (indents,...