Re: BUG: org-cycle does not unfold some subtrees

2023-05-06 Thread Michael Dauer
Got another observation: Text content at position 30248: There is an overlay here: From 30248 to 30442 evaporatet invisibleorg-fold-outline isearch-open-invisible delete-overlay org-invisibleorg-fold-outline priority 5 There are text proper

Re: BUG: org-cycle does not unfold some subtrees

2023-05-06 Thread Michael Dauer
This sibling branch works: Text content at position 27007: There are text properties here: fontifiedt isearch-open-invisible org-fold-core--isearch-show isearch-open-invisible-temporary org-fold-core--isearch-show-temporary org-fold--spec-org-fold-outline-1035805047878762682 o

Re: BUG: org-cycle does not unfold some subtrees

2023-05-06 Thread Ihor Radchenko
Michael Dauer writes: > This sibling branch works: > Text content at position 27007: > > > There are text properties here: > fontifiedt > isearch-open-invisible org-fold-core--isearch-show > isearch-open-invisible-temporary org-fold-core--isearch-show-temporary > org-fold--spe

Re: BUG: org-cycle does not unfold some subtrees

2023-05-06 Thread Michael Dauer
I'm not doing anything with org-fold-core-style directly. The only maybe relevant thing I do after (org-mode) is: (straight-use-package 'org-modern) (global-org-modern-mode) (setq org-pretty-entities t) (setq org-pretty-entities-include-sub-superscripts nil) (setq org-ellipsis "…") (setq org-moder

Re: BUG: org-cycle does not unfold some subtrees

2023-05-06 Thread Ihor Radchenko
Michael Dauer writes: > I'm not doing anything with org-fold-core-style directly. The only maybe > relevant thing I do after (org-mode) is: > (straight-use-package 'org-modern) I do not think that org-modern can be a culprit. But some third-party package might be. May you try disabling various

Re: [Pre-PATCH] Overhaul of the LaTeX preview system

2023-05-06 Thread Konstantinos Chousos
> They shouldn't be any slower than when you manually call > `org-latex-preview' on a fragment. To be sure, you could try > > (setq org-latex-preview-debounce 0.3 > org-latex-preview-throttle 0.3) > > and then turn on (or turn off + on) `org-latex-preview-auto-mode'. Yeah, it kinda works ok

Re: [Pre-PATCH] Overhaul of the LaTeX preview system

2023-05-06 Thread Ihor Radchenko
Konstantinos Chousos writes: >> Tecosaur will have a better idea of what's happening here. Note that >> the export options for html are `tex:dvipng' or `tex:dvisvgm', not >> `dvipg' and `dvisvg'. > > Oops, you're right. `dvisvgm' works. It would be useful if unexpected values there triggered a

Re: [Pre-PATCH] Overhaul of the LaTeX preview system

2023-05-06 Thread Konstantinos Chousos
Update about a little bug I found: When it comes to fragments that contains things such as limits, under/over braces etc., the live preview's borders get kind of messed up. Don't know how to describe it exactly, see the attached image. -Konstantinos

Re: [POLL] Add command names to key bindings in Org Guide? (was: Suggestion: for each listed keybinding, also name the command)

2023-05-06 Thread Corwin Brust
On Sat, May 6, 2023, 01:26 Adham Omran wrote: > >> I want to add command names into the org-mode guide. I have attached > >> an example of such an addition. > > > > Will it be useful? > > > > Technically, adding the command name will increase the Org Guide size, > > which is a bit against its ide

Re: BUG: org-cycle does not unfold some subtrees

2023-05-06 Thread Christopher M. Miles
I got similar result: #+begin_example Text content at position 33755: There is an overlay here: From 33755 to 36387 evaporatet invisibleorg-fold-outline isearch-open-invisible delete-overlay org-invisibleorg-fold-outline priority 5 There

Re: BUG: org-cycle does not unfold some subtrees

2023-05-06 Thread Thomas S. Dye
Ihor Radchenko writes: Michael Dauer writes: I'm not doing anything with org-fold-core-style directly. The only maybe relevant thing I do after (org-mode) is: (straight-use-package 'org-modern) I do not think that org-modern can be a culprit. But some third-party package might be. May

Re: BUG: org-cycle does not unfold some subtrees

2023-05-06 Thread Ihor Radchenko
"Thomas S. Dye" writes: >> But some third-party package might be. >> May you try disabling various extra packages and see if the >> problem persists? > > If it helps, I get this bug using the Spacemacs Org mode layer and > Emacs 27. Sorry, but it does not help. Without reproducer, I can only g

Re: Interest in an Org video meetup?

2023-05-06 Thread Matt
Thoughts on dates and times?

Re: Interest in an Org video meetup?

2023-05-06 Thread Ihor Radchenko
Matt writes: > Thoughts on dates and times? For example, Last Sunday every month with rotating timing suitable for the USA, Europe, and Asia Pacific. -- Ihor Radchenko // yantar92, Org mode contributor, Learn more about Org mode at . Support Org development at

Re: BUG: org-cycle does not unfold some subtrees

2023-05-06 Thread Thomas S. Dye
Ihor Radchenko writes: "Thomas S. Dye" writes: But some third-party package might be. May you try disabling various extra packages and see if the problem persists? If it helps, I get this bug using the Spacemacs Org mode layer and Emacs 27. Sorry, but it does not help. Without repro

Re: BUG: org-cycle does not unfold some subtrees

2023-05-06 Thread Ihor Radchenko
"Thomas S. Dye" writes: > For me, the bug bites intermittently. I often run an Emacs > instance for more than a week before I'm bitten, so it will likely > be a long process to work through the packages loaded on top of > what Spacemacs loads to make a reproducer. Others in this thread appea

Re: Interest in an Org video meetup?

2023-05-06 Thread Adham Omran
> For example, Last Sunday every month with rotating timing suitable for > the USA, Europe, and Asia Pacific. As in each month having a different timing? I might have understood this wrong but won't this mean that, for example the Europe group would have a meeting every 3 months? Please tell me if

Re: Interest in an Org video meetup?

2023-05-06 Thread Ihor Radchenko
"Adham Omran" writes: >> For example, Last Sunday every month with rotating timing suitable for >> the USA, Europe, and Asia Pacific. > > As in each month having a different timing? I might have understood this wrong > but won't this mean that, for example the Europe group would have a meeting >

Re: BUG: org-cycle does not unfold some subtrees

2023-05-06 Thread Thomas S. Dye
Ihor Radchenko writes: "Thomas S. Dye" writes: For me, the bug bites intermittently. I often run an Emacs instance for more than a week before I'm bitten, so it will likely be a long process to work through the packages loaded on top of what Spacemacs loads to make a reproducer. Othe

Re: [PATCH] ob-sqlite: Use a transient in-memory database by default

2023-05-06 Thread Rudolf Adamkovič
Max Nikulin writes: > Perhaps it is better to keep current behavior with error by default > and just to recommend [...] a user is experimenting with sqlite > features. This is exactly the case where the user SHOULD use #+PROPERTY: header-args:sqlite :db to avoid mistyping across their SQLite