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:
parent
83fc113e29
commit
e11508b8b7
|
@ -1,5 +1,5 @@
|
||||||
#+TITLE: Testing Org-Babel Tangling
|
|
||||||
#+OPTIONS: toc:2 ^:nil
|
#+OPTIONS: toc:2 ^:nil
|
||||||
|
#+TITLE: Testing Org-Babel Tangling
|
||||||
|
|
||||||
* Some file
|
* Some file
|
||||||
|
|
||||||
|
@ -80,7 +80,7 @@ plus_two(holder)
|
||||||
|
|
||||||
** Emacs Lisp initialization stuff
|
** Emacs Lisp initialization stuff
|
||||||
|
|
||||||
#+srcname: lets-set-some-variables
|
#+srcname: lets-set-some-variables()
|
||||||
#+begin_src emacs-lisp
|
#+begin_src emacs-lisp
|
||||||
(setq test-tangle-loading "org-babel tangles")
|
(setq test-tangle-loading "org-babel tangles")
|
||||||
(setq test-tangle-advert "use org-babel-tangle for all your emacs initialization files!!")
|
(setq test-tangle-advert "use org-babel-tangle for all your emacs initialization files!!")
|
||||||
|
|
Loading…
Reference in New Issue