Nicolas Goaziou writes:
> Eric Abrahamsen writes:
>
>>> The problem is not directly related to the export framework, but to its
>>> relationship with `org-map-entries'.
>>>
>>> If you use the following function:
>>>
>>> (defun before-export-test (backend)
>>> ;; (org-map-entries 'test-map
Eric Abrahamsen writes:
>> The problem is not directly related to the export framework, but to its
>> relationship with `org-map-entries'.
>>
>> If you use the following function:
>>
>> (defun before-export-test (backend)
>> ;; (org-map-entries 'test-map "TODO=\"TODO\"" 'file)
>> (while
Nicolas Goaziou writes:
> Hello,
>
> Eric Abrahamsen writes:
>
>> I've attached a minimum org file that shows what I'm trying to do:
>> essentially to attach a hook to the export process that ends up calling
>> org-map-entries to make alterations to the file just before it's
>> exported.
>>
>> A
Hello,
Eric Abrahamsen writes:
> I've attached a minimum org file that shows what I'm trying to do:
> essentially to attach a hook to the export process that ends up calling
> org-map-entries to make alterations to the file just before it's
> exported.
>
> As I've got it now, the hook does chang
I've attached a minimum org file that shows what I'm trying to do:
essentially to attach a hook to the export process that ends up calling
org-map-entries to make alterations to the file just before it's
exported.
As I've got it now, the hook does change the org buffer, but those
changes are *not*