It works now. Thanks!
signature.asc
Description: PGP signature
Arun Isaac writes:
> I think a bug has been introduced by your change.
>
> In org-publish-projects, the variable project-plist is accessed (to get
> the preparation-function) before it is bound. So, I am getting a
> (void-variable project-plist) error.
Oops. Fixed. Thank you.
Regards,
Nicolas Goaziou writes:
> I made the change in master.
I think a bug has been introduced by your change.
In org-publish-projects, the variable project-plist is accessed (to get
the preparation-function) before it is bound. So, I am getting a
(void-variable project-plist) error.
Hello,
Arun Isaac writes:
> org-export-before-{processing,parsing} hooks are only useful when I have
> existing source files and I want to modify them in some way before I
> {process,parse} them. In my case, the source files don't exist at all,
> before my preparation-function is run.
>
> Regard
org-export-before-{processing,parsing} hooks are only useful when I have
existing source files and I want to modify them in some way before I
{process,parse} them. In my case, the source files don't exist at all,
before my preparation-function is run.
Regarding the preparation-function, the use c
On Saturday, 10 Oct 2015 at 22:25, Arun Isaac wrote:
> In org-publish-projects, it would be good if the preparation-function is
> executed before getting base files using org-publish-get-base-files.
I'm not sure of the actual order of execution but it could be that one
or other of the org-export-b
In org-publish-projects, it would be good if the preparation-function is
executed before getting base files using org-publish-get-base-files.
In one of my use cases, my preparation-function generates some source
files which are then to be published by the publishing-function. But,
since the base