From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Re: New beamer support Date: Thu, 7 Jan 2010 17:48:24 +0100 Message-ID: References: <871vi3bm62.fsf@mundaneum.com> <87eim3zckf.wl%ucecesf@ucl.ac.uk> <87hbqzo05z.fsf@mundaneum.com> <87iqbfcifr.fsf@mundaneum.com> <87y6kab93a.fsf@mundaneum.com> <4b45f234.8702be0a.68d2.ffffd38c@mx.google.com> Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NSweS-0006Ce-H4 for emacs-orgmode@gnu.org; Thu, 07 Jan 2010 13:00:04 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NSweN-00065t-Lk for emacs-orgmode@gnu.org; Thu, 07 Jan 2010 13:00:03 -0500 Received: from [199.232.76.173] (port=56918 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NSweN-00065Y-BY for emacs-orgmode@gnu.org; Thu, 07 Jan 2010 12:59:59 -0500 Received: from mail-ew0-f224.google.com ([209.85.219.224]:47888) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NSweM-0007F9-Sw for emacs-orgmode@gnu.org; Thu, 07 Jan 2010 12:59:59 -0500 Received: by ewy24 with SMTP id 24so21869199ewy.26 for ; Thu, 07 Jan 2010 09:59:57 -0800 (PST) In-Reply-To: <4b45f234.8702be0a.68d2.ffffd38c@mx.google.com> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Darlan Cavalcante Moreira Cc: =?ISO-8859-1?Q?S=E9bastien_Vauban?= , emacs-orgmode@gnu.org On Jan 7, 2010, at 3:39 PM, Darlan Cavalcante Moreira wrote: > At last, I have a small feature request that would help organizing the > information among the slides. Right now you can use Alt+up/down > arrow to move a > list item in a heading, but org does not allow passing beyond a > heading > limit. This makes sense in a normal org file and is very useful, but > when > writing a presentation with org this restriction can get into the > way. This is > not a big deal, but maybe others are also interested in this. I think that I cannot make this work in a good way. Alternatives: 1. cut and paste of subtrees `C-c C-x C-w' ... `C-y' 2. Demote the frame line, move it down, promote it again. - Carsten