Re: [O] Switching buffers from babel snippets

2017-01-15 Thread Marco Wahl
Alex Bennée writes: Hi, > I've trying to further automate my maintainer tasks by moving things > into babel snippets. I have one to find a cover letter and edit the > file: > > #+name: edit-cover-letter > #+begin_src emacs-lisp :var cover=create-qemu-pull[0] > > (find-file (expand-file-name (c

[O] Switching buffers from babel snippets

2017-01-14 Thread Alex Bennée
Hi, I've trying to further automate my maintainer tasks by moving things into babel snippets. I have one to find a cover letter and edit the file: #+name: edit-cover-letter #+begin_src emacs-lisp :var cover=create-qemu-pull[0] (find-file (expand-file-name (concat default-directory (car cover)))