From mboxrd@z Thu Jan 1 00:00:00 1970 From: Birnle Subject: How to get rid of first line indent? Date: Thu, 08 Jun 2017 22:57:43 +0200 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:50807) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dJ4V7-0001WA-3p for emacs-orgmode@gnu.org; Thu, 08 Jun 2017 16:57:53 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dJ4V2-0008Jt-9c for emacs-orgmode@gnu.org; Thu, 08 Jun 2017 16:57:53 -0400 Received: from mout.gmx.net ([212.227.15.15]:54061) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dJ4V1-0008IB-VW for emacs-orgmode@gnu.org; Thu, 08 Jun 2017 16:57:48 -0400 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" To: emacs-orgmode@gnu.org Dear group, How do I get rid of the (first) line indent in org mode? I type some text (book length) in: * Some heading text Here is some text in one line in visual mode that wraps nicely and looks like it should. ** Another header And some more text in just one line in visual mode that wraps as it should. Then I do something – I don’t know what it is, but suddenly the first line of the same text is indented to the level of the header by white space: * Some heading text Here is some text in one line in visual mode that wraps nicely and looks like it should. ** Another header And some more text in just one line in visual mode that wraps as it should. I’ve searched for hours but couldn’t find a solution. As a totally new Emacs and org (and evil) mode user I don’t know what to do. Please help! Best, Birnle