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: Eric Abrahamsen
Subject: Re: [O] TIMEZONE property for ical export
Date: Sat, 19 Aug 2017 14:54:05 -0700
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.0.50 (gnu/linux)

Nicolas Goaziou <address@hidden> writes:

> 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.

Okay, hopefully this is it!

Eric

Attachment: 0002-Inherit-TIMEZONE-and-LOCATION-properties-in-iCalenda.patch
Description: Text Data

Attachment: 0001-Add-per-entry-timezone-support-for-icalendar-export.patch
Description: Text Data


reply via email to

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