emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[O] [PATCH] fix hook calling in org-export-remove-or-extract-drawers


From: Bill Wishon
Subject: [O] [PATCH] fix hook calling in org-export-remove-or-extract-drawers
Date: Mon, 30 Apr 2012 18:20:54 -0700

* lisp/org-exp.el (org-export-remove-or-extract-drawers): Changed funcall to run-hook-with-args-until-success to properly run the org-export-format-drawer-function hook.

The problem was that funcall was being executed on the hook (list of functions) instead of running the hook with run-hook-with-args-until-success, which tries to run potentially a list of hooks until one returns non-nil.

~>Bill

Attachment: 0001-Capture-Fix-call-to-org-export-format-drawer-functio.patch
Description: Binary data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]