Nicolas Goaziou writes:
> Samuel Loury writes:
>
>> Please find attached the merged patch, as asked for.
>
> Applied, thank you.
>
>> Therefore, the hooks associated to the insertion of a heading will be
>> triggered. Since those hooks may cause the creation of some
>> metadata. `org-end-of-meta
Samuel Loury writes:
> Please find attached the merged patch, as asked for.
Applied, thank you.
> Therefore, the hooks associated to the insertion of a heading will be
> triggered. Since those hooks may cause the creation of some
> metadata. `org-end-of-meta-data' is used afterward.
Note that
Hi,
Nicolas Goaziou writes:
> Samuel Loury writes:
>
>> I suggest to provide a helper that would move point after the meta-data
>> part to avoid code duplication. Something like (no surprise :-)):
>> (defun org-goto-after-metadata-part ()
>> (when (org-looking-at-p org-planning-line-re) (forwa
Samuel Loury writes:
> I suggest to provide a helper that would move point after the meta-data
> part to avoid code duplication. Something like (no surprise :-)):
> (defun org-goto-after-metadata-part ()
> (when (org-looking-at-p org-planning-line-re) (forward-line))
> (when (looking-at org-p
Samuel Loury writes:
> Nicolas Goaziou writes:
>
>> Samuel Loury writes:
>>
>>> I just realized that when creating a new entry in my org-diary
>>> (`org-agenda-add-entry-to-org-agenda-diary-file'), the entry looks like:
>>>
>>> ** test
>>> <2015-01-30 Fri>
>>>:PROPERTIES:
>>>:CREATED:
Thank you for taking into account this problem.
Nicolas Goaziou writes:
> Samuel Loury writes:
>
>> I just realized that when creating a new entry in my org-diary
>> (`org-agenda-add-entry-to-org-agenda-diary-file'), the entry looks like:
>>
>> ** test
>> <2015-01-30 Fri>
>>:PROPERTIES:
>
Hello,
Samuel Loury writes:
> I just realized that when creating a new entry in my org-diary
> (`org-agenda-add-entry-to-org-agenda-diary-file'), the entry looks like:
>
> ** test
> <2015-01-30 Fri>
>:PROPERTIES:
>:CREATED: [2015-01-30 Fri 08:00]
>:END:
>
> The property is added b
Dear All,
I am running the version cd6fa4c15e8e35afa6beb9e89ad3723fb82df091 (git
sha) of org-mode.
I just realized that when creating a new entry in my org-diary
(`org-agenda-add-entry-to-org-agenda-diary-file'), the entry looks like:
--8<---cut here---start->