Remove the #+TEXT field from the export template.

This commit is contained in:
Carsten Dominik 2008-09-07 17:27:29 +02:00
parent 3cbdda0e07
commit 87292441ab
2 changed files with 1 additions and 1 deletions

View File

@ -2,6 +2,7 @@
* org-exp.el (org-export-as-html): Do not turn on the major mode * org-exp.el (org-export-as-html): Do not turn on the major mode
if the buffer will be killed anyway. if the buffer will be killed anyway.
(org-get-current-options): Exclude the #+TEXT field.
* org-publish.el (org-publish-org-to): Tell the exporter that this * org-publish.el (org-publish-org-to): Tell the exporter that this
buffer will be killed, so it is not necessary to do major mode buffer will be killed, so it is not necessary to do major mode

View File

@ -2472,7 +2472,6 @@ Does include HTML export options as well as TODO and CATEGORY stuff."
#+EMAIL: %s #+EMAIL: %s
#+DATE: %s #+DATE: %s
#+LANGUAGE: %s #+LANGUAGE: %s
#+TEXT: Some descriptive text to be emitted. Several lines OK.
#+OPTIONS: H:%d num:%s toc:%s \\n:%s @:%s ::%s |:%s ^:%s -:%s f:%s *:%s TeX:%s LaTeX:%s skip:%s d:%s tags:%s #+OPTIONS: H:%d num:%s toc:%s \\n:%s @:%s ::%s |:%s ^:%s -:%s f:%s *:%s TeX:%s LaTeX:%s skip:%s d:%s tags:%s
%s %s
#+LINK_UP: %s #+LINK_UP: %s