bitclick
bitclick
I am not sure, i understand the implications of the extended define-key mechanism (or its current implementation), but using emacs' internal mechanisms as much as possible seems reasonable to me....
Thanks! Lets hope this will be adopted by spacemacs and doom etc..
@justbur > Any time it's used it subverts the "generic" replacement mechanism and should be much faster. I am suffering from this too (in spacemacs develop branch with evil-mode).. Is...
> i have disabled multiple replacements for now and am still testing it.. i can confirm that disabling multiple repacements does not resolve the issue..
@justbur Thanks for the clarification. Looks like the replacement feature was not intended to be used with 100s of kilobytes of replacement data. which is not likely to happen when...
i would appreciate this. the current sync plugin is missing metadata synchronization. see my comment in #1083
while the date can actually be encoded in the filenames (#1083), other metadata cannot (notes, tags). my use-case is synchronizing all data between 3 machines using [syncthing](https://syncthing.net/). a robust file-based...
> Just to be clear: Notes and tags (and any other data in items) are synchronized in separate files (`*_note.txt` and `*_copyq.dat` files). Indeed you are correct. I think there...
i am also affected on fresh doom install. - in fact, calling `org-insert-heading` shows the same behavior for me - `org-fold-catch-invisible-edits` is set to `'show`
as a quick workaround calling `org-reveal` after the insertion makes the new heading visible, maybe in a hook