emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[O] [bug] org-cycle changed behavior in orgstruct-mode


From: Rasmus
Subject: [O] [bug] org-cycle changed behavior in orgstruct-mode
Date: Tue, 11 Aug 2015 11:50:39 +0200
User-agent: Gnus/5.130014 (Ma Gnus v0.14) Emacs/25.0.50 (gnu/linux)

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

[Prev in Thread] Current Thread [Next in Thread]