From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Abrahamsen Subject: Re: Yank "normal" text as item in list Date: Fri, 24 Oct 2014 11:53:56 +0800 Message-ID: <874muui0mj.fsf@ericabrahamsen.net> References: <87h9yv85oq.fsf@pedroche.home> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:56502) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XhVsN-00070K-UJ for emacs-orgmode@gnu.org; Thu, 23 Oct 2014 23:49:27 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XhVsG-0007dC-Ep for emacs-orgmode@gnu.org; Thu, 23 Oct 2014 23:49:19 -0400 Received: from plane.gmane.org ([80.91.229.3]:53056) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XhVsG-0007d1-7s for emacs-orgmode@gnu.org; Thu, 23 Oct 2014 23:49:12 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1XhVsE-0005cI-Hc for emacs-orgmode@gnu.org; Fri, 24 Oct 2014 05:49:10 +0200 Received: from c-76-28-195-250.hsd1.wa.comcast.net ([76.28.195.250]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 24 Oct 2014 05:49:10 +0200 Received: from eric by c-76-28-195-250.hsd1.wa.comcast.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 24 Oct 2014 05:49:10 +0200 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: emacs-orgmode@gnu.org Igor Sosa Mayor writes: > Hi, > > often I have to yank 'normal' text, that means, text which is not > indented into a item of a list. In other words, maybe, to convert it > into a list item. > > I have always the problem that, when the text over one line goes, it > does not get the correct indentation. > > Is there maybe a magical function to get this? > > Many thanks in advance! I don't know what situation in particular you've got, but what often works for me is going to the line of the yanked text that I want to be the first line of a new list item, and using "C-c -" to explicitly convert it to an item. That command includes some indentation heuristics that, for me anyway, often creates the result I was looking for.