From mboxrd@z Thu Jan 1 00:00:00 1970 From: Noorul Islam Kamal Malmiyoda Subject: #+END_SRC and recent pull Date: Thu, 26 Sep 2013 11:38:33 +0530 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:41694) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VP4ke-0007PX-53 for emacs-orgmode@gnu.org; Thu, 26 Sep 2013 02:08:36 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VP4kd-0004tw-C3 for emacs-orgmode@gnu.org; Thu, 26 Sep 2013 02:08:36 -0400 Received: from mail-ie0-x22d.google.com ([2607:f8b0:4001:c03::22d]:34333) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VP4kd-0004tm-5n for emacs-orgmode@gnu.org; Thu, 26 Sep 2013 02:08:35 -0400 Received: by mail-ie0-f173.google.com with SMTP id ar20so798635iec.18 for ; Wed, 25 Sep 2013 23:08:34 -0700 (PDT) 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-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-org list Hello all, I pulled in latest changes from master and the following snippet is not getting tangled. #+begin_src emacs-lisp (message "This is a test") #+end_src emacs-lisp Yes, the documentation has plain #+end_src, but somehow the above snippet was working earlier. Sending this mail out, just in case this is useful to someone else. Does the parser should really care about what is next to #+end_src ? Thanks and Regards Noorul