From mboxrd@z Thu Jan 1 00:00:00 1970 From: john@ankarstrom.se (John =?utf-8?Q?Ankarstr=C3=B6m?=) Subject: Re: How to get rid of first line indent? Date: Tue, 13 Jun 2017 00:15:21 +0700 Message-ID: References: <9ef25cc73d884cbbbfe6c097f7b5f8a7@HE1PR01MB1898.eurprd01.prod.exchangelabs.com> <877f0ifugj.fsf@delle7240.chemeng.ucl.ac.uk> <2108366ff0a84d9f9bd291a78ceb30ec@HE1PR01MB1898.eurprd01.prod.exchangelabs.com> <87k24h9ovq.fsf@delle7240.chemeng.ucl.ac.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:45068) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dKSw7-0000gt-Kx for emacs-orgmode@gnu.org; Mon, 12 Jun 2017 13:15:32 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dKSw2-00005h-Nm for emacs-orgmode@gnu.org; Mon, 12 Jun 2017 13:15:31 -0400 Received: from pusjkin.ankarstrom.se ([172.104.152.215]:51930) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1dKSw2-00005M-Hk for emacs-orgmode@gnu.org; Mon, 12 Jun 2017 13:15:26 -0400 Received: from Sissels-MacBook-Pro.local (unknown [202.152.135.226]) by pusjkin.ankarstrom.se (Postfix) with ESMTPSA id 97CE33EE73 for ; Mon, 12 Jun 2017 19:15:24 +0200 (CEST) In-Reply-To: (birnle@gmx.de's message of "Mon, 12 Jun 2017 18:14:30 +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" To: emacs-orgmode@gnu.org Birnle writes: > But I=E2=80=99ve read that it is possible to directly export to Markdown = =E2=80=93 that is the > format I usually work with. By exporting an Org mode file these unnecessa= ry > spaces should be erased. I just have to figure out how to export to Markd= own > from Org mode =E2=80=A6 Do you know a good online How-to? Exporting to Markdown is built into Org-mode, accessible from the C-c C-e export menu, but might not be enabled by default. To enable it, customize `org-export-backends' (M-x customize RET org-export-backends RET) and enable export to Markdown format (`md'). Then you can press C-c C-e m m to export the Org document to a .md file. - John