From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp0 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id SOm2CIeBmV8SIAAA0tVLHw (envelope-from ) for ; Wed, 28 Oct 2020 14:34:47 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp0 with LMTPS id 0BahBIeBmV9hbgAA1q6Kng (envelope-from ) for ; Wed, 28 Oct 2020 14:34:47 +0000 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 9326394014A for ; Wed, 28 Oct 2020 14:34:46 +0000 (UTC) Received: from localhost ([::1]:39798 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kXmXE-0000o1-6z for larch@yhetil.org; Wed, 28 Oct 2020 10:34:44 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:32776) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kXmTT-0006MV-JE for emacs-orgmode@gnu.org; Wed, 28 Oct 2020 10:30:54 -0400 Received: from mail-out02.uio.no ([2001:700:100:8210::71]:45287) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kXmTP-0008Vt-7R for emacs-orgmode@gnu.org; Wed, 28 Oct 2020 10:30:50 -0400 Received: from mail-mx10.uio.no ([129.240.10.27]) by mail-out02.uio.no with esmtps (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.93.0.4) (envelope-from ) id 1kXmTK-0007nQ-Fn; Wed, 28 Oct 2020 15:30:42 +0100 Received: from cm-84.209.16.135.getinternet.no ([84.209.16.135] helo=sputnik.shmi.ifi.uio.no) by mail-mx10.uio.no with esmtpsa (TLS1.2:ECDHE-RSA-AES256-GCM-SHA384:256) user msteffen (Exim 4.93.0.4) (envelope-from ) id 1kXmTJ-0001Pi-PY; Wed, 28 Oct 2020 15:30:42 +0100 From: Martin Steffen To: Julius Dittmar Subject: Re: preserving (zero-space) indenting in begin_src when exporting/publishing (to mark-down) Organization: IFI UiO Norway References: <86a6w6fr3l.fsf@login.ifi.uio.no> <35d0a538-4841-ec47-48cd-7071afc60726@gmx.de> Date: Wed, 28 Oct 2020 15:30:33 +0100 In-Reply-To: <35d0a538-4841-ec47-48cd-7071afc60726@gmx.de> (Julius Dittmar's message of "Wed, 28 Oct 2020 14:53:34 +0100") Message-ID: <86361yfmnq.fsf@login.ifi.uio.no> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-UiO-SPF-Received: Received-SPF: neutral (mail-mx10.uio.no: 84.209.16.135 is neither permitted nor denied by domain of ifi.uio.no) client-ip=84.209.16.135; envelope-from=msteffen@ifi.uio.no; helo=sputnik.shmi.ifi.uio.no; X-UiO-Spam-info: not spam, SpamAssassin (score=-5.0, required=5.0, autolearn=disabled, AWL=0.013, UIO_MAIL_IS_INTERNAL=-5, uiobl=NO, uiouri=NO) X-UiO-Scanned: 2E21B46CF078ED391A924C883E08F7D0E83C6033 X-UiOonly: 55CA3EB39B04362276FB86DF339A6868CD2DD078 Received-SPF: pass client-ip=2001:700:100:8210::71; envelope-from=msteffen@ifi.uio.no; helo=mail-out02.uio.no X-detected-operating-system: by eggs.gnu.org: No matching host in p0f cache. That's all we know. X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: emacs-orgmode@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: emacs-orgmode@gnu.org Errors-To: emacs-orgmode-bounces+larch=yhetil.org@gnu.org Sender: "Emacs-orgmode" X-Scanner: scn0 Authentication-Results: aspmx1.migadu.com; dkim=none; dmarc=none; spf=pass (aspmx1.migadu.com: domain of emacs-orgmode-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=emacs-orgmode-bounces@gnu.org X-Spam-Score: -1.01 X-TUID: geJOHTBcU7YV Great, thanks, That was it. It never occured to me that it's not begin_src that I wanted, I just tried to tweak that one. So, indeed: #+begin_export markdown etc. is exactly what I need. Thanks again. Martin >>>>> "Julius" == Julius Dittmar writes: Julius> Hi Martin, Julius> if I understand correctly, you do not want to have a section Julius> that quotes source code, but literal source code.