From mboxrd@z Thu Jan 1 00:00:00 1970 From: Fabian Braennstroem Subject: export all linked images with a certain property or tag Date: Sun, 30 Sep 2007 18:36:24 +0000 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Ic1lt-0003xL-UW for emacs-orgmode@gnu.org; Sun, 30 Sep 2007 12:35:58 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Ic1ls-0003uV-45 for emacs-orgmode@gnu.org; Sun, 30 Sep 2007 12:35:57 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ic1lr-0003uI-VD for emacs-orgmode@gnu.org; Sun, 30 Sep 2007 12:35:56 -0400 Received: from main.gmane.org ([80.91.229.2] helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Ic1lr-0003yR-Jk for emacs-orgmode@gnu.org; Sun, 30 Sep 2007 12:35:55 -0400 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1Ic1lY-0003oP-Tx for emacs-orgmode@gnu.org; Sun, 30 Sep 2007 16:35:36 +0000 Received: from pd9e4c019.dip0.t-ipconnect.de ([217.228.192.25]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 30 Sep 2007 16:35:36 +0000 Received: from f.braennstroem by pd9e4c019.dip0.t-ipconnect.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 30 Sep 2007 16:35:36 +0000 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: emacs-orgmode@gnu.org Hi, I am looking for a way to export linked images with a certain property to html. I am thinking about a structure like this: * Pictures ** Germany :Project1: :PROPERTIES: :Datum:2007 :END: - some text [[file:image.png]] - some text ** Germany :Project2: :PROPERTIES: :Datum:2007 :END: - some text [[file:image2.png]] - some text With the agenda search for tags and properties I could list the headings of 'Datum="2007"', but is there a chance to export the images together with the corresponding headings and properties into one html-file? A problem would arise, if some headings with the wanted property/tag do not have any images. It would be really a nice feature for collecting and comparing images... :-) Greetings! Fabian