Am 22.03.2013 01:20, schrieb John Hendy: > Can you try using just "file" and "file.html" (but without quotes) and > see I'd it pops out in your working directory ? > > Your current path looks like a Windows server share which might be an > issue. Even if not, simplifying the path might be one place to start . > > I just successfully exported using the file path setting in a subtree > export this afternoon. (on 8.0-pre) > > John > > On Mar 21, 2013 8:06 AM, "Rainer Stengele" <rainer.steng...@online.de > <mailto:rainer.steng...@online.de>> wrote: > > Hi, > > Exporting to HTML I cannot get EXPORT_FILE_NAME to work: > > :PROPERTIES: > :VISIBILITY: folded > #+SETUPFILE: ~/org/GLOBAL_SETUP_DIPLAN.org > #+CATEGORY: ROB > :EXPORT_FILE_NAME: > //max2008/diplan/0PROJEKT/Kunden/ROB/Status-ROB-Electronic-20130321b.html > :END: > > :EXPORT_FILE_NAME: entry is in one line. > > Is this still possible with the new exporter? > How to deal with spaces in filepaths? > > Thanks, > Rainer > > Org-mode version 8.0-pre (release_8.0-pre-147-gfbb30a) > > C-c C-e C-s h o does save the file under the correct path. Unfortunately the "open" part for the html file fails:
Wrote //max2008/diplan/0PROJEKT/Kunden/ROB/01 Kommunikation/Statusprotokolle/Status-ROB-Electronic-20130321b.html eval: ShellExecute failed: Das System kann die angegebene Datei nicht finden which translated means: The system cannot find the file Another funny issue here is that for the test my exported subtree has the tag :noexport: My setting is: org-export-exclude-tags is a variable defined in `ox.el'. Its value is ("noexport") So the export shouldn't export that subtree shouldn't it? Thanks, Rainer