From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Timestamps in properties not exported by icalendar exporter Date: Sat, 22 Feb 2014 18:42:48 +0100 Message-ID: <87ob1zxcvb.fsf@gmail.com> 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> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:43104) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WHGay-0002EE-IC for emacs-orgmode@gnu.org; Sat, 22 Feb 2014 12:42:42 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WHGaq-0006qA-KE for emacs-orgmode@gnu.org; Sat, 22 Feb 2014 12:42:36 -0500 Received: from mail-wi0-x22d.google.com ([2a00:1450:400c:c05::22d]:48194) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WHGaq-0006q1-De for emacs-orgmode@gnu.org; Sat, 22 Feb 2014 12:42:28 -0500 Received: by mail-wi0-f173.google.com with SMTP id bs8so1805826wib.0 for ; Sat, 22 Feb 2014 09:42:27 -0800 (PST) Received: from selenimh ([91.224.148.150]) by mx.google.com with ESMTPSA id br10sm26504440wjb.3.2014.02.22.09.42.25 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sat, 22 Feb 2014 09:42:26 -0800 (PST) In-Reply-To: <87y513gm8w.fsf@engster.org> (David Engster's message of "Sat, 22 Feb 2014 17:12:15 +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: emacs-orgmode@gnu.org 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'. Regards, -- Nicolas Goaziou