emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Ignored in-buffer settings and after-export hook
@ 2013-08-25 12:10 Daniel Gerber
  2013-08-26 11:45 ` Nicolas Goaziou
  0 siblings, 1 reply; 8+ messages in thread
From: Daniel Gerber @ 2013-08-25 12:10 UTC (permalink / raw)
  To: emacs-orgmode

[-- Attachment #1: Type: text/plain, Size: 1598 bytes --]

Hi,

Two difficulties in exporting to html5:


1. With the current master branch, some in-buffer settings are ignored:

    #+TITLE: Trying to export to html5
    #+DESCRIPTION: this won't appear in the exported document...
    #+KEYWORDS: html5 exporter meta
    #+HTML_DOCTYPE: html5
    #+AUTHOR: me

is exported to

    <!DOCTYPE html>
    <html>
    <head>
    <title>Trying to export to html5</title>
    <meta  charset="utf-8">
    <meta  name="generator" content="Org-mode">



    <style type="text/css">


This problem is not present in maint (8.0.7) (but neither is the html5 
doctype):

    <?xml version="1.0" encoding="utf-8"?>
    html5
    <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
    <head>
    <title>Trying to export to html5</title>
    <meta http-equiv="Content-Type" content="text/html;charset=utf-8"/>
    <meta name="generator" content="Org-mode"/>
    <meta name="author" content="me"/>
    <meta name="description" content="this won't appear in the exported
    document..."/>
    <meta name="keywords" content="html5 exporter meta"/>
    <style type="text/css">



2. Is the after-export hook gone with the new exporter framework? I used 
this to get the list of a project's exported files:

    (setq html-files-list ()
               org-publish-after-export-hook
               (lambda () (add-to-list 'html-files-list
                                       (buffer-file-name
    (current-buffer)))))
    (org-publish the-org-project t)
    (print html-files-list)

but in 8.0.7 maint the hook is ignored altogether.



Best regards,
Daniel

[-- Attachment #2: Type: text/html, Size: 2689 bytes --]

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2013-12-03 20:12 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-08-25 12:10 Ignored in-buffer settings and after-export hook Daniel Gerber
2013-08-26 11:45 ` Nicolas Goaziou
2013-08-26 13:48   ` Daniel Gerber
2013-08-28 19:42     ` Nicolas Goaziou
2013-08-29 10:01       ` Daniel Gerber
2013-10-24 18:05         ` Nicolas Goaziou
2013-12-03  8:52           ` Daniel Gerber
2013-12-03 20:12             ` Nicolas Goaziou

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).