emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] TIMEZONE property for ical export


From: Nicolas Goaziou
Subject: Re: [O] TIMEZONE property for ical export
Date: Sat, 19 Aug 2017 23:20:20 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.2 (gnu/linux)

Eric Abrahamsen <address@hidden> writes:

> It's a little strange, because the manual section for this specifically
> mentions the inheritance of the LOCATION property, but the code doesn't
> do it. Shall I add it in? It makes sense for LOCATION and TIMEZONE to be
> inheritable, but not SUMMARY and DESCRIPTION, of course.
>
> If I add inheritance, that will look like this, right?
>
> (tz (org-export-get-node-property :LOCATION entry
>                                   (org-property-inherit-p :LOCATION)))

It should be:

  (org-property-inherit-p "LOCATION")

> That could also be a separate, second commit.

I think that would be better.

> I've added an ORG-NEWS entry. The patch in my last message was done with
> git format-patch, isn't that commit message okay?

It is. I just need to read better.

Regards,



reply via email to

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