From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: struggling with simple indentation Date: Tue, 26 Oct 2010 12:58:46 +0200 Message-ID: <87r5fdqkyh.wl%n.goaziou@gmail.com> References: <87zku2qk1i.wl%n.goaziou@gmail.com> <4CC6953F.7060600@diplan.de> <87tyk9qq5i.wl%n.goaziou@gmail.com> <4CC6A8CE.2080804@diplan.de> Mime-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Return-path: Received: from [140.186.70.92] (port=37214 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PAhEw-0007Kc-En for emacs-orgmode@gnu.org; Tue, 26 Oct 2010 06:58:52 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PAhEv-00044B-BX for emacs-orgmode@gnu.org; Tue, 26 Oct 2010 06:58:50 -0400 Received: from mail-ww0-f49.google.com ([74.125.82.49]:59202) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PAhEv-00043m-7P for emacs-orgmode@gnu.org; Tue, 26 Oct 2010 06:58:49 -0400 Received: by wwb34 with SMTP id 34so4664768wwb.30 for ; Tue, 26 Oct 2010 03:58:48 -0700 (PDT) In-Reply-To: <4CC6A8CE.2080804@diplan.de> 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: Rainer Stengele Cc: emacs-orgmode@gnu.org Hello, >>>>> Rainer Stengele writes: > Sometime I do save some an email body text under an org item. > Pasting the text under "item" leads to > * heading > - item > E-Mail body text line1 > E-Mail body text line2 > ... > Now I cannot use C-j of course. How do I easily get > * heading > - item > E-Mail body text line1 > E-Mail body text line2 > ... There is no way for Org to guess what you have in mind here (and this is why I don't like that much the "indent" method in `org-list-ending-method'). In your situation, I would use C-x r o with an adequate rectangle selection. After all, we are _also_ in Emacs. Regards, -- Nicolas