emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[O] globbing file links


From: Samuel Wales
Subject: [O] globbing file links
Date: Tue, 26 Jun 2018 18:50:52 -0700

i frequently have broken file: links.  this might reduce their occurrence.

i'd like to be able to do this:

  file:.../**/myfile

which would use bash's globbing mechanism or an elisp equivalent.

also perhaps this:

  file:.../**/*myfile*

if one file results, i would like it to open as normal.  if more than
one file results, i would like all of them to open in a dired-virtual
buffer.  i think dired-virtual is in core.

the first case would prevent broken links by allowing myfile to be
moved as long as it is under ....

the second case would allow you to select a bunch of files that have a
common substring.  it would also prevent broken links by allowing
myfile to be renamed slightly [such as compressed or uncompressed].

i think broken links are likely a common problem for org users.  maybe
this can help prevent it.

does this sound like a good idea as an optional feature?

if no, then what would be a good implementation of a glob: link?



reply via email to

[Prev in Thread] Current Thread [Next in Thread]