emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] Org-Mode Homepage error


From: Bastien
Subject: Re: [O] Org-Mode Homepage error
Date: Mon, 25 Jul 2011 23:29:51 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux)

Hi all and Sebastian,

thanks for signaling this problem -- I fixed it on the server.

This commit creates problems when exporting using org-info.js: 

  
http://orgmode.org/w/?p=org-mode.git;a=commit;h=2f1fbc58be1dc48621217d666da7bc46c3c5d84e

This is no real surprise, as the commit changes the underlying
div structure of an HTML page produced by Org...

Sebastian, what would be need to make org-info.js compatible
with both the old HTML structure and the new one, which is:

<body>
  <div id="preamble"> 
  </div>

  <div id="content">
  </div>

  <div id="postamble">
  </div>
</body>

(With the "preamble"/"content"/"postamble" strings being defined
in the variable `org-export-html-divs'.)

If that's too complicate, perhaps we can enforce another structure
for divs.

Thanks for your time!

-- 
 Bastien



reply via email to

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