Allow setting creator flag in OPTIONS line.
This commit is contained in:
parent
7a3557b80b
commit
68fcc0b493
|
@ -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
|
||||
|
|
|
@ -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))
|
||||
|
|
Loading…
Reference in New Issue