Re: [O] #+EMAIL:... does not produce email by org-export-as-html

2011-03-05 Thread soichi i
Thanks for the info. I have checked "org-exp.el", and that particular variable, "org-export-email-info" was nil, which I have changed to "t". It worked fine. Thanks. soichi 2011/3/6 Bastien : > Hi Ishi, > > ishi soichi writes: > >> emacs23.2 >> org7.4 >> MacOSX SnowLeopard >> >> I put >> >> #

Re: [O] #+EMAIL:... does not produce email by org-export-as-html

2011-03-05 Thread Bastien
Hi Ishi, ishi soichi writes: > emacs23.2  > org7.4 > MacOSX SnowLeopard > > I put > > #+EMAIL: soujiro0...@gmail.com > >  in an org file, hoping that org-export-as-html will produce "mailto:...";> in the resultant html file. > But it does not. Please test again latest git repository, this shou

[O] #+EMAIL:... does not produce email by org-export-as-html

2011-03-05 Thread ishi soichi
emacs23.2 org7.4 MacOSX SnowLeopard I put #+EMAIL: soujiro0...@gmail.com in an org file, hoping that org-export-as-html will produce mailto:...";> in the resultant html file. But it does not. I have not idea why. Do I need some other options or whatever? soichi