doomemacs / doomemacs/core

`+org/open-fold` i.e. `zo` not work

Open
#6,737 10 comments 9 reactions 0 assignees View on GitHub
:editor fold :lang org is:bug
Dominant language
Emacs Lisp
Stars
22.7k
Forks
3.1k
Avg merge
10h 46m
Merged PRs (30d)
4

Description

### What did you expect to happen?

when type `zo` at org heading, it should expand the heading at current cursor

### What actually happened?

`zo` and `+org/open-fold` don't give me any response

### Describe your attempts to resolve the issue

_No response_

### Steps to reproduce

1. Open Emacs.
2. open a org file with following content

```org
#+title: test

* level1
say hello
** level2
say hello
```
Screen Shot 2022-08-31 at 10 33 31

3. put cursor at the line `*level1` and type `zc` to close this fold

Screen Shot 2022-08-31 at 10 33 37

4, type `zo` or `M-x +org/open-fold` and don't get any response.

Screen Shot 2022-08-31 at 10 33 37

The expected result will be:

Screen Shot 2022-08-31 at 10 33 48

### System Information

https://pastebin.com/JtdVTCqU

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.