alphapapa / alphapapa/unpackaged.el
unpackaged/org-forward-to-entry-content goes to wrong heading in some cases
Đang mở
bug
good first issue
help wanted
- Ngôn ngữ chính
- Emacs Lisp
- Star
- 416
- Fork
- 12
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
If `unpackaged/org-forward-to-entry-content` is called on the first entry below, it'll skip over to the next heading and `point` will end up at "hello world"
Because the `:end` of the drawer is the same as the `:begin` of the next heading.
```
* test
:LOGBOOK:
CLOCK: [2022-02-21 Mon 23:28]--[2022-02-21 Mon 23:28] => 0:00
:END:
* heading 2
hello world
```
Hướng dẫn đóng góp
Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này
Đánh giá
Issue này chưa được đánh giá.