[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] Accessing the communication channel from a link exporter
From: |
Arun Isaac |
Subject: |
Re: [O] Accessing the communication channel from a link exporter |
Date: |
Sun, 04 Sep 2016 00:05:15 +0530 |
User-agent: |
mu4e 0.9.16; emacs 24.5.1 |
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.