On 2011-05-16, Richard Heck wrote: > On 05/16/2011 06:35 AM, Pascal Francq wrote: >> How can I, from the command line, export a given LyX document into >> a HTML document in another directory (in LyX, the document is always >> exported in the same directory).
> There's no support presently in LyX for naming the export directory, > either for XHTML or for any other format. There is a bug about this > already. For the time being, you can use the external elyxer (works even without a LyX installation): #> elyxer --help * Usage: elyxer.py [options] [filein] [fileout] * Convert LyX input file "filein" to HTML file "fileout". * If filein (or fileout) is not given use standard input (or output). * Main program of the eLyXer package (http://elyxer.nongnu.org/). ... Günter