Allow setting creator flag in OPTIONS line.

This commit is contained in:
Carsten Dominik 2008-07-24 12:58:47 -07:00
parent 7a3557b80b
commit 68fcc0b493
2 changed files with 2 additions and 0 deletions

View File

@ -7125,6 +7125,7 @@ TeX: @r{turn on/off simple @TeX{} macros in plain text}
LaTeX: @r{turn on/off La@TeX{} fragments}
skip: @r{turn on/off skipping the text before the first heading}
author: @r{turn on/off inclusion of author name/email into exported file}
creator: @r{turn on/off inclusion of creator info into exported file}
timestamp: @r{turn on/off inclusion creation time into exported file}
d: @r{turn on/off inclusion of drawers}
@end example

View File

@ -883,6 +883,7 @@ modified) list.")
("LaTeX" . :LaTeX-fragments)
("skip" . :skip-before-1st-heading)
("author" . :author-info)
("creator" . :creator-info)
("timestamp" . :time-stamp-file)))
o)
(while (setq o (pop op))