alphapapa / alphapapa/org-ql

Unexpected output when org-ql-completing-read-reverse-paths is nil

未關閉
#341 5 則留言 0 個 reaction 已指派 1 人 已被 @alphapapa 認領 在 GitHub 檢視
bug priority:B
主要語言
Emacs Lisp
星號
1.6k
分支
120
PR 合併指標
30 天內沒有已合併 PR

描述

Hello,

After the change at 4c1a4b169f54d37ce541902c0ae5043759ef9d9b, `org-ql-completing-read` always appends the outline path to the headline, even if `org-ql-completing-read-reverse-paths` is set to nil.

For example, if you have a headline at level 3 and `org-ql-completing-read-reverse-paths` is nil, the formatted candidate will be

> Level 3 / Level 1 / Level 2

and if you have four levels, it will be

> Level 4 / Level 1 / Level 2 / Level 3

The expected output here is

> Level 1 / Level 2 / Level 3 / Level 4

and `org-ql-completing-read` behaved like this before.

貢獻指南

這個儲存庫沒有索引到貢獻指南

評估

這個 Issue 還沒有評估資料。

把新 issue 寄到你的電子郵件信箱

精選適合新手參與的 GitHub issue 摘要。