summaryrefslogtreecommitdiff
path: root/tex/context/base/grph-epd.lua
diff options
context:
space:
mode:
Diffstat (limited to 'tex/context/base/grph-epd.lua')
-rw-r--r--tex/context/base/grph-epd.lua3
1 files changed, 3 insertions, 0 deletions
diff --git a/tex/context/base/grph-epd.lua b/tex/context/base/grph-epd.lua
index 4f9d46097..8dcb58b3d 100644
--- a/tex/context/base/grph-epd.lua
+++ b/tex/context/base/grph-epd.lua
@@ -22,4 +22,7 @@ function figures.mergegoodies(optionlist)
if all or options[variables.layer] then
codeinjections.mergeviewerlayers()
end
+ if all or options[variables.bookmark] then
+ codeinjections.mergebookmarks()
+ end
end