Hello, Jeffrey Spencer <jeffspenc...@gmail.com> writes:
> When I input subtree options for modifying the global options when > selecting with C-c @ and then exporting. > > The subtree options for example: > > #+EXPORT_OPTIONS: H:2 num:t toc:f \n:nil @:t ::t |:t ^:t -:t f:t *:t <:t > TeX:t LaTeX:t skip:nil d:nil todo:t pri:nil tags:nil > #+EXPORT_FILE_NAME: tester > > are not used and just ignored. Shouldn't these overide the file settings > from what I read in the org-manual. Where do these need to be placed. It is > right below the subtree I am selecting for export. You have to use headlines properties (with C-c C-x p) instead of keywords, i.e. --8<---------------cut here---------------start------------->8--- * Headline :PROPERTIES: :EXPORT_TITLE: subtree-title :END: Paragraph --8<---------------cut here---------------end--------------->8--- Regards, -- Nicolas Goaziou