Alice P. Hacker

Results 21 comments of Alice P. Hacker

Hi, @m-h-b-tu! Thank you for the suggestion and code! I didn't know about the macro replacement feature in Org but, after reading up on it, your patch seems very useful...

Thank you for opening the issue! I was able to reproduce it. I noticed that, with `org-pretty-table` enabled, the `jit-lock-fontify-now` runs twice within the Org element under cursor. So, what...

This issue is now also blocking the transition to the new `org-fold` folding mechanism discussed in #5. `org-fold-core` uses `jit-lock-refontify` in the folding/unfolding function, which conflicts with the `font-lock-ensure` hack...

As far as I can see, from a cursory look at the the `feature/org-fold` branch, it uses a [different mechanism](https://github.com/yantar92/org/blob/65880398fc6cf635c68c8b743dea50f7df1929ea/lisp/org.el#L4971) for hiding emphasis markers in `org-do-emphasis-faces`. I'll have to do...

Thank you, @dakra and @yantar92! Even though it doesn't solve the issue entirely -- `org-appear` also wants to support link and sub/superscript toggling -- it's definitely useful to be aware...

Yes, I managed to make it work with sub/superscripts by locally binding `org-pretty-entites` -- although it toggles the entire line rather than a single fragment, working on it -- but...

> Binding `org-link-descriptive` does not help? Nope, at least on master, it doesn't. Incidentally, do you know of a better way to prevent `font-lock` from extending the region to whole...

Thanks a lot for the discussion, @yantar92! The version of `org-appear` that supports both branches is implemented [here](https://github.com/awth13/org-appear/tree/feature/org-fold-support). There are two issues to resolve before it can be merged: 1....

> you can simply run (org-fold-show-set-visibility 'local) with point inside the link I tried that but it seemed to mess with link faces -- only the description part is properly...

Support for links is now added in [org-fold-support branch](https://github.com/awth13/org-appear/tree/feature/org-fold-support). I'm not sure if we're talking about the same thing, @yantar92. What I meant is this. In the version of `org-appear`...