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
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
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
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
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
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
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
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