From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: [BUGs] in HTML export Date: Tue, 3 Feb 2009 16:07:38 +0100 Message-ID: References: <296290.77756.qm@web28305.mail.ukl.yahoo.com> Mime-Version: 1.0 (Apple Message framework v930.3) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LUMsK-0004Ym-6q for emacs-orgmode@gnu.org; Tue, 03 Feb 2009 10:07:44 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LUMsJ-0004YZ-Gh for emacs-orgmode@gnu.org; Tue, 03 Feb 2009 10:07:43 -0500 Received: from [199.232.76.173] (port=39575 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LUMsJ-0004YV-7G for emacs-orgmode@gnu.org; Tue, 03 Feb 2009 10:07:43 -0500 Received: from mail-ew0-f20.google.com ([209.85.219.20]:61020) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LUMsI-0004Ks-MU for emacs-orgmode@gnu.org; Tue, 03 Feb 2009 10:07:42 -0500 Received: by ewy13 with SMTP id 13so2653661ewy.18 for ; Tue, 03 Feb 2009 07:07:41 -0800 (PST) In-Reply-To: <296290.77756.qm@web28305.mail.ukl.yahoo.com> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: giovanni.ridolfi@yahoo.it Cc: emacs-orgmode Org-Mode Hi Giovanni, try exporting with `C-c C-e h' instead of exporting with `C-c C-e R', I think this will fix these problems, at least largely. - Carsten On Feb 3, 2009, at 1:41 PM, Giovanni Ridolfi wrote: > Hi, Carsten. > > Org-mode version 6.21b > GNU Emacs 22.3.1 (i386-mingw-nt5.1.2600) of 2008-09-06 on SOFT-MJASON > > I found two bugs in the HTML export: > * first: > the exporter is not compliant with > the values defined in a :PROPERTIES: drawer > > test file: > -------------------- > -*- mode: org; -*- > #+TITLE: Carsten is an astronomer! > * Procedure for test > :PROPERTIES: > :EXPORT_FILE_NAME: test.htm > :EXPORT_TITLE: procedure 4 test > :EXPORT_OPTIONS: toc:t skip:t > :END: > ** 1st par > Hello everybody! > ** 2nd > ** 3rd > Bye! > * Procedure for centrifuge > :PROPERTIES: > :EXPORT_FILE_NAME: cen.htm > :EXPORT_TITLE: Operating procedure > :EXPORT_OPTIONS: toc:nil skip:n > :END: > ** Introduction > + unveil the centrifuge > + open the drawer > ---------- > > If I try to export the first heading > 1. selecting it with C-c @ > 2. C-c C-e R > then: > 1. the exporter does not save it > (ok I save it manually) > 2. the title of the html file is the title of > the global file (Carsten....) > > * 2 second bug: > the exporter exports the first line as the title of > the file even if skip is "t" > --------------------------- > -*- mode: org; -*- > #+OPTIONS: H:3 skip:t > * Procedure for test > ,,,#+TITLE: Carsten is an astronomer! > :PROPERTIES: > :EXPORT_FILE_NAME: test.htm > :EXPORT_TITLE: procedure 4 test > :EXPORT_OPTIONS: toc:t skip:t > :END: > ** 1st par > Hello everybody! > ** 2nd > ** 3rd > Bye! > ------------------------------ > > cheers > Giovanni > > > > > > > _______________________________________________ > Emacs-orgmode mailing list > Remember: use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode