|
From: | Matt Lundin |
Subject: | Re: [O] Possible to use src block to generate org headlines for export? |
Date: | Tue, 22 Jul 2014 21:46:56 -0500 |
User-agent: | Gnus/5.130012 (Ma Gnus v0.12) Emacs/24.3 (gnu/linux) |
Correction below... Matt Lundin <address@hidden> 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
[Prev in Thread] | Current Thread | [Next in Thread] |