Davide Peressoni

Results 7 comments of Davide Peressoni

In vertico with opera-light there is the opposite problem: the description has a similar color of the highlighted background, and so it's not readable: ![1](https://user-images.githubusercontent.com/3186857/133112004-3d5434da-4998-4754-83d5-478e786e5f85.png)

That in the unicode standard there are more emojis

The same when exporting to epub with [`ox-epub`](https://github.com/ofosos/ox-epub/): the special blocks are not present in final file. Here the trick of @arongile is not applicable because `ox-epub` already uses `org-html-special-block`....

Finally I found a temporay fix to convert all epub exports to html ones: ```lisp (add-to-list 'org-export-filter-parse-tree-functions (lambda (tree backend info) (when (eq backend 'epub) (org-element-map tree 'export-block (lambda (el)...

This solved the 90% of cases, but few times it is useful to see also siblings processes. It's not a must have, but a nice to have feature.

This could be a maintined alternative: https://github.com/nvim-telescope/telescope-project.nvim/

Yes it now gives compilation error as expected, thanks! PS: I don't know if it is a real use case scenario, but I noticed it is impossible to wrap a...