From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ihor Radchenko Subject: Bug: org-tempo expansion comments out the following src block when org-src-tabs-natively is 't [9.3 (release_9.3 @ /home/yantar92/.emacs.d/straight/build/org/)] Date: Wed, 18 Dec 2019 21:07:59 +0800 Message-ID: <87immdn5n4.fsf@yantar92-laptop.i-did-not-set--mail-host-address--so-tickle-me> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:52143) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ihZ5U-0005Ow-IF for emacs-orgmode@gnu.org; Wed, 18 Dec 2019 08:10:01 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ihZ5T-0003I8-EI for emacs-orgmode@gnu.org; Wed, 18 Dec 2019 08:10:00 -0500 Received: from mail-yb1-xb2f.google.com ([2607:f8b0:4864:20::b2f]:36805) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1ihZ5T-0003F1-7M for emacs-orgmode@gnu.org; Wed, 18 Dec 2019 08:09:59 -0500 Received: by mail-yb1-xb2f.google.com with SMTP id i72so705577ybg.3 for ; Wed, 18 Dec 2019 05:09:59 -0800 (PST) Received: from localhost ([5.226.137.4]) by smtp.gmail.com with ESMTPSA id q185sm867172ywh.61.2019.12.18.05.09.57 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 18 Dec 2019 05:09:57 -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.org@gnu.org Sender: "Emacs-orgmode" To: emacs-orgmode@gnu.org Recipe: 1. emacs -Q 2. Execute the following lisp code: (setq org-src-tab-acts-natively t) (require 'org-tempo) (push (cons "el" "src emacs-lisp") org-structure-template-alist) 3. Create the following org file: #+begin_src emacs-lisp #+end_src 4. Put the point before the code block 5.1. Type