From e11508b8b70b11cf407fa4b6d9ac351b972a126c Mon Sep 17 00:00:00 2001 From: Dan Davison Date: Fri, 17 Jul 2009 15:09:42 -0400 Subject: [PATCH] test-tangle.org: adding function call parentheses on to #+srcname. These are currently needed, due to the regexp in org-babel-get-src-block-name. Changing that needs to be done with care to make sure that expectations regarding match-string are met, so I'm leaving it for now --- test-tangle.org | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test-tangle.org b/test-tangle.org index 2f08f109b..58f5de062 100644 --- a/test-tangle.org +++ b/test-tangle.org @@ -1,5 +1,5 @@ -#+TITLE: Testing Org-Babel Tangling #+OPTIONS: toc:2 ^:nil +#+TITLE: Testing Org-Babel Tangling * Some file @@ -80,7 +80,7 @@ plus_two(holder) ** Emacs Lisp initialization stuff -#+srcname: lets-set-some-variables +#+srcname: lets-set-some-variables() #+begin_src emacs-lisp (setq test-tangle-loading "org-babel tangles") (setq test-tangle-advert "use org-babel-tangle for all your emacs initialization files!!")