org-manage

Homepage: http://github.com/dmgerman/org-manage

Author: Daniel German

Updated:

Summary

Manage org files in a given directory

Commentary

Based on org-octopress.el by Yoshinari Nomura, Copyright (C) 2013
Yoshinari Nomura.

Licensed under the same terms as Org-mode (http://orgmode.org/).

This module allows easy overview of any org file in a directory
(and its subdirectories).  It shows in a table each of the org
files, its title and last modification time. The user can easily
jump to any of those files from it.

Requirements:
    You need to install ctable from https://github.com/kiwanami/emacs-ctable

Basic settings:

(setq org-manage-directory-org       "~/myorgfiles")

M-x org-manage

Dependencies