Re: [O] One-keystroke command to move blocks of text up and down

2013-02-24 Thread Bastien
Hi Susan, Susan Cragin writes: > Hmmm > S-M- should be the ticket but doesn't work for me. > Assume this is SHIFT-ALT (held down together) up arrow. > Also tried SHIFT-ESC up. Yes, this is shift-alt-up/down, but I just fixed it. If git is installed on your system, please update Org fro

Re: [O] One-keystroke command to move blocks of text up and down

2013-02-24 Thread Susan Cragin
>>>M-up and M-down also move paragraphs and most blocks (in Org 7.9). >>>Unfortunately, binding is shadowed when trying to move a src block. >> >> When I try that I get these messages: >> Cannot drag this element forward. >> Cannot drag this element backward. > >Can you share the file on which you

Re: [O] One-keystroke command to move blocks of text up and down

2013-02-24 Thread Bastien
Hi Susan, Susan Cragin writes: > No. I have the following example. Each of these sentences is a paragraph > because it has a carriage return after it. That's your definition but that's not what Emacs and Org understand. By default, a paragraph needs at least two line breaks. > I need to re-or

Re: [O] One-keystroke command to move blocks of text up and down

2013-02-24 Thread Nick Dokos
Susan Cragin wrote: > From: Carsten Dominik > >On 24.2.2013, at 16:53, Susan Cragin wrote: > > > >> I use Meta-up-arrow and Meta-down-arrow to move headings in org and > >> entries in spreadsheets. > >> Would like to be able to use the same or similar command to move blocks of > >> text up o

Re: [O] One-keystroke command to move blocks of text up and down

2013-02-24 Thread Bastien
Hi Susan, Susan Cragin writes: >>M-up and M-down also move paragraphs and most blocks (in Org 7.9). >>Unfortunately, binding is shadowed when trying to move a src block. > > When I try that I get these messages: > Cannot drag this element forward. > Cannot drag this element backward. Can you s

Re: [O] One-keystroke command to move blocks of text up and down

2013-02-24 Thread Susan Cragin
>M-up and M-down also move paragraphs and most blocks (in Org 7.9). >Unfortunately, binding is shadowed when trying to move a src block. When I try that I get these messages: Cannot drag this element forward. Cannot drag this element backward.

Re: [O] One-keystroke command to move blocks of text up and down

2013-02-24 Thread Nicolas Goaziou
Hello, Carsten Dominik writes: > On 24.2.2013, at 16:53, Susan Cragin wrote: > >> I use Meta-up-arrow and Meta-down-arrow to move headings in org and entries >> in spreadsheets. >> Would like to be able to use the same or similar command to move blocks of >> text up or down. >> The current

Re: [O] One-keystroke command to move blocks of text up and down

2013-02-24 Thread Susan Cragin
-Original Message- >From: Carsten Dominik >Sent: Feb 24, 2013 11:16 AM >To: Susan Cragin >Cc: emacs-orgmode@gnu.org >Subject: Re: [O] One-keystroke command to move blocks of text up and down > > >On 24.2.2013, at 16:53, Susan Cragin wrote: > >> I use

Re: [O] One-keystroke command to move blocks of text up and down

2013-02-24 Thread Carsten Dominik
On 24.2.2013, at 16:53, Susan Cragin wrote: > I use Meta-up-arrow and Meta-down-arrow to move headings in org and entries > in spreadsheets. > Would like to be able to use the same or similar command to move blocks of > text up or down. > The current solution--highlight then kill/yank--is ju

[O] One-keystroke command to move blocks of text up and down

2013-02-24 Thread Susan Cragin
I use Meta-up-arrow and Meta-down-arrow to move headings in org and entries in spreadsheets. Would like to be able to use the same or similar command to move blocks of text up or down. The current solution--highlight then kill/yank--is just too slow. Suggestions?