From mboxrd@z Thu Jan 1 00:00:00 1970 From: Arun Isaac Subject: Re: Accessing the communication channel from a link exporter Date: Sun, 04 Sep 2016 00:05:15 +0530 Message-ID: References: <87inuf1sn8.fsf@saiph.selenimh> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:37926) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bgFmn-0004aV-Vx for emacs-orgmode@gnu.org; Sat, 03 Sep 2016 14:35:26 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bgFmh-0000Wt-U4 for emacs-orgmode@gnu.org; Sat, 03 Sep 2016 14:35:24 -0400 Received: from [117.218.232.8] (port=45170 helo=systemreboot.net) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bgFmh-0000Wh-EO for emacs-orgmode@gnu.org; Sat, 03 Sep 2016 14:35:19 -0400 Received: from [117.192.101.231] (helo=steel) by systemreboot.net with esmtpsa (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.87) (envelope-from ) id 1bgFme-0003ue-P4 for emacs-orgmode@gnu.org; Sun, 04 Sep 2016 00:05:17 +0530 In-reply-to: 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: org-mode-email John Kitchin writes: > then the preprocessing hook sounds better. You can just replace the > links with generated html, and then export the buffer. > > For example, here is a function that goes through an org file and > replaces links that are file times with image or urls, and copies the > file contents to a media-directory. Thank you. I'll try to adapt this to my use case.