From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vladimir Nikishkin Subject: org-babel prepends <> expansions with the prefix of the <>? Can this be turned off? Date: Tue, 25 Feb 2020 10:09:57 +0800 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:38226) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1j6Pfr-0006LO-MT for emacs-orgmode@gnu.org; Mon, 24 Feb 2020 21:10:16 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1j6Pfq-0007ia-R3 for emacs-orgmode@gnu.org; Mon, 24 Feb 2020 21:10:15 -0500 Received: from mail-ed1-x52b.google.com ([2a00:1450:4864:20::52b]:38790) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1j6Pfq-0007hy-Lj for emacs-orgmode@gnu.org; Mon, 24 Feb 2020 21:10:14 -0500 Received: by mail-ed1-x52b.google.com with SMTP id p23so14373448edr.5 for ; Mon, 24 Feb 2020 18:10:14 -0800 (PST) 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-mx.org@gnu.org Sender: "Emacs-orgmode" To: emacs-orgmode@gnu.org Hello, everyone I have the following case: #+name: test1 #+begin_src shell LINE to comment LINE to not comment #+end_src #+begin_src shell #<> #+end_src When I expand it, I get: #LINE to comment #LINE to not comment That's not entirely what I want. Can this behaviour be switched off somehow? -- Yours sincerely, Vladimir Nikishkin