From mboxrd@z Thu Jan 1 00:00:00 1970 From: Susan Cragin Subject: Re: One-keystroke command to move blocks of text up and down Date: Sun, 24 Feb 2013 14:10:07 -0500 (GMT-05:00) Message-ID: <32855478.1361733007917.JavaMail.root@elwamui-norfolk.atl.sa.earthlink.net> Reply-To: Susan Cragin Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_Part_1088_1701929.1361733007688" Return-path: Received: from eggs.gnu.org ([208.118.235.92]:46797) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U9gxe-0002s3-FO for emacs-orgmode@gnu.org; Sun, 24 Feb 2013 14:10:12 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1U9gxc-0006bl-Pn for emacs-orgmode@gnu.org; Sun, 24 Feb 2013 14:10:10 -0500 Received: from elasmtp-masked.atl.sa.earthlink.net ([209.86.89.68]:56812) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U9gxc-0006bW-Jz for emacs-orgmode@gnu.org; Sun, 24 Feb 2013 14:10:08 -0500 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Bastien Cc: Nicolas Goaziou , emacs-orgmode@gnu.org, Carsten Dominik ------=_Part_1088_1701929.1361733007688 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit >>>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 tested this? Here is the file. Most elements have been removed. The test was under today's date. >If there is only one paragraph under a headline, you cannot move >it up and down, the move is constrained by the structure of the >file. > >Check also C-M-t (Control Meta t) to transpose elements and >S-M- to move a line up and down (this last command is >structure-agnostic and can be handy sometimes.) 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. ------=_Part_1088_1701929.1361733007688 Content-Disposition: attachment; filename="temp.org" Content-Type: application/octet-stream; name=temp.org Content-Transfer-Encoding: 7bit * System #+STARTUP: indent #+STARTUP: xclip ** Good commands to know in Emacs addition: CTL-C + CTL-Y inline tasks: (require 'org-inlinetask) M-x org-inlinetask-insert-task RET sort: C-h a org sort RET transpose: C-x C-t timestamps: active C-u C-c . inactive C-u C-c ! * 2013 AGENDA * FEB - Calendar | --Sunday-- | --Monday-- | -Tuesday-- | Wednesday- | -Thursday- | --Friday-- | -Saturday-- | |------------+------------+------------+------------+------------+------------+-------------| | | | | | | 01 | 02 | | | | | | | | | |------------+------------+------------+------------+------------+------------+-------------| | 03 | 04 | 05 | 06 | 07 | 08 | 09 | | hockey | BWG | | dentist | | snowstorm | | |------------+------------+------------+------------+------------+------------+-------------| | 10 | 11 | 12 | 13 | 14 | 15 | 16 | | | BWG | | dentist | | | | | | | | alt CWS | | | | |------------+------------+------------+------------+------------+------------+-------------| | 17 | 18 | 19 | 20 | 21 | 22 | 23 | | | Holiday | CWS vol | | | | | |------------+------------+------------+------------+------------+------------+-------------| | 24 | 25 | 26 | 27 | 28 | | | | CWS vol | ?CWS | | | | | | |------------+------------+------------+------------+------------+------------+-------------| * Sun, 24 Feb ** Agenda | Start | Stop | Item | Comment | |-------+------+----------------------+-----------------------| | 6:15 | | Cold Weather Shelter | emergency replacement | | | | | | ** TODO list | X | Pr | Task | Start | Stop | Time | |---+----+----------------------------------------------+-------+------+------| | | a2 | journal | | | | | | b1 | do Sched C expenses spreadsheet | 11:00 | | | | | b2 | do Schedule C | | | | | | b3 | pay bills | | | | | | c | clean out trunk, wash 1 load shirts and pack | | | | | | c | pack up knitting | | | | | x | a1 | p&s | | | | | x | c1 | shovel walk once | | | | | | | | | | | | | | | | | | ** Journal Hello this is a test. This is a test too. This is three. ** Notes for tomorrow Have to finish student papers. ------=_Part_1088_1701929.1361733007688--