Grant Rettke writes:
> Good afternoon,
>
> I work in:
>
> ╭
> │ (print emacs-version)
> │ (print org-version)
> ╰
>
> ╭
> │ "24.3.1"
> │
> │ "8.2.7c"
> ╰
>
> My `org' configuration specifies source blocks like this:
>
> ╭
> │ (setq org-babel-noweb-wrap-start "«")
> │ (setq org
Good afternoon,
I work in:
╭
│ (print emacs-version)
│ (print org-version)
╰
╭
│ "24.3.1"
│
│ "8.2.7c"
╰
My `org' configuration specifies source blocks like this:
╭
│ (setq org-babel-noweb-wrap-start "«")
│ (setq org-babel-noweb-wrap-end "»")
╰
When I tangle this block