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
This commit is contained in:
Dan Davison 2009-07-17 15:09:42 -04:00
parent 83fc113e29
commit e11508b8b7

View file

@ -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!!")