Re: [Orgmode] First line of exported HTML causes error as .php

2009-05-27 Thread Carsten Dominik
On May 27, 2009, at 11:56 AM, Sebastian Rose wrote: Carsten implemented the new publishing option `:xml-declaration' for use in your `org-publish-project-alist'. You could change that one too: (setq org-publish-project-alist '(("org" :xml-declaration "\" ?>'; ?>" ... I have now a

Re: [Orgmode] First line of exported HTML causes error as .php

2009-05-27 Thread Sebastian Rose
Carsten implemented the new publishing option `:xml-declaration' for use in your `org-publish-project-alist'. You could change that one too: (setq org-publish-project-alist '(("org" :xml-declaration "'; ?>" ... Sebastian Jonathan Arkell writes: > IT is how PHP is con

RE: [Orgmode] First line of exported HTML causes error as .php

2009-05-26 Thread Jonathan Arkell
IT is how PHP is configured on your server. The easiest thing is to set the option short_open_tag to false (assuming you don't use the short tag syntax, and use the proper syntax instead). Check http://ca.php.net/manual/en/ini.core.php#ini.short-open-tag for details. -Original Message