Anders Johansson
Anders Johansson
For me, the problem seemed to only apply when there was line-breaks in the data-uri. Hence this change to org-re-reveal for generating data-uris without line breaks: https://gitlab.com/oer/org-re-reveal/-/merge_requests/35
This is also somewhat tricky, as the `INCLUDE` keyword can select what parts of the file to include in complex ways. It won’t work to just jump into the file,...
See #37. I don’t know if there is much emacs can do when starting in server mode (with no gui-frames launched?). I suppose your code could be added to the...
> This is perhaps tangentially related, but I wonder why in `mini-modeline--timer`, the `run-with-timer` function is always called with a repeat of 0.1 > > ```emacs-lisp > (setq mini-modeline--timer (run-with-timer...
Does this mirror your experiences @oscarfv?
This would definitely be a cool feature! (maybe something for upstream org even). BTW, @integral-dw, if you are not aware of @yantar92's work on reimplementing the org folding mechanism with...
I have been using the org-fold branch for a few weeks and found that it speeds up my large org files. Hopefully it will be ready for merging soon.
Oh, yeah, I had also read that comment from Eli about compose being “bad” in some way. Seems reasonable to think about what the “right” future-proof implementation should be.
Sounds great, even if it will be some work. Another good thing with using display is that it could be possible to directly set the font (through setting the `face`...
I was thinking in similar lines, wanting to have some more control over the display of bullets (specifically if it would be possible to add a face to the todo...