From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tomasz bla Fortuna Subject: Re: Exporting Org Agenda -> todo.txt and todo.txt -> Org Files + Suggestion/Feature request. Date: Sun, 16 Aug 2015 20:21:12 +0000 (UTC) Message-ID: References: <87615aeouj.fsf@yale.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:55548) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZR4nn-0005Lx-Ko for emacs-orgmode@gnu.org; Sun, 16 Aug 2015 16:45:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZR4nj-0003vC-Qj for emacs-orgmode@gnu.org; Sun, 16 Aug 2015 16:45:11 -0400 Received: from plane.gmane.org ([80.91.229.3]:52973) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZR4nj-0003r7-Kd for emacs-orgmode@gnu.org; Sun, 16 Aug 2015 16:45:07 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1ZR4ng-0005be-6b for emacs-orgmode@gnu.org; Sun, 16 Aug 2015 22:45:05 +0200 Received: from 178.32.200.116 ([178.32.200.116]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 16 Aug 2015 22:45:04 +0200 Received: from blacomment by 178.32.200.116 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 16 Aug 2015 22:45:04 +0200 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 Jorge A. Alfaro-Murillo yale.edu> writes: > > Tim O'Callaghan writes: > > > Does anyone else out there generate todo.txt files[1] from > > org/org-agenda? If you do, how do you do it. Or if not, do you > > have a good idea about how if it can be approximated in an > > agenda configuration? > > You could write your own export back-end > (http://orgmode.org/worg/dev/org-export-reference.html). > Alternatively, you could modify org-agenda-custom-commands and use > C-x C-w to save the agenda view to a file. > > Best, I did in Python here: https://github.com/blaa/org2todotxt Would probably be easier within emacs but i simply can't do sensible cron/inotify within emacs and prefer external scripts.