Re: [PATCH 2-v2] New: auto display inline images under subtree when `org-cycle'.

2022-09-30 Thread Ihor Radchenko
"Christopher M. Miles" writes: > I attached new version patch. Thanks! > +(defcustom org-cycle-inline-images-display nil > + "Non-nil means auto display inline images under subtree when cycling." > + :group 'org-startup > + :group 'org-cycle > + :type 'boolean) Please add :package-version

Re: [PATCH 2-v2] New: auto display inline images under subtree when `org-cycle'.

2022-09-30 Thread Christopher M. Miles
Ihor Radchenko writes: > "Christopher M. Miles" writes: > >> Ihor Radchenko writes: >> >> I got a new problem in patch, the (point-max) in function >> ~org-cycle-display-inline-images~ SOMETIMES return EOF error instead of >> correct max point value when org-cycle `state' is ~'folded~. I