Re: [O] [bug] orgstruct has suddenly become overly opinionated about legal keystrokes

2013-03-29 Thread Christopher Schmidt
Eric Schulte writes: > I'm seeing this same problem when editing email with the latest Org-mode > and OrgStruct mode. > > Meta-RET raises the error > > orgstruct-error: This key has no function outside structure elements This corner case is worked around in master now. 310e76b org.el (orgs

Re: [O] [bug] orgstruct has suddenly become overly opinionated about legal keystrokes

2013-03-29 Thread Eric Schulte
Bastien writes: > Christopher Schmidt writes: > >> Eric Schulte writes: >>> Yes this fixes the problem. >> >> Thank you. I committed this. >> >> 14df16d org.el: Use longest form when translating keys. > > Thanks! I'm seeing this same problem when editing email with the latest Org-mode and

Re: [O] [bug] orgstruct has suddenly become overly opinionated about legal keystrokes

2013-02-25 Thread Christopher Schmidt
"Sebastien Vauban" writes: >> [...] is new behavior as of the last couple of weeks. > > ... and I also experience a quite recent change. > > Before, when composing an email, I could edit lists and convert them > from itemized to enumerated ones, such in: > > - blond -> 1. blond > - brown

Re: [O] [bug] orgstruct has suddenly become overly opinionated about legal keystrokes

2013-02-25 Thread Sebastien Vauban
Hello, Eric Schulte wrote: > I use orgstruct mode in my message mode, so that I may easily include > tables and lists when writing and responding to mail. So do I... > [...] is new behavior as of the last couple of weeks. ... and I also experience a quite recent change. Before, when composing

Re: [O] [bug] orgstruct has suddenly become overly opinionated about legal keystrokes

2013-02-23 Thread Bastien
Christopher Schmidt writes: > Eric Schulte writes: >> Yes this fixes the problem. > > Thank you. I committed this. > > 14df16d org.el: Use longest form when translating keys. Thanks! -- Bastien

Re: [O] [bug] orgstruct has suddenly become overly opinionated about legal keystrokes

2013-02-22 Thread Christopher Schmidt
Eric Schulte writes: > Yes this fixes the problem. Thank you. I committed this. 14df16d org.el: Use longest form when translating keys. Christopher

Re: [O] [bug] orgstruct has suddenly become overly opinionated about legal keystrokes

2013-02-22 Thread Eric Schulte
> > orgstruct-mode tries to but does not find an appropriate key binding. > > Does this patch help? (Apply and restart Emacs.) > Yes this fixes the problem. > > --- a/lisp/org.el > +++ b/lisp/org.el > @@ -8621,7 +8621,7 @@ buffer. It will also recognize item context in > multiline items." >

Re: [O] [bug] orgstruct has suddenly become overly opinionated about legal keystrokes

2013-02-22 Thread Christopher Schmidt
Eric Schulte writes: > I use orgstruct mode in my message mode, so that I may easily include > tables and lists when writing and responding to mail. orgstruct-mode does not help you with tables. That is orgtbl-mode. > This week, I've suddenly noticed that when I press meta-RET in message >mode

[O] [bug] orgstruct has suddenly become overly opinionated about legal keystrokes

2013-02-22 Thread Eric Schulte
I use orgstruct mode in my message mode, so that I may easily include tables and lists when writing and responding to mail. This week, I've suddenly noticed that when I press meta-RET in message mode with orgstruct mode enabled, Org-struct returns the error orgstruct-error: This key has no func