emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: John Kitchin <jkitchin@andrew.cmu.edu>
To: Grant Rettke <gcr@wisdomandwonder.com>
Cc: "emacs-orgmode@gnu.org" <emacs-orgmode@gnu.org>
Subject: Re: How define a hook function for `org-babel-post-tangle-hook' for a single file?
Date: Sun, 03 Jan 2016 14:08:21 -0500	[thread overview]
Message-ID: <m2ziwmv5ui.fsf@andrew.cmu.edu> (raw)
In-Reply-To: <CAAjq1meFa0cJQybS8fT6OTi5bgwssyrrkduZM5jXmqc0haY3WQ@mail.gmail.com>

It sounds a little circular.

This org-file adds a hook function when loaded. Maybe you can adapt
something like this? ymmv...


#+BEGIN_SRC emacs-lisp :tangle my-local-hook.el
(+ 9 9)
#+END_SRC

* hook function

#+name: my-hook-function
#+BEGIN_SRC emacs-lisp
(defun my-special-hook () (message-box "tangled from org"))
#+END_SRC

#+RESULTS: my-hook-function
: my-special-hook

# Local Variables:
# eval: (progn (re-search-forward "my-hook-function") (org-babel-execute-src-block) (add-hook 'org-babel-post-tangle-hook 'my-special-hook))
# End:



Grant Rettke writes:

> Good morning,
>
> * Desire
>
> - I've got a file X
> - I've got a hook function H
>   - It does post-processing, copying the tangled results to different
> directories
> - I want to defined H in X
> - I want H to be evaluated and run when X is tangled
>
> * Research
>
> - Emacs 25, Org Git current
> - org-babel-post-tangle-hook
> - File local variables and eval
>
> * Question
>
> What is the best way to do something like this?
>
> Sincerely,
>
> Grant Rettke

--
Professor John Kitchin
Doherty Hall A207F
Department of Chemical Engineering
Carnegie Mellon University
Pittsburgh, PA 15213
412-268-7803
@johnkitchin
http://kitchingroup.cheme.cmu.edu

  reply	other threads:[~2016-01-03 19:08 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-01-03 16:45 How define a hook function for `org-babel-post-tangle-hook' for a single file? Grant Rettke
2016-01-03 19:08 ` John Kitchin [this message]
2016-01-06 23:42   ` Grant Rettke

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=m2ziwmv5ui.fsf@andrew.cmu.edu \
    --to=jkitchin@andrew.cmu.edu \
    --cc=emacs-orgmode@gnu.org \
    --cc=gcr@wisdomandwonder.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).