Re: [O] Ignored in-buffer settings and after-export hook

2013-12-03 Thread Nicolas Goaziou
Hello, Daniel Gerber writes: > On 24/10/2013 20:05, Nicolas Goaziou wrote: > I guess I can, but it means re-doing the mapping sources to exported > file names. AFAICT, there is only one place where both the source and the output name are known: in `org-publish-file', right afte

Re: [O] Ignored in-buffer settings and after-export hook

2013-12-03 Thread Daniel Gerber
Hello, On 24/10/2013 20:05, Nicolas Goaziou wrote: I guess I can, but it means re-doing the mapping sources to exported file names. AFAICT, there is only one place where both the source and the output name are known: in `org-publish-file', right after a file has been published. We may add a ho

Re: [O] Ignored in-buffer settings and after-export hook

2013-10-24 Thread Nicolas Goaziou
Hello, Daniel Gerber writes: > Hello, >>> I guess I can, but it means re-doing the mapping sources to exported >>> file names. >> AFAICT, there is only one place where both the source and the output >> name are known: in `org-publish-file', right after a file has been >> published. >> >> We may

Re: [O] Ignored in-buffer settings and after-export hook

2013-08-29 Thread Daniel Gerber
Hello, I guess I can, but it means re-doing the mapping sources to exported file names. AFAICT, there is only one place where both the source and the output name are known: in `org-publish-file', right after a file has been published. We may add a hook there. Since, at that time, the current bu

Re: [O] Ignored in-buffer settings and after-export hook

2013-08-28 Thread Nicolas Goaziou
Hello, Daniel Gerber writes: > I guess I can, but it means re-doing the mapping sources to exported > file names. AFAICT, there is only one place where both the source and the output name are known: in `org-publish-file', right after a file has been published. We may add a hook there. Since, a

Re: [O] Ignored in-buffer settings and after-export hook

2013-08-26 Thread Daniel Gerber
Hi, On 26/08/2013 13:45, Nicolas Goaziou wrote: Hello, Daniel Gerber writes: 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

Re: [O] Ignored in-buffer settings and after-export hook

2013-08-26 Thread Nicolas Goaziou
Hello, Daniel Gerber writes: > 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

[O] Ignored in-buffer settings and after-export hook

2013-08-25 Thread Daniel Gerber
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