Hi,

In org 8.3 orgstruct-mode and org-cycle is no longer working as expected.

In my init file I have,

     ;; Local Variables:
     ;; outline-regexp: ";;\\*+\\|\\`"
     ;; orgstruct-heading-prefix-regexp: ";;\\*+\\|\\`"
     ;; eval: (when after-init-time (orgstruct-mode) (org-global-cycle 3))
     ;; End:

With org 8.3+, when I use org-cycle on a headline, e.g. ";;* Org", the
display is no longer consistent with outline-toggle-children (I think the
"outline"-prefix might be a recent addition).

In Org 8.3+

    No tabs:
        ;;* Org

    One tab:
        ;;* Org
        ...

    Two tabs:
        ;;* Org
        ;;** Subhead1
             forms1
        ;;** Subhead2
             forms2


In Org 8.2.10 behavior is consistent with outline-toggle-children:


    No tabs:
        ;;* Org

    One tab:
        ;;* Org
        ;;** Subhead1
        ;;** Subhead2

    Two tabs:
        ;;* Org
        ;;** Subhead1
             forms1
        ;;** Subhead2
             forms2

I don't know how to debug this further.  Hints appreciated.

Ramus

-- 
Lasciate ogni speranza, voi che leggete questo.



Reply via email to