Export: Fix timestamp processing
commitd438d616b7bf99e64e729d3a06243a2f2a0eb2d4
authorCarsten Dominik <carsten.dominik@gmail.com>
Mon, 26 Jan 2009 06:36:01 +0000 (26 07:36 +0100)
committerCarsten Dominik <carsten.dominik@gmail.com>
Mon, 26 Jan 2009 06:36:01 +0000 (26 07:36 +0100)
treebac1f0ab11632821be0b56d5a9e798bdecea726e
parent2ccea84c9694274c0658aa70ee376ee1bdc7f19b
Export: Fix timestamp processing

There were two bugs:

1. Timestamp processing did not honor the setting of
   `org-export-with-timestamps' in the text before the first
   headline.

2. When `org-export-with-timestamps' was nil, time stamps were removed
   even in tables.  I think this is incorrect, so in tables, time
   stamps are now never removed.
lisp/ChangeLog
lisp/org-exp.el
lisp/org-export-latex.el