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
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)))