emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [BUG] Latest org-fold-core API (overlays compatible code) caused err


From: Christopher M. Miles
Subject: Re: [BUG] Latest org-fold-core API (overlays compatible code) caused error in package "consult-org-heading"
Date: Sun, 14 Aug 2022 07:47:32 +0800
User-agent: mu4e 1.8.6; emacs 28.1

"Christopher M. Miles" <numbchild@gmail.com> writes:

> [[PGP Signed Part:Undecided]]
>
> I have this option settings:
>
> #+begin_src emacs-lisp
> (setq org-element-use-cache nil)
> (setq org-fold-core-style 'overlays)
> (setq org-fold-catch-invisible-edits nil)
>
> (use-package consult
>   :ensure t
>   :bind (([remap org-goto] . consult-org-heading)) ; [C-c C-j]
>   :config (require 'consult-org))
> #+end_src
>
>
> And here is the testing Org document:
>
> #+begin_src org
> ,#+TITLE: test
>
> ,* headline main
>
> ,** Screenshots
>
> ,** folded?
>
> ,** new headline
>
> #+end_src
>
> Here I attached the backtrace after I toggle-debug-on-error:
>
> [6. application/emacs-lisp; org-fold-core-backtrace.elisp]...

I forget to mention, currently I'm on commit "6ad65f333293".

-- 

[ stardiviner ]
I try to make every word tell the meaning that I want to express without 
misunderstanding.

Blog: https://stardiviner.github.io/
IRC(libera.chat, freenode): stardiviner, Matrix: stardiviner
GPG: F09F650D7D674819892591401B5DF1C95AE89AC3

Attachment: signature.asc
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]