From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?UTF-8?B?SnVsaW8gQ8Opc2Fy?= Subject: [Feature Request] Add hook right before "org-export--dispatch-action" Date: Thu, 21 Mar 2019 17:18:49 -0600 Message-ID: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="000000000000948bae0584a2f697" Return-path: Received: from eggs.gnu.org ([209.51.188.92]:33616) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1h77BX-0008NM-4x for emacs-orgmode@gnu.org; Thu, 21 Mar 2019 19:33:20 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1h76xi-0006VY-Qx for emacs-orgmode@gnu.org; Thu, 21 Mar 2019 19:19:03 -0400 Received: from mail-it1-x134.google.com ([2607:f8b0:4864:20::134]:51639) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1h76xi-0006UO-Fr for emacs-orgmode@gnu.org; Thu, 21 Mar 2019 19:19:02 -0400 Received: by mail-it1-x134.google.com with SMTP id e24so929928itl.1 for ; Thu, 21 Mar 2019 16:19:01 -0700 (PDT) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: "Emacs-orgmode" To: emacs-orgmode@gnu.org --000000000000948bae0584a2f697 Content-Type: text/plain; charset="UTF-8" Hello, currently org-mode doesn't provide a hook one could use to customize the *Org Export Dispatcher* buffer, for example changing the font face for it. For this one have to fall-back to using an advice like explained here , the suggestion is to add a hook right before org-export--dispatch-action with the Export Dispatch Buffer as current buffer to the org-mode. Would it be possible to add such hook? --000000000000948bae0584a2f697 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Hello,

currently org-mode doesn't provide a hook one could use = to customize the *Org Export Dispatcher= * buffer, for example changing the font face for it. For this one ha= ve to fall-back to using an advice like explained=C2=A0here, the suggestion is to add a = hook right before org-export--dispatch-= action with the Export Dispatch Buffer as current buffer to the org-= mode.

Would it be possible to add such= hook?

--000000000000948bae0584a2f697--