>
> (setq org-latex-to-pdf-process
> "xelatex -interaction nonstopmode -output-directory %o %f"
> "xelatex -interaction nonstopmode -output-directory %o %f"
> "xelatex -interaction nonstopmode -output-directory %o %f")
Works with a minor change as below:
(setq org-latex-to-pdf-process
'("xelatex -interaction nonstopmode -output-directory %o %f"
"xelatex -interaction nonstopmode -output-directory %o %f"
"xelatex -interaction nonstopmode -output-directory %o %f"))
Rest of it went like a breeze!!
I have not yet integrated the whole thing but I can see devnagari in
my pdf export.
Thanks very much.
Vikas