Question.

master
tschwinge 2010-08-11 08:23:04 +00:00 committed by Joey Hess
parent 292e820974
commit 801ed5c0c2
1 changed files with 9 additions and 0 deletions

View File

@ -0,0 +1,9 @@
I'd like to use the cutpaste plugin, but not only on a file-local basis: fileA
has \[[!cut id=foo text="foo"]], and fileB does \[[!absorb pagenames=fileA]],
and can then use \[[!paste id=foo]].
Therefore, I've written an [*absorb* directive /
plugin](http://www.thomas.schwinge.homeip.net/tmp/absorb.pm), which is meant to
absorb pages in order to get hold of their *cut* and *copy* directives'
contents. This does work as expected. But it also absorbs page fileA's *meta*
values, like a *meta title*, etc. How to avoid / solve this?