[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] `org-get-category' and `org-entry-get' do not return the same va
From: |
Nicolas Goaziou |
Subject: |
Re: [O] `org-get-category' and `org-entry-get' do not return the same value |
Date: |
Fri, 30 Jan 2015 09:57:20 +0100 |
Hello,
Samuel Loury <address@hidden> writes:
> I use the version cd6fa4c15e8e35afa6beb9e89ad3723fb82df091 (git sha) of
> org-mode.
>
> Let's say I have a file looking like this:
>
> #+CATEGORY: c
> * foo
> :PROPERTIES:
> :CATEGORY: a
> :END:
> ** bar
> :PROPERTIES:
> :CREATED: [2015-01-30 Fri 08:37]
> :END:
>
> With the point on bar, `org-get-category' returns "a" while
> (org-entry-get (point) "CATEGORY" t) returns "c". Notice that it returns
> "c" even if the third argument is INHERIT.
This should be fixed. Thank you.
Regards,
--
Nicolas Goaziou