>
> # for unicode export to pdf with xelatex
> #+LATEX_HEADER: \usepackage{xltxtra}
>
> You can choose your font with something like this:
>
> # font for pdf export as article
> #+LATEX_HEADER: \setmainfont{Linux Libertine}
>
Also for the record, following minor modification was needed to make
the half-letters and conjucts display properly in the exported pdf.
#+LATEX_HEADER: \usepackage{fontspec,xltxtra}
#+LATEX_HEADER: \setmainfont[Script=Devanagari]{gargi}
Vikas
