|
| From: | Charles Berry |
| Subject: | Re: [O] [Babel] [possible bug] Empty src block prevents other block to expand |
| Date: | Mon, 23 Jun 2014 15:56:00 +0000 (UTC) |
| User-agent: | Loom/3.14 (http://gmane.org/) |
Nicolas Girard <girard.nicolas <at> gmail.com> writes:
>
> The empty src block at the beginning of the following file prevents
> "capture-tmpl" to expand when tangling.
>
I think the diagnosis is incorrect.
The empty source block has no effect.
Adding ':noweb yes' to `capture's header args fixes things.
org-version: 8.3-8-gce2359
Chuck
>
[snip]
> #+name: capture
> #+begin_src emacs-lisp :tangle no
Add `:noweb yes' to the previous line
> ("C" "Capture" entry "
> <<capture-tmpl>>")
> #+end_src
>
> #+begin_src emacs-lisp :noweb yes
> (add-to-list 'org-capture-templates '
> <<capture>> 'append)
> #+end_src
> ---8<-------
>
[snip]
| [Prev in Thread] | Current Thread | [Next in Thread] |