From: Myles English <mylesenglish@gmail.com>
To: Eric Abrahamsen <eric@ericabrahamsen.net>
Cc: emacs-orgmode@gnu.org
Subject: Re: capture, attach, link files from web
Date: Mon, 07 Oct 2013 18:49:39 +0100 [thread overview]
Message-ID: <87r4bxug24.fsf@gmail.com> (raw)
In-Reply-To: <87siwdoz33.fsf@ericabrahamsen.net>
Hi Eric,
I am glad you like it.
eric@ericabrahamsen.net writes:
[..]
> Rather than sending downloaded files to $TMPDIR, it might be nice to
> have them just use whatever dir org-attach would have used. I use
> org-attach from time to time, and notice that everything ends up under
> ~/org/data/. I haven't actually investigated why that happens (I've got
> org-directory set to ~/org/), mostly because it strikes me as a fine
> default. When we've got that directory, setting a different TMPDIR seems
> unnecessary. I'll admit part of my hesitation comes from the fact that
> "TMPDIR" sounds like it's going to get automatically deleted at some
> point.
The $TMPDIR was just an environment variable I had set already so
assumed it was semi-standard (doesn't everyone have a $TMPDIR?). When
my function calls:
(org-attach-attach (concat tmpdir "/" fname) nil 'mv)
it moves the file from $TMPDIR to the attachment directory, amongst
other things no doubt.
The attachment directory is decided by the (org-attach-dir) function and
I presume the new file could be downloaded straight there and then the
task/heading would have to be synchronised with it's attachments to get
the new file to show up in the heading's properties.
> I've often thought it would be nice to link to images in an org file
> with http: links, then at some arbitrary point in time call a
> hypothetical org-localize-external-resources command. That command would
> wget all the external resources, put them somewhere local, and switch
> the links to the file: type. Just a thought.
Good idea. I look forward to your clever implementation with proper
indenting and informative comments.
> Regardless, thanks for posting this. It's fun to see other people
> thinking in familiar directions.
I agree, it is nice to supplement the daily diet of bug reports, help
requests, "have you tried emacs -Q" etc.
Myles
next prev parent reply other threads:[~2013-10-07 17:49 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-10-07 11:49 capture, attach, link files from web Myles English
2013-10-07 13:08 ` Oleh
2013-10-08 10:43 ` Myles English
2013-10-08 15:28 ` Oleh
2013-10-07 15:55 ` Eric Abrahamsen
2013-10-07 17:49 ` Myles English [this message]
2013-10-08 1:39 ` Eric Abrahamsen
2013-10-08 10:22 ` Myles English
2013-10-08 13:31 ` Eric Abrahamsen
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=87r4bxug24.fsf@gmail.com \
--to=mylesenglish@gmail.com \
--cc=emacs-orgmode@gnu.org \
--cc=eric@ericabrahamsen.net \
/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).