emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Daniel Gerber <daniel.g.gerber@gmail.com>
To: Nicolas Goaziou <n.goaziou@gmail.com>
Cc: emacs-orgmode@gnu.org
Subject: Re: Ignored in-buffer settings and after-export hook
Date: Mon, 26 Aug 2013 15:48:13 +0200	[thread overview]
Message-ID: <521B5C9D.8070602@gmail.com> (raw)
In-Reply-To: <877gf8k753.fsf@gmail.com>

Hi,

On 26/08/2013 13:45, Nicolas Goaziou wrote:
> Hello,
>
> Daniel Gerber <daniel.g.gerber@gmail.com> writes:
>
>> 2. Is the after-export hook gone with the new exporter framework? I used
>> this to get the list of a project's exported files:
>>
>>      (setq html-files-list ()
>>                 org-publish-after-export-hook
>>                 (lambda () (add-to-list 'html-files-list
>>                                         (buffer-file-name
>>      (current-buffer)))))
>>      (org-publish the-org-project t)
>>      (print html-files-list)
>>
>> but in 8.0.7 maint the hook is ignored altogether.
> `org-publish-before-export-hook' and `org-publish-after-export-hook' are
> not present in Org 8+, indeed. Can't you simply use
> `org-export-before-parsing-hook' instead?

I guess I can, but it means re-doing the mapping sources to exported 
file names.

By the way, the manual points to 
http://orgmode.org/worg/org-configs/org-hooks.html which still lists the 
older hooks.

Thanks for your answer!

  reply	other threads:[~2013-08-26 13:48 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-08-25 12:10 Ignored in-buffer settings and after-export hook Daniel Gerber
2013-08-26 11:45 ` Nicolas Goaziou
2013-08-26 13:48   ` Daniel Gerber [this message]
2013-08-28 19:42     ` Nicolas Goaziou
2013-08-29 10:01       ` Daniel Gerber
2013-10-24 18:05         ` Nicolas Goaziou
2013-12-03  8:52           ` Daniel Gerber
2013-12-03 20:12             ` Nicolas Goaziou

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=521B5C9D.8070602@gmail.com \
    --to=daniel.g.gerber@gmail.com \
    --cc=emacs-orgmode@gnu.org \
    --cc=n.goaziou@gmail.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).