Re: [O] backend specific preprocess hook

2011-08-19 Thread Bastien
suvayu ali writes: > I have this working now. Works great. I should have reported back with > my solution: Thanks for sharing! -- Bastien

Re: [O] backend specific preprocess hook

2011-08-18 Thread suvayu ali
Hi Bastien, On Thu, Aug 18, 2011 at 7:17 PM, Bastien wrote: >> [1] IIUC I have to customise the `org-export-preprocess-hook'? > > Yes, and test against `org-export-current-backend' to see whether you > are exporting to HTML or LaTeX. I have this working now. Works great. I should have reported b

Re: [O] backend specific preprocess hook

2011-08-18 Thread Bastien
Hi Suvayu, suvayu ali writes: > I wanted to do some preprocessing based on headline tags (set some > properties), before export[1]. But I want to do this only for specific > backends (html/latex). How can I achieve this? Yes. > [1] IIUC I have to customise the `org-export-preprocess-hook'? Ye

[O] backend specific preprocess hook

2011-08-08 Thread suvayu ali
Hello Orgers, I wanted to do some preprocessing based on headline tags (set some properties), before export[1]. But I want to do this only for specific backends (html/latex). How can I achieve this? Footnotes: [1] IIUC I have to customise the `org-export-preprocess-hook'? -- Suvayu Open sourc