Luke Crook <l...@balooga.com> writes: > I have written the following code that uses the Emacs vc-* commands to > generate > a commit log. I would like the output of this code to be included when my > file > is exported. >
Is there a reason this processing takes place using Emacs Lisp rather than a simple shell code block, the following alternative should be simpler and more robust. #+begin_src sh :exports results :results output git log -1 #+end_src Best -- Eric