From: Kaushal Modi <kaushal.modi@gmail.com>
To: emacs-org list <emacs-orgmode@gnu.org>
Subject: BUG: org cycling regression when using the legacy folding style overlays
Date: Mon, 30 May 2022 19:04:45 -0400 [thread overview]
Message-ID: <CAFyQvY3fV9OXBryKEUXDrCcASAZySwEB-hyAkL2tKKs7qtTOvA@mail.gmail.com> (raw)
Hello,
I was trying to create a minimal reproducible example for a different
issue and I ended up with this other issue that I didn't expect and so
I am reporting that first.
Issue: Opening an Org file gives (wrong-number-of-arguments #<subr
looking-at> 2) error.
=====
Warning (org-element-cache): org-element--cache: Org parser error in
t.org::88. Resetting.
The error was: (wrong-number-of-arguments #<subr looking-at> 2)
Backtrace:
nil
Please report this to Org mode mailing list (M-x org-submit-bug-report).
=====
Recipe:
1. Clone https://gitlab.com/kaushalmodi/org-mode-mwe to a temp
directory (say, in /tmp)
2. cd to the org repo and check out the main branch. The Org version
used when creating this report was release_9.5.3-520-g4dda0d.
3. emacs -Q -L ./lisp/
/tmp/org-mode-mwe/bug-recipes/collapse-all-post-subtrees/t.org &
4. Evaluate the "code__fold_style" src block in that test file; it
sets the fold style to overlays
5. Evaluate the "code__collapse_all_posts" src block; this code hides
all the subtrees with non-empty values for EXPORT_FILE_NAME or
CUSTOM_ID properties.
If you skip step 4, you will find the collapsing of all subtrees where
EXPORT_FILE_NAME or CUSTOM_ID is set happens as expected in step 5.
But if you evaluate step 4, most (or all?) subtrees remain uncollapsed.
Additionally, once step 4 + 5 are evaluated, the default TAB binding
that should cycle a subtree's visibility also starts behaving
erratically.
For example, move cursor to line 68 (* Image / Figure) in the test
file t.org after completing all of the above steps.
You will find these lines visible:
=====
* Image / Figure :image:
** Image links
:PROPERTIES:
:EXPORT_FILE_NAME: image-links
:EXPORT_DATE: 2017-07-15T07:49:44-04:00
:END:
=====
Hit TAB once, and now you see this: it hid only the title of the
subtree heading under it, but still shows the property drawer
expanded!
=====
* Image / Figure :image:
:PROPERTIES:
:EXPORT_FILE_NAME: image-links
:EXPORT_DATE: 2017-07-15T07:49:44-04:00
:END:
=====
Hit TAB once again, you will see:
=====
* Image / Figure :image:
** Image links...
=====
Now if you move the point to line 69 (* Image links), hitting the TAB
will not do any kind of cycling at all.
--
Kaushal Modi
next reply other threads:[~2022-05-30 23:06 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-05-30 23:04 Kaushal Modi [this message]
2022-05-30 23:46 ` BUG: org cycling regression when using the legacy folding style overlays Ihor Radchenko
2022-05-30 23:56 ` Kaushal Modi
2022-05-31 5:16 ` Ihor Radchenko
2022-05-31 3:07 ` Kaushal Modi
2022-05-31 3:20 ` Ihor Radchenko
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.orgmode.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=CAFyQvY3fV9OXBryKEUXDrCcASAZySwEB-hyAkL2tKKs7qtTOvA@mail.gmail.com \
--to=kaushal.modi@gmail.com \
--cc=emacs-orgmode@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).