emacs-orgmode
[Top][All Lists]
Advanced

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

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


From: Nicolas Goaziou
Subject: Re: [O] [bug] org-cycle changed behavior in orgstruct-mode
Date: Tue, 11 Aug 2015 14:24:16 +0200

Hello,

Rasmus <address@hidden> writes:

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

I assume you mean development version (i.e., Org 8.4), not Org 8.3
(maint).

> 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.

Could you comment out

  (define-key org-mode-map [remap show-children] 'org-show-children)

in org.el?

I added this line, but I think it is a mistake.


Regards,

-- 
Nicolas Goaziou



reply via email to

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