all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* org-entry-get backward incompatibility. Bug or feature?
@ 2019-06-13 18:12 John
  2019-06-19 18:59 ` Nicolas Goaziou
  0 siblings, 1 reply; 2+ messages in thread
From: John @ 2019-06-13 18:12 UTC (permalink / raw)
  To: emacs-orgmode


Hi,

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?

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: org-entry-get backward incompatibility. Bug or feature?
  2019-06-13 18:12 org-entry-get backward incompatibility. Bug or feature? John
@ 2019-06-19 18:59 ` Nicolas Goaziou
  0 siblings, 0 replies; 2+ messages in thread
From: Nicolas Goaziou @ 2019-06-19 18:59 UTC (permalink / raw)
  To: John; +Cc: emacs-orgmode

Hello,

John <dernal@freemail.hu> 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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-06-19 18:59 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-06-13 18:12 org-entry-get backward incompatibility. Bug or feature? John
2019-06-19 18:59 ` Nicolas Goaziou

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.