emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re:Re: [Orgmode] [BUGs] in HTML export


From: Giovanni Ridolfi
Subject: Re:Re: [Orgmode] [BUGs] in HTML export
Date: Tue, 3 Feb 2009 16:38:59 +0000 (GMT)

--- Mar 3/2/09, Carsten Dominik <address@hidden> ha scritto:
> 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.
Actually, depends on the width of "largely" ;-) [1]

The exporter C-c C-e h
exports the line *before* the first heading
even if the variable is "t"
(#+OPTIONS:   skip:t )

file:
---------------------------test.org-------
    -*- mode: org; -*-
#+OPTIONS:   H:3 skip:t toc:nil
* Procedure for test
,,,#+TITLE:  Carsten is an astronomer!
** 1st par
----------------------
C-c C-e h 
the file is HTML-exported as:

----------------------------------test.html---------
test

-*- mode: org; -*-
1 2009-02-03 mar BUGs: Procedure for test

,,,#+TITLE: Carsten is an astronomer!
1.1 1st par

Skip lines, please!
-----------------------------

cheers
Giovanni
[1] Yes I know, a chemist and an astronomer may 
    look at different bignesses ;-)








reply via email to

[Prev in Thread] Current Thread [Next in Thread]