From mboxrd@z Thu Jan 1 00:00:00 1970 From: Robert Eckl Subject: Re: New feature: export an agenda to an Org file Date: Thu, 21 Feb 2013 00:55:58 +0100 Message-ID: <87ehga7d69.fsf@sachwertpartner.de> References: <87a9r5h93l.fsf@bzg.ath.cx> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:53348) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U8JW9-0005NJ-0p for emacs-orgmode@gnu.org; Wed, 20 Feb 2013 18:56:07 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1U8JW6-0006U9-OS for emacs-orgmode@gnu.org; Wed, 20 Feb 2013 18:56:04 -0500 Received: from web22.dogado.de ([93.90.176.110]:45277) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U8JW6-0006Tf-JH for emacs-orgmode@gnu.org; Wed, 20 Feb 2013 18:56:02 -0500 Received: from relinux (mnch-4d0dbe77.pool.mediaWays.net [77.13.190.119]) by web22.dogado.de (Postfix) with ESMTP id 797A349A1D2 for ; Thu, 21 Feb 2013 00:56:00 +0100 (CET) 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 Bastien writes: > Hi all, > > I've committed a feature that allows you to export your agenda buffer > to an Org file. It will create a new file containing the headlines of > the agenda. The headlines do not contain any children they may have. > > Please try the feature extensively before Org 8.0. > > In an agenda buffer C-x C-w test.org RET > I'm not sure, is it intended? Inherited Tags are not taken. #+begin_src org * Projekt XYZ :foo: ** TODO Action SCHEDULED: <2013-02-21 Do> #+end_src In the agenda, the tag :foo: is inherited to the TODO Action, not in the exported file. Thanks, Robert