From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anthony Lander Subject: Re: Re: struggling with simple indentation (possible bug) Date: Tue, 26 Oct 2010 11:10:03 -0400 Message-ID: References: <87zku2qk1i.wl%n.goaziou@gmail.com> <4CC6953F.7060600@diplan.de> <87tyk9qq5i.wl%n.goaziou@gmail.com> <4CC6A8CE.2080804@diplan.de> <87r5fdqkyh.wl%n.goaziou@gmail.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 [140.186.70.92] (port=48983 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PAlEW-0007pW-F7 for emacs-orgmode@gnu.org; Tue, 26 Oct 2010 11:14:44 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PAlA7-0006iz-U3 for emacs-orgmode@gnu.org; Tue, 26 Oct 2010 11:10:09 -0400 Received: from smtp110.prem.mail.ac4.yahoo.com ([76.13.13.93]:47462) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1PAlA7-0006ie-QP for emacs-orgmode@gnu.org; Tue, 26 Oct 2010 11:10:07 -0400 In-Reply-To: <87r5fdqkyh.wl%n.goaziou@gmail.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: Nicolas Goaziou Cc: emacs-orgmode Mode Hi Nicolas, With regards to the discussion below, if I 'set org-list-ending-method to 'regex, it seems to get confused if there is a drawer between the headline and the first line of text, so pressing TAB with the cursor at the vertical bar in this example: ---->8------- ** Headline :PROPERTIES: :FOO: Bar :END: | ---->8------- Does not indent to the position under the "H" in the headline. The TAB key silently does nothing. Same effect with the properties drawer folded. Is it possible to indent correctly, ignoring the drawer? Thanks, -Anthony On 10-Oct-26, at 6:58 AM, Nicolas Goaziou wrote: > 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 > > _______________________________________________ > Emacs-orgmode mailing list > Please use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode