[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] #+EMAIL:... does not produce email by org-export-as-html
From: |
soichi i |
Subject: |
Re: [O] #+EMAIL:... does not produce email by org-export-as-html |
Date: |
Sun, 6 Mar 2011 09:47:46 +0900 |
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 <address@hidden>:
> Hi Ishi,
>
> ishi soichi <address@hidden> writes:
>
>> emacs23.2
>> org7.4
>> MacOSX SnowLeopard
>>
>> I put
>>
>> #+EMAIL: address@hidden
>>
>> in an org file, hoping that org-export-as-html will produce <a href=
>> "mailto:..."></a> in the resultant html file.
>> But it does not.
>
> Please test again latest git repository, this should work.
>
>> I have not idea why. Do I need some other options or whatever?
>
> The relevant variable is `org-export-email-info', which you can check.
>
> --
> Bastien
>