* move multiple lines of text at the same time
@ 2012-06-27 16:06 Enda
2012-07-12 10:01 ` Bastien
0 siblings, 1 reply; 2+ messages in thread
From: Enda @ 2012-06-27 16:06 UTC (permalink / raw)
To: emacs-orgmode@gnu.org
[-- Attachment #1: Type: text/plain, Size: 159 bytes --]
Say I have two lines of text like so, and I want to move both of them
at the same time, could there be a C-u 2 M-down in order to do this.
Best wishes,
Enda
[-- Attachment #2: Type: text/html, Size: 822 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: move multiple lines of text at the same time
2012-06-27 16:06 move multiple lines of text at the same time Enda
@ 2012-07-12 10:01 ` Bastien
0 siblings, 0 replies; 2+ messages in thread
From: Bastien @ 2012-07-12 10:01 UTC (permalink / raw)
To: Enda; +Cc: emacs-orgmode@gnu.org
Enda <enda_k2@yahoo.com> writes:
> Say I have two lines of text like so, and I want to move both of them
> at the same time, could there be a C-u 2 M-down in order to do this.
I've implemented this instead: when a region is active, M-<down/up> will
move the region up/down.
Note that org-element.el can help with such features: load
contrib/lisp/org-element.el and try `org-element-drag-forward'.
It moves the current element forward, as advertized.
The plan is to bind M-<down/up> to `org-element-drag-forward' soon.
--
Bastien
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-07-12 10:00 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-27 16:06 move multiple lines of text at the same time Enda
2012-07-12 10:01 ` Bastien
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).