Alice P. Hacker
Alice P. Hacker
Who in their right mind would nest emphasis like that? Jokes aside, yes, this is trickier. There's actually a bug related to that right now in `org-appear` -- I didn't...
Thanks, @willbchang and @yantar92, for the information! > org-appear works fine with org-fold (at least for emphasis) The only element currently not supported with org-fold is links. I will work...
The mainline version of `org-appear` [now supports all elements](https://github.com/awth13/org-appear/pull/48) with `org-fold`! I am not closing the issue for now since there are conflicts with packages using `font-lock` and `jit-lock` functions,...
Hey, @japhir! Comments do not have children elements in the `org-element` API and `org-appear` cannot detect elements within a comment. The part of Org that hides links uses a different...
@wowhxj, this looks like a different issue. I also can't reproduce it. Would you mind telling me which version of Emacs/Org are you using and what is the value of...
@wowhxj, thank you for such a detailed response! I have to investigate this since, when `org-appear-autolinks` is nil, `org-appear` should not do anything with links. Your input is very useful....
Hi, @tecosaur! `org-appear` already works with `display` text properties when toggling entity elements so decomposing `org-modern` prettifications is definitely within the realm of possibility. There are, however, two issues that...
Hey everyone, I'm so sorry it took me so long to respond to this! It should be fixed now but note that, for Org versions above 9.7, using the [org-9.7-fixes](https://github.com/awth13/org-appear/tree/org-9.7-fixes)...
Hello, @tomibennett! I am sorry it took me a while to respond. The `'on-change` mode of toggling means that elements are toggled *only* when an element is clicked with a...
Thank you for the detailed report, @technician77! This is going to take some time to resolve as there were substantial changes in `org-element` between versions. In the meantime, [org-9.7-fixes](https://github.com/awth13/org-appear/tree/org-9.7-fixes) has...