From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Engster Subject: Re: Timestamps in properties not exported by icalendar exporter Date: Sat, 22 Feb 2014 18:52:08 +0100 Message-ID: <87r46vghmf.fsf@engster.org> References: <87bny0ia7d.fsf@engster.org> <87lhx34h2h.fsf@gmail.com> <877g8nig99.fsf@engster.org> <871tyvz86p.fsf@gmail.com> <8738jbi8tm.fsf@engster.org> <87sirbxnx9.fsf@gmail.com> <87y513gm8w.fsf@engster.org> <87ob1zxcvb.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:44656) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WHGkO-00083p-TN for emacs-orgmode@gnu.org; Sat, 22 Feb 2014 12:52:27 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WHGkG-0001TO-Iv for emacs-orgmode@gnu.org; Sat, 22 Feb 2014 12:52:20 -0500 Received: from randomsample.de ([5.45.97.173]:49564) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WHGkG-0001T4-8v for emacs-orgmode@gnu.org; Sat, 22 Feb 2014 12:52:12 -0500 In-Reply-To: <87ob1zxcvb.fsf@gmail.com> (Nicolas Goaziou's message of "Sat, 22 Feb 2014 18:42:48 +0100") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Nicolas Goaziou Cc: emacs-orgmode@gnu.org Nicolas Goaziou writes: > David Engster writes: > >> I'm actually not sure what org-element is capable of nowadays. What I'd >> like to have is a way to parse entries into a structure > > See `org-element-parse-buffer'. > >> which lets me access certain elements of the entry, like headline, >> timestamps, properties, body text, etc., > > See `org-element-map'. > >> and also a way to convert this structure *back* to a plain Org entry. > > See `org-element-interpret-data'. I had a hunch you already implemented all this. :-) I'll look into it. Thanks, -David