Re: [O] Using org-map-entries with org-export-before-processing-hook

2013-03-06 Thread Eric Abrahamsen
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

Re: [O] Using org-map-entries with org-export-before-processing-hook

2013-03-06 Thread Nicolas Goaziou
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

Re: [O] Using org-map-entries with org-export-before-processing-hook

2013-03-06 Thread Eric Abrahamsen
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

Re: [O] Using org-map-entries with org-export-before-processing-hook

2013-03-06 Thread Nicolas Goaziou
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

[O] Using org-map-entries with org-export-before-processing-hook

2013-03-05 Thread Eric Abrahamsen
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*