* Status of hooks
@ 2013-10-25 5:26 Fabrice Popineau
2013-10-25 14:35 ` Carsten Dominik
0 siblings, 1 reply; 2+ messages in thread
From: Fabrice Popineau @ 2013-10-25 5:26 UTC (permalink / raw)
To: emacs-orgmode@gnu.org
[-- Attachment #1: Type: text/plain, Size: 1317 bytes --]
I am under the impression that some parts of org-mode/contrib have not been
upgraded
to the latest org-export hooks names:
C:\Home\.emacs.d\vendor\org-mode\lisp>grep -e org-export-.*-hook *.el
org-bibtex-extras.el:;; (add-hook 'org-export-first-hook
org-eval.el:This should go into the `org-export-preprocess-hook'."
org-eval.el:(add-hook 'org-export-preprocess-hook 'org-eval-replace-snippts)
org-mtags.el:(add-hook 'org-export-preprocess-hook 'org-mtags-replace)
org-static-mathjax.el:(add-hook 'org-export-html-final-hook
'org-static-mathjax-hook-installer)
org-wikinodes.el:(add-hook 'org-export-define-heading-targets-headline-hook
org-wikinodes.el:(add-hook 'org-export-preprocess-after-radio-targets-hook
ox-icalendar.el: (let
((org-export-before-processing-hook
ox-icalendar.el:
org-export-before-processing-hook)))
ox.el:;; Eventually, two hooks (`org-export-before-processing-hook' and
ox.el:;; `org-export-before-parsing-hook') are run at the beginning of the
ox.el:(defvar org-export-before-processing-hook nil
ox.el:(defvar org-export-before-parsing-hook nil
ox.el: (run-hook-with-args 'org-export-before-processing-hook
ox.el: (run-hook-with-args 'org-export-before-parsing-hook
Maybe not of a very high priority, but I thought it was better to mention
it.
--
Fabrice
[-- Attachment #2: Type: text/html, Size: 1714 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: Status of hooks
2013-10-25 5:26 Status of hooks Fabrice Popineau
@ 2013-10-25 14:35 ` Carsten Dominik
0 siblings, 0 replies; 2+ messages in thread
From: Carsten Dominik @ 2013-10-25 14:35 UTC (permalink / raw)
To: Fabrice Popineau; +Cc: emacs-orgmode@gnu.org
Hi Fabrice,
thank you for digging these up. Indeed, several of these packages might no longer work after the exporter upgrade and might have to be removed.
This goes onto the TODO stack. If someone has time to investigate of some of these packages can be rescued by using different hooks, I would be grateful.
- Carsten
On 25.10.2013, at 07:26, Fabrice Popineau <fabrice.popineau@supelec.fr> wrote:
> I am under the impression that some parts of org-mode/contrib have not been upgraded
> to the latest org-export hooks names:
>
> C:\Home\.emacs.d\vendor\org-mode\lisp>grep -e org-export-.*-hook *.el
> org-bibtex-extras.el:;; (add-hook 'org-export-first-hook
> org-eval.el:This should go into the `org-export-preprocess-hook'."
> org-eval.el:(add-hook 'org-export-preprocess-hook 'org-eval-replace-snippts)
> org-mtags.el:(add-hook 'org-export-preprocess-hook 'org-mtags-replace)
> org-static-mathjax.el:(add-hook 'org-export-html-final-hook 'org-static-mathjax-hook-installer)
> org-wikinodes.el:(add-hook 'org-export-define-heading-targets-headline-hook
> org-wikinodes.el:(add-hook 'org-export-preprocess-after-radio-targets-hook
> ox-icalendar.el: (let ((org-export-before-processing-hook
>
> ox-icalendar.el: org-export-before-processing-hook)))
> ox.el:;; Eventually, two hooks (`org-export-before-processing-hook' and
> ox.el:;; `org-export-before-parsing-hook') are run at the beginning of the
> ox.el:(defvar org-export-before-processing-hook nil
> ox.el:(defvar org-export-before-parsing-hook nil
> ox.el: (run-hook-with-args 'org-export-before-processing-hook
> ox.el: (run-hook-with-args 'org-export-before-parsing-hook
>
> Maybe not of a very high priority, but I thought it was better to mention it.
>
> --
> Fabrice
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-10-25 14:35 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-25 5:26 Status of hooks Fabrice Popineau
2013-10-25 14:35 ` Carsten Dominik
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).