[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] Use id property as anchor in the Table of Contents
From: |
Olaf Dietsche |
Subject: |
Re: [O] Use id property as anchor in the Table of Contents |
Date: |
Thu, 15 Sep 2011 11:18:54 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux) |
Pere Quintana Seguí <address@hidden> writes:
> 2011/9/13 Olaf Dietsche <address@hidden>:
>> How did you create ID properties for all entries? Have you exported your
>> org-files to icalendar?
>
> Most of them have ID properties because I often link them internally.
> When I create the link with C-c l, org adds the id.
>
> For those that do not have ID, I'll create them manually with
> org-id-get-create. With a keyboard macro this will be fast.
Ok, thanks for this explanation.
> With this patch, what happens if there is no id in a heading, does it
> create it automatically?
It is supposed to use the CUSTOM_ID, if set. Next, it tries the ID
property. At last, it falls back to "sec-...".
> At work I'm using stable versions of Org-mode. This weekend I'll try
> the git version at home and test your patch.
Regards, Olaf