emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] org-entry-get backward incompatibility. Bug or feature?


From: Nicolas Goaziou
Subject: Re: [O] org-entry-get backward incompatibility. Bug or feature?
Date: Wed, 19 Jun 2019 20:59:12 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.2 (gnu/linux)

Hello,

John <address@hidden> writes:

> I'm migrating an older system for Org 8 to the latest
> version (9.2.4) and I found org-entry-get behaves differently.
>
> For the entry:
>
>     ** TODO task
>     SCHEDULED: <2019-06-14 Fri 09:15>
>
>
> With Org 8 (org-entry-get nil "SCHEDULED") returns:
>
>    2019-06-14 Fri 09:15
>
>
> while with Org 9.2.4 for the same returns:
>
>    <2019-06-14 Fri 09:15>
>
>
> Is this a bug? Why Org 9 returns the brackets too in addition to the
> time?

This isn't a bug. `org-entry-get' is expected to return the full value,
which is a timestamp. Timestamps include brackets.

Regards,

-- 
Nicolas Goaziou



reply via email to

[Prev in Thread] Current Thread [Next in Thread]