emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] S-M-right problem in orgstruct-mode


From: Bastien
Subject: Re: [O] S-M-right problem in orgstruct-mode
Date: Sat, 09 Mar 2013 14:54:46 +0100
User-agent: Gnus/5.130006 (Ma Gnus v0.6) Emacs/24.3.50 (gnu/linux)

Hi Christopher,

Christopher Schmidt <address@hidden> writes:

> I agree.  I will come up with a patch ASAP.

Thanks!

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

Beware that there are *many* commands conditionally called by
org-metaright, org-metaleft, etc.: org-do-demote, org-do-promote and
the like.

It would be too much to make all these commands take the value of
`orgstruct-heading-prefix-regexp' into account, even if we end up
using a macro `org-with-heading-prefix-regexp' and calling these
commands from within the macro.  Perhaps accepting some limitations
will be the right thing, not sure.

Best,

-- 
 Bastien



reply via email to

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