Marcel van der Boom wrote:
> On wo 14-mei-2014 14:48
> Nicolas Goaziou <n.goaz...@gmail.com> wrote:
>
>> [...]
>>> How do they differ from, say 'subject'?  
>> 
>> "subject", which refers to :description property, only contains a
>> single string, no Org syntax. OTOH, TITLE and AUTHOR keywords have
>> their contents parsed and, as such, can contain parsed objects. E.g.,
>> 
>>   | keyword     | value       | property value             |
>>   |-------------+-------------+----------------------------|
>>   | DESCRIPTION | some *text* | "some *text*"              |
>>   | TITLE       | some *text* | ("some" (bold ... "text")) |
>> 
>> See also `org-element-document-properties'.
>>
>
> Thanks, this section made the click for me. 
>
> I think I sort of assumed that 'LateX codes' in author and title were
> just going to be dropped by the hyperref package itself to produce the
> properties.

For example, a complex author property which I sometimes have:

#+AUTHOR:    \href{mailto:m...@myself.com}{My name} -- 
\href{mailto:collea...@gmail.com}{My colleague}

Best regards,
  Seb

-- 
Sebastien Vauban


Reply via email to