Re: Bug: broken org-cycle-include-plain-lists integrate [9.3.3 (9.3.3-elpa @ /home/bruce/.emacs.d/elpa/org-9.3.3/)]

2020-02-11 Thread Bruce Tulloch
Thanks for the prompt response guys! :01:nt3r448ppfurl90h: On Tue, Feb 11, 2020 at 5:56 PM Bastien wrote: > Hi Stardiviner, > > stardiviner writes: > > > This this related to recently new added option value. > > the option was introduced just 2-3 hours before Bruce reported his > problem ;) >

Re: Bug: broken org-cycle-include-plain-lists integrate [9.3.3 (9.3.3-elpa @ /home/bruce/.emacs.d/elpa/org-9.3.3/)]

2020-02-10 Thread Bastien
Hi Bruce, > * Bug Report > > (setq org-cycle-include-plain-lists 'integrate) > > seems to have no effect. Thanks for reporting this. Fixed now. This was the consequence of this commit: https://code.orgmode.org/bzg/org-mode/commit/c2aebcee27 Best, -- Bastien

Re: Bug: broken org-cycle-include-plain-lists integrate [9.3.3 (9.3.3-elpa @ /home/bruce/.emacs.d/elpa/org-9.3.3/)]

2020-02-10 Thread Bastien
Hi Stardiviner, stardiviner writes: > This this related to recently new added option value. the option was introduced just 2-3 hours before Bruce reported his problem ;) > #+begin_src emacs-lisp > (setq org-adapt-indentation 'headline-data) > #+end_src > > It is introduced in commit

Re: Bug: broken org-cycle-include-plain-lists integrate [9.3.3 (9.3.3-elpa @ /home/bruce/.emacs.d/elpa/org-9.3.3/)]

2020-02-10 Thread stardiviner
This this related to recently new added option value. #+begin_src emacs-lisp (setq org-adapt-indentation 'headline-data) #+end_src It is introduced in commit "e3b79ad2bf7ab7b91c0ad2b8383d639bfe154ce7". Which might breaks indentation of plain list etc. Bruce Tulloch writes: > * Bug Report >

Bug: broken org-cycle-include-plain-lists integrate [9.3.3 (9.3.3-elpa @ /home/bruce/.emacs.d/elpa/org-9.3.3/)]

2020-02-09 Thread Bruce Tulloch
* Bug Report (setq org-cycle-include-plain-lists 'integrate) seems to have no effect. That is, plain lists are no longer cycling as children of outline headings. * Example This content appears when cycling on Example * This plain list line appears (correct) * this line also