Org-fstree
Org-fstree inserts a filesystem subtree for a given directory inside an org file. Each file/directory is formatted as a headline, provides links back to all headlines that are associated with it (by containing links to the file) and is assigned their tags.
Download
Current release: Version 0.4
Using Git
The repository is at http://repo.or.cz/w/org-fstree.git .
To clone use: git clone http://repo.or.cz/r/org-fstree.git
Installation
- put the following lines into your ~/.emacs file:
(setq load-path (cons "path/to/org-fstree.el" load-path))
(require 'org-fstree) - restart emacs
Documentation
See
<a href="README.org">README.org</a>