François Allisson <franc...@allisson.co> writes: > Dear org-mode users and developers, > > The following concerns Nicolas' new exporter.^ > > I am totally seduced by the concept of export by subtree, and the > possibility to use properties to set the export options and parameters > (i.e. :EXPORT_TITLE:, :EXPORT_OPTIONS:, :EXPORT_LATEX_HEADER:, etc.). > > I am wondering if all that could be done by exporting the whole document > can be done with exporting by subtree. So far, I am concerned by the > following keywords, that I used (here with examples): > > > #+LANGUAGE: ru > > > and > > > #+BIND: org-e-latex-title-command ""
> Can these be achieved by subtree export, or using another trick I am not > aware of? No answer. But I will share a trick. Good way to answer such questions is to do this: M-x find-library RET org-export RET C-s EXPORT_ and with couple of more C-s es you will end up with something like. ,---- C-h v org-export-options-alist | KEYWORD is a string representing a buffer keyword, or nil. Each | property defined this way can also be set, during subtree | export, through an headline property named after the keyword | with the \"EXPORT_\" prefix (i.e. DATE keyword and EXPORT_DATE | property). `---- > Best, > François > > --