From mboxrd@z Thu Jan 1 00:00:00 1970 From: Birnle Subject: Re: How to get rid of first line indent? Date: Mon, 12 Jun 2017 17:49:33 +0200 Message-ID: References: <9ef25cc73d884cbbbfe6c097f7b5f8a7@HE1PR01MB1898.eurprd01.prod.exchangelabs.com> <877f0ifugj.fsf@delle7240.chemeng.ucl.ac.uk> Mime-Version: 1.0 (Mac OS X Mail 9.3 \(3124\)) Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:45875) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dKRb5-0005h9-6n for emacs-orgmode@gnu.org; Mon, 12 Jun 2017 11:49:44 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dKRb0-0003ho-UC for emacs-orgmode@gnu.org; Mon, 12 Jun 2017 11:49:43 -0400 Received: from mout.gmx.net ([212.227.15.15]:50863) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dKRb0-0003gv-JR for emacs-orgmode@gnu.org; Mon, 12 Jun 2017 11:49:38 -0400 In-Reply-To: <877f0ifugj.fsf@delle7240.chemeng.ucl.ac.uk> 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 Yes, Eric, thank you, that is a good idea. Now I've found that it is more a feature than a failure =E2=80=93 org = mode thinks of it as "cleaning up", and it does it automagically = together with some commands. There is even a special command for it: C-c = n (crux-cleanup-buffer-or-region). But I cannot find the command to "unclean" the text so that I get again = what I've typed =E2=80=93 without the whitespace before each (first) = line. The reason that I want the text as I type it (without leading = whitespace) in is that I want to copy/paste it into other apps, where it = is wrong to have the whitespace at the beginning of the line, so I have = to erase it by hand (or regexp search/replace). Is there no command to "unclean" the file again? On 11 Jun 2017, at 16:51, Eric S Fraga wrote: > [=E2=80=A6] if you want to see what you did when the > "suddenly" bit happens, try typing "C-h l" (Control and H key > simultaneously and then lower case l) to see all the most recent > keystrokes you have made and how they have been interpreted by > emacs. This may point to an offending command you are invoking without > being aware.