From mboxrd@z Thu Jan 1 00:00:00 1970 From: D M German Subject: overview of org files Date: Wed, 29 May 2013 12:34:17 -0700 Message-ID: <51a6583b.e4de440a.2c00.28ef@mx.google.com> Reply-To: dmg@uvic.ca Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:38690) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UhmEE-0000xn-Dk for emacs-orgmode@gnu.org; Wed, 29 May 2013 15:40:18 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UhmE6-0006zX-BC for emacs-orgmode@gnu.org; Wed, 29 May 2013 15:40:10 -0400 Received: from mail-pb0-x234.google.com ([2607:f8b0:400e:c01::234]:61674) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UhmE6-0006xI-4P for emacs-orgmode@gnu.org; Wed, 29 May 2013 15:40:02 -0400 Received: by mail-pb0-f52.google.com with SMTP id um15so9650674pbc.39 for ; Wed, 29 May 2013 12:40:01 -0700 (PDT) Received: from iodine (S0106001c10460ef6.gv.shawcable.net. [96.54.215.188]) by mx.google.com with ESMTPSA id qp4sm38392748pbc.41.2013.05.29.12.34.18 for (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 29 May 2013 12:34:19 -0700 (PDT) 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 Hi everybody, here is a small contribution to the org project. It is a "dashboard" of org files in your main org directory. It shows, in a table, each of the org files, including its title (#+TITLE: field) and the filename. Date Title Filename -------------------------------------------------------------- 13/05/29 Cooking /home/dmg/org/cooking.org 13/05/29 Project X /home/dmg/org/x.org 13/05/29 The different licenses /home/dmg/org/licenses.org 13/05/29 Todo File /home/dmg/org/todo.org 13/05/28 Linux /home/dmg/org/linux.org 13/05/28 Notes /home/dmg/org/notes.org >From there, if you press return, you will visit that particular file. the code is here: https://github.com/dmgerman/org-manage Hopefully somebody finds it useful. --dmg -- Daniel M. German "Beauty is the first test; there is no permanent place in the world for ugly G. H. Hardy -> mathematics." http://turingmachine.org/ http://silvernegative.com/ dmg (at) uvic (dot) ca replace (at) with @ and (dot) with .