From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Brand Subject: Re: directory tree size browsing with column view Date: Sun, 25 Oct 2009 09:02:16 +0100 Message-ID: <4AE40608.3060107@alumni.ethz.ch> References: <4AE304FC.4090608@alumni.ethz.ch> <20091024155117.GT72276@yog-sothoth.mohorovi.cc> <20091024205226.GW72276@yog-sothoth.mohorovi.cc> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1N1y3a-0000Ow-9p for emacs-orgmode@gnu.org; Sun, 25 Oct 2009 04:02:30 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1N1y3U-0000Ka-WE for emacs-orgmode@gnu.org; Sun, 25 Oct 2009 04:02:29 -0400 Received: from [199.232.76.173] (port=57131 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N1y3U-0000KL-Oa for emacs-orgmode@gnu.org; Sun, 25 Oct 2009 04:02:24 -0400 Received: from mail05.solnet.ch ([212.101.4.139]:53641) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1N1y3U-0001QJ-4f for emacs-orgmode@gnu.org; Sun, 25 Oct 2009 04:02:24 -0400 In-Reply-To: <20091024205226.GW72276@yog-sothoth.mohorovi.cc> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: James TD Smith Cc: emacs-orgmode@gnu.org > OK, I have added support for including file attributes as properties to > org-fstree. You will need to use the merge_jtd_smiths_patch branch. > > Once you have loaded org-fstree put the following in an orgfile and fill in the > directory name. > > --8<---------------cut here---------------start------------->8--- > * Disk usage > :PROPERTIES: > :COLUMNS: %80ITEM %size{+} > :END: > #+BEGIN: fstree :dir "" :file-attributes (size) > #+END: > --8<---------------cut here---------------end--------------->8--- > > Hit C-c C-c on the #+BEGIN line to fill in the file details. Thanks a lot for org-fstree, that's the column view directory tree browser I have been looking for. And also thanks for the related change to combine the Emacs function file-attributes with org-fstree which I just have tried out.