From: Martin Kaffanke <martin@kaffanke.at>
To: Phillip Lord <phillip.lord@newcastle.ac.uk>
Cc: help-gnu-emacs@gnu.org
Subject: Re: automate command after saving
Date: Thu, 19 Nov 2015 20:03:23 +0100 [thread overview]
Message-ID: <87mvu9hkw4.fsf@kaffanke.at> (raw)
In-Reply-To: <87lh9u6pk9.fsf@newcastle.ac.uk>
Phillip Lord writes:
> You could do this using after-save-hook. So, something like
>
> (add-hook 'after-save-hook
> 'pandoc-hook)
>
> (defun pandoc-hook()
> (compile "pandoc -t latex...."))
That sounds interesting, but is this a 'per buffer hook' or something?
Maybe I find out a possibility to automatically create the pathes too
and do a trigger-hook so I can switch it on or of on a specific buffer.
But this seems to be a good start.
Your bash script is also interesting, but as this is mosty required on
org-attachments, the path is not really human guessable, so its better
to have it out of emacs.
Thanks,
Martin
next prev parent reply other threads:[~2015-11-19 19:03 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-11-19 9:56 automate command after saving Martin Kaffanke
2015-11-19 14:17 ` Phillip Lord
2015-11-19 15:10 ` Marcin Borkowski
2015-11-19 19:03 ` Martin Kaffanke [this message]
[not found] ` <mailman.250.1447959815.31583.help-gnu-emacs@gnu.org>
2015-11-20 14:00 ` Joost Kremers
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
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87mvu9hkw4.fsf@kaffanke.at \
--to=martin@kaffanke.at \
--cc=help-gnu-emacs@gnu.org \
--cc=phillip.lord@newcastle.ac.uk \
/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 external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.