ox: Ignore text before first headline with an :export: tag
commit7cf4406088d4d7f50c35c6ba7ca3c351db2086bc
authorNicolas Goaziou <n.goaziou@gmail.com>
Wed, 25 Sep 2013 16:49:39 +0000 (25 18:49 +0200)
committerNicolas Goaziou <n.goaziou@gmail.com>
Wed, 25 Sep 2013 16:49:39 +0000 (25 18:49 +0200)
tree32fafafe23aea3067eafe1b3ccffb1d8e8d93b8e
parentf688b6cc6389160563987bd063878d8adb4cfd28
ox: Ignore text before first headline with an :export: tag

* lisp/ox.el (org-export--populate-ignore-list): Ignore text before
  first headline if an :export: tag (or a select tag) is found within
  the buffer.
* testing/lisp/test-ox.el: Add tests.
lisp/ox.el
testing/lisp/test-ox.el