[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] S-M-right problem in orgstruct-mode
From: |
Christopher Schmidt |
Subject: |
Re: [O] S-M-right problem in orgstruct-mode |
Date: |
Sat, 9 Mar 2013 13:41:13 +0000 (GMT) |
Bastien <address@hidden> writes:
> Alan Schmitt <address@hidden> writes:
>
>> and do a shift-meta-right on the second line, I get:
>>
>> #+BEGIN_SRC emacs-lisp
>> ;;; * Test 1
>> ****** Test2
>> #+END_SRC
>
> I confirm this issue.
>
> The easiest thing to do is to prevent some commands to run when
> `orgstruct-mode' is on and `orgstruct-heading-prefix-regexp' is
> non-nil.
I agree. I will come up with a patch ASAP.
( In the long term this should be fixed properly. Considering that
point is already on an actual headline, Org just needs to add or
remove a star. This should not be too hard with org-heading-regexp. )
Christopher
- [O] S-M-right problem in orgstruct-mode, Alan Schmitt, 2013/03/08
- Re: [O] S-M-right problem in orgstruct-mode, Bastien, 2013/03/09
- Re: [O] S-M-right problem in orgstruct-mode,
Christopher Schmidt <=
- Re: [O] S-M-right problem in orgstruct-mode, Bastien, 2013/03/09
- Re: [O] S-M-right problem in orgstruct-mode, Christopher Schmidt, 2013/03/09
- Re: [O] S-M-right problem in orgstruct-mode, Alan Schmitt, 2013/03/09
- Re: [O] S-M-right problem in orgstruct-mode, Christopher Schmidt, 2013/03/09
- Re: [O] S-M-right problem in orgstruct-mode, Alan Schmitt, 2013/03/10
- Re: [O] S-M-right problem in orgstruct-mode, Bastien, 2013/03/10
- Re: [O] S-M-right problem in orgstruct-mode, Christopher Schmidt, 2013/03/10