emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* How does org-babel-post-tangle-hook work?
@ 2014-07-12 21:03 Grant Rettke
  2014-08-04  1:22 ` Eric Schulte
  0 siblings, 1 reply; 2+ messages in thread
From: Grant Rettke @ 2014-07-12 21:03 UTC (permalink / raw)
  To: emacs-orgmode@gnu.org

Hi,

In this document

http://orgmode.org/manual/Extracting-source-code.html#Extracting-source-code

the hook 'org-babel-post-tangle-hook is explained as

,----
| This hook is run from within code files tangled by org-babel-tangle.
Example applications could include post-processing, compilation or
evaluation of tangled code files.
`----

I know what a hook is and how to use them and where they run.

My trouble is that I don't understand what this documentation is saying.

Is it saying that if this hook exists in a file that was tangled by
org that it will be executed? If so does it only work for elisp files
or any kind of file?

Kind regards,

Grant Rettke | ACM, ASA, FSF, IEEE, SIAM
gcr@wisdomandwonder.com | http://www.wisdomandwonder.com/
“Wisdom begins in wonder.” --Socrates
((λ (x) (x x)) (λ (x) (x x)))
“Life has become immeasurably better since I have been forced to stop
taking it seriously.” --Thompson

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: How does org-babel-post-tangle-hook work?
  2014-07-12 21:03 How does org-babel-post-tangle-hook work? Grant Rettke
@ 2014-08-04  1:22 ` Eric Schulte
  0 siblings, 0 replies; 2+ messages in thread
From: Eric Schulte @ 2014-08-04  1:22 UTC (permalink / raw)
  To: Grant Rettke; +Cc: emacs-orgmode@gnu.org

This says that when the hook is executed, the current buffer (as
identified by the `current-buffer' function) will be a buffer visiting
the file of the tangled code.

Grant Rettke <gcr@wisdomandwonder.com> writes:

> Hi,
>
> In this document
>
> http://orgmode.org/manual/Extracting-source-code.html#Extracting-source-code
>
> the hook 'org-babel-post-tangle-hook is explained as
>
> ,----
> | This hook is run from within code files tangled by org-babel-tangle.
> Example applications could include post-processing, compilation or
> evaluation of tangled code files.
> `----
>
> I know what a hook is and how to use them and where they run.
>
> My trouble is that I don't understand what this documentation is saying.
>
> Is it saying that if this hook exists in a file that was tangled by
> org that it will be executed? If so does it only work for elisp files
> or any kind of file?
>
> Kind regards,
>
> Grant Rettke | ACM, ASA, FSF, IEEE, SIAM
> gcr@wisdomandwonder.com | http://www.wisdomandwonder.com/
> “Wisdom begins in wonder.” --Socrates
> ((λ (x) (x x)) (λ (x) (x x)))
> “Life has become immeasurably better since I have been forced to stop
> taking it seriously.” --Thompson
>

-- 
Eric Schulte
https://cs.unm.edu/~eschulte
PGP: 0x614CA05D (see https://u.fsf.org/yw)

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-08-04  1:37 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-07-12 21:03 How does org-babel-post-tangle-hook work? Grant Rettke
2014-08-04  1:22 ` Eric Schulte

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).