Correction below...

Matt Lundin <m...@imapmail.org> writes:
>
> #+BEGIN_SRC emacs-lisp :exports none :results none
>   (save-excursion
>     (goto-char (point-min))
>     (while (re-search-forward "#\\+RESULTS: generate-blog-summary" nil t)
      (when ...
>       (beginning-of-line)
>       (delete-region (point) (point-max))))
> #+END_SRC
 

Reply via email to