From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marco Wahl Subject: [Ann] contrib/org-attach-embedded-images.el: Attach embedded images Date: Thu, 19 Jul 2018 18:31:19 +0200 Message-ID: <8436wf6vc8.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:47085) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fgBq3-0005Hp-7o for emacs-orgmode@gnu.org; Thu, 19 Jul 2018 12:31:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fgBpy-0000FQ-9B for emacs-orgmode@gnu.org; Thu, 19 Jul 2018 12:31:35 -0400 Received: from [195.159.176.226] (port=60060 helo=blaine.gmane.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fgBpy-0000BF-1i for emacs-orgmode@gnu.org; Thu, 19 Jul 2018 12:31:30 -0400 Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1fgBnn-0005jj-7K for emacs-orgmode@gnu.org; Thu, 19 Jul 2018 18:29:15 +0200 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: "Emacs-orgmode" To: emacs-orgmode@gnu.org Hi, org-attach-embedded-images.el is a new file in contrib to store the images which somehow (e.g. by cut and paste) landed in a subtree. >From the documentation: #v+ ;;; Commentary: ;; ;; There are occasions when images are displayed in a subtree which ;; are not (yet) org attachments. For example if you copy and paste a ;; part of a web page (containing images) from eww to an org subtree. ;; This module provides command `org-attach-embedded-images-in-subtree' ;; to save such images as attachments and insert org links to them. #v- Hopefully this is useful for others too. Critique is welcome, as always. Thanks for reading, -- Marco