emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Andreas Burtzlaff <andy13@gmx.net>
To: "Alan E. Davis" <lngndvs@gmail.com>
Cc: emacs-orgmode@gnu.org
Subject: Re: [ANN] org-fstree 0.2
Date: Wed, 1 Apr 2009 03:12:36 +0200	[thread overview]
Message-ID: <20090401031236.ebdc956a.andy13@gmx.net> (raw)
In-Reply-To: <7bef1f890903310248h3b102589s4257a167c2f6cc73@mail.gmail.com>

Hello Alan,

I think you overlooked one aspect of org-fstree.
If you place a link to a file in the org file (outside the region
between BEGIN_FSTREE and END_FSTREE), e.g:

* Some note [[file:foobar][foobar]]      :someTag:

then this heading will show up behind the file in the fstree as a link
back:

#+BEGIN_FSTREE: some_path

...
** [ ] foobar { [[* Some note][Some note]] }     :someTag:
...

#+END_FSTREE

I see that it could in some cases be comfortable to add notes directly
at the file's entry and make them persistent on update. I might write a
function that automatically inserts a heading for the currently selected
file outside the fstree block, if time allows.

I'm looking for a better way to display those links and possibly also
the content of the headings and am happy to receive new ideas. I tried the
column view, but properties that contain links are displayed as text.

Andreas

On Tue, 31 Mar 2009 19:48:37 +1000
"Alan E. Davis" <lngndvs@gmail.com> wrote:

> Together with the ability to limit the recursions, this is potentially
> useful.  Thank you.
> 
> A longstanding item on my wishlist has been a Linux implementation of
> an old MSDOG workalike, 4DOS with the 4dos shell.  That shell worked
> alot like "dir" but it kept a field for comments.  So, with those
> useless msdog 8+3 filenames, one could keep a note, and keep track of
> ...  Maybe you can get it.
> 
> DIred is pretty good, but I haven't found anything yet to do what I
> would like.  I just tried typing notes into the org-fstree buffer of a
> directory listing.  It was pretty nice, not what I want exactly, but
> it could be useful in some cases.
> 
> Except for at least one thing: refreshing the directory deleted my
> notes.  For example:
> 
> *** [D] [[file:/home/ulod/org/org-help][org-help]]
> *** [D] [[file:/home/ulod/org/ARCHIVE][ARCHIVE]]
> *** [D] [[file:/home/ulod/org/orgcard][orgcard]]     Hmmm..?????
> *** [D] [[file:/home/ulod/org/Journal][Journal]]     ???
> *** [D] [[file:/home/ulod/org/plotting][plotting]]    my experiments
> *** [D] [[file:/home/ulod/org/LaTeX][LaTeX]]
> *** [D] [[file:/home/ulod/org/Classes][Classes]]     Working directory maybe
> *** [D] [[file:/home/ulod/org/MEMO][MEMO]]        location of memo
> composition bits
> *** [D] [[file:/home/ulod/org/data][data]]        attachments
> *** [D] [[file:/home/ulod/org/auto][auto]]
> *** [D] [[file:/home/ulod/org/org-extra][org-extra]]   better to keep
> the extra bits here for portability?
> *** [D] [[file:/home/ulod/org/org-plot][org-plot]]    gnuplot and R
> plotting, I think
> 
> 
> Now when I refresh:
> *** [D] [[file:/home/ulod/org/Classes][Classes]]
> *** [D] [[file:/home/ulod/org/MEMO][MEMO]]
> *** [D] [[file:/home/ulod/org/data][data]]
> *** [D] [[file:/home/ulod/org/auto][auto]]
> *** [D] [[file:/home/ulod/org/org-extra][org-extra]]
> *** [D] [[file:/home/ulod/org/org-plot][org-plot]]
> 
> Do you suppose this could be solved easily?
> 
> Thanks again,
> 
> Alan Davis
> 
> "An inviscid theory of flow renders the screw useless, but the need
> for one non-existent."                     ---Lord Raleigh (John
> William Strutt), or else his son, who was also a scientist.
> 
> It is undesirable to believe a proposition when
> there is no ground whatsoever for supposing it is true.
>      ---- Bertrand Russell
> 
> 
> 

  reply	other threads:[~2009-03-31 23:08 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-03-21  3:11 combine orgmode and file system browsing Andreas Burtzlaff
2009-03-21  2:20 ` Sebastian Rose
2009-03-21  5:12   ` Andreas Burtzlaff
2009-03-23 11:59     ` Sebastian Rose
2009-03-28 23:54       ` [ANN] org-fstree: insert directory subtrees into org buffers Andreas Burtzlaff
2009-03-29  1:30         ` Cameron Horsburgh
2009-03-29  1:57         ` Sebastian Rose
2009-03-29 12:41           ` [ANN] org-fstree 0.2 Andreas Burtzlaff
2009-03-29 17:10             ` Sebastian Rose
2009-03-30  6:39               ` Carsten Dominik
2009-03-31  9:48                 ` Alan E. Davis
2009-04-01  1:12                   ` Andreas Burtzlaff [this message]
2009-04-01  4:22                     ` Carsten Dominik
2009-04-01 23:50                       ` Andreas Burtzlaff
2009-04-03  9:45                         ` Carsten Dominik
2009-04-04  3:01                           ` Andreas Burtzlaff
2009-04-04  3:04                             ` Carsten Dominik
2009-06-10 19:14         ` [ANN] org-fstree: insert directory subtrees into org buffers Lindsay Todd
2009-06-12  3:56           ` [ANN] org-fstree: insert directory subtrees into org buffers / UPDATE Andreas Burtzlaff
2009-06-18 22:35             ` Lindsay Todd
2009-06-19 12:39               ` Andreas Burtzlaff

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20090401031236.ebdc956a.andy13@gmx.net \
    --to=andy13@gmx.net \
    --cc=emacs-orgmode@gnu.org \
    --cc=lngndvs@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).