Takaaki ISHIKAWA

Results 59 comments of Takaaki ISHIKAWA

I'm trying to update the current implementation under develop branch. https://github.com/takaxp/org-tree-slide/commit/4214474dfa17073c19beb00c94f81be5e18350fb Thank you for proposing a code, it is great for me so I just integrate it to new version...

Thank you for your feedback. All suggestions will be reflected to the next release. The toggle feature should be changed to cycle states like (nil, t, inherit) instead of toggle...

It could be possible by executing `center-region` in each slide excluding org headings, but I think it is difficult to restore the original position of each content. I'll study how...

Hi. That feature is not currently implemented. It is a bit difficult for me now to implement such functionality for hiding a specific tree with `COMMENT` in subtrees. But I'll...

OK..., I'll try to resolve this issue but it will take some time in my perspective.

In my understanding, showing two `~` is correct because `org-tree-slide` doesn't provide such feature of hiding markups. I guess a function is set to `org-tree-slide-play-hook` in your side on Ubuntu...

No problem :) Actually, today I installed DOOM Emacs for the first time so nothing I know about DOOM Emacs. I didn't know that the minor mode is implemented in...

OK, I cannot reproduce the error in my minimal configuration, please see my captured video. https://user-images.githubusercontent.com/136673/179299569-b9b2305d-4197-4b1c-a706-5b7cdbe60275.mov The primal difference is the face of each heading. I guess `org-bullet` or other...

Thanks! BTW, have you removed `(setq org-fold-core-style 'overlay)` from your environment? Now I can reproduce the issue if I use the following setting in config.el of DOOM. If not yet,...

Thank you for updating code in your side. I confirmed that the change in #54 is not sufficient to do thing well in DOOM. So I'll have to investigate little...