branch: elpa/dslide commit cd785d24b3cb790ef26b8eaba34ffd2a48941ce6 Author: Psionik K <73710933+psioni...@users.noreply.github.com> Commit: Psionik K <73710933+psioni...@users.noreply.github.com>
Override default dbase-end implementation for image action Signed-off-by: Psionik K <73710933+psioni...@users.noreply.github.com> --- dslide.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dslide.el b/dslide.el index a343e523b1..cdd9ef2b5b 100644 --- a/dslide.el +++ b/dslide.el @@ -1599,6 +1599,9 @@ stateful-sequence class methods. METHOD-NAME is a string." (bury-buffer image-buffer))))))) (org-element-property :begin link))) +(cl-defmethod dslide-end ((obj dslide-action-image)) + (dslide-marker obj (org-element-property :end (dslide-heading obj)))) + ;; * Child Actions (defclass dslide-child-action (dslide-action) () "Base class for child actions."