<TAB> not execute org-cycle when I opened config.org #10

Closed
opened 2021-01-12 06:14:23 +00:00 by atreeyang · 7 comments
atreeyang commented 2021-01-12 06:14:23 +00:00 (Migrated from github.com)

when I opened "config.org" and press on a org line, and give me a message "user-error: No matching item found on the current line"
It should execute org-cycle and expand the title. very inconvenient. shift-TAB is work anyway.

But when I open a simple org file, it execute org-cycle. Cant figure out why.

when I opened "config.org" and press <TAB> on a org line, and give me a message "user-error: No matching item found on the current line" It should execute org-cycle and expand the title. very inconvenient. shift-TAB is work anyway. But when I open a simple org file, it execute org-cycle. Cant figure out why.
tecosaur commented 2021-01-12 06:55:52 +00:00 (Migrated from github.com)

As it so happens, I'm aware of this issue (unlike the other issue you opened, I'll respond to that in a bit), but have no idea what's going on.

I'll let you know here if I make any progress 🙂.

As it so happens, I'm aware of this issue (unlike the other issue you opened, I'll respond to that in a bit), but have no idea what's going on. I'll let you know here if I make any progress :slightly_smiling_face:.
tecosaur commented 2021-02-01 14:35:37 +00:00 (Migrated from github.com)
Related: https://github.com/hlissner/doom-emacs/issues/4548
pnguyen4 commented 2021-02-01 19:54:20 +00:00 (Migrated from github.com)

Hi. I was setting up doom emacs using this configuration as inspiration and I ran into the same problem with TAB not working. Commenting out (add-hook! 'org-mode-hook #'+org-pretty-mode #'mixed-pitch-mode) fixed the issue for me. I'm not sure why though.

Hi. I was setting up doom emacs using this configuration as inspiration and I ran into the same problem with TAB not working. Commenting out `(add-hook! 'org-mode-hook #'+org-pretty-mode #'mixed-pitch-mode)` fixed the issue for me. I'm not sure why though.
tecosaur commented 2021-02-01 19:55:49 +00:00 (Migrated from github.com)

Strange, thanks for letting me know. I'll test it out and see what I find.

By the way, do you also find this issue doesn't pop up with smaller files?

Strange, thanks for letting me know. I'll test it out and see what I find. By the way, do you also find this issue doesn't pop up with smaller files?
pnguyen4 commented 2021-02-01 19:59:05 +00:00 (Migrated from github.com)

No, this issue happens with small org files as well. I ran across it while following along Zaiste's Doomcast org mode tutorial. My configuration isn't literate.

No, this issue happens with small org files as well. I ran across it while following along Zaiste's Doomcast org mode tutorial. My configuration isn't literate.
tecosaur commented 2021-02-01 20:02:35 +00:00 (Migrated from github.com)

Interesting to compare experiences. Just as @atreeyang mentioned, I only find this occurs with large Org files.

All I can guess at this point is that we're hitting some weird edge case 😛

Interesting to compare experiences. Just as @atreeyang mentioned, I only find this occurs with large Org files. All I can guess at this point is that we're hitting some weird edge case :stuck_out_tongue:
tecosaur commented 2021-02-07 17:20:00 +00:00 (Migrated from github.com)

Fixed in 16a495c97d

Fixed in https://github.com/hlissner/doom-emacs/commit/16a495c97dd796ec20939d07bad3beb38586a1fe
Sign in to join this conversation.
No description provided.