From: Eric S Fraga <e.fraga@ucl.ac.uk>
To: Emacs Org mode mailing list <emacs-orgmode@gnu.org>
Subject: #+include and org-export-before-processing-hook
Date: Sun, 13 Dec 2020 16:28:55 +0000 [thread overview]
Message-ID: <871rftwtyw.fsf@ucl.ac.uk> (raw)
Hello,
I have a particular function that I want to invoke when exporting an org
file. This works just fine, adding this function to the
org-export-before-processing-hook, for simple org files. However, if I
have an org file which uses #+include: to include other org files, it
seems like the processing doesn't happen on included files.
How can I get the function in the hook to process included files? In
other words, I wish to process the complete org file that results from
incorporating the include files.
I have tried both
#+include: included.org
and
#+include: included.org src org
and neither works.
Thank you,
eric
--
: Eric S Fraga via Emacs 28.0.50, Org release_9.4-160-g7c8dce
next reply other threads:[~2020-12-13 16:30 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-12-13 16:28 Eric S Fraga [this message]
2020-12-13 17:26 ` #+include and org-export-before-processing-hook Juan Manuel Macías
2020-12-13 20:05 ` Nicolas Goaziou
2020-12-13 21:24 ` Eric S Fraga
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=871rftwtyw.fsf@ucl.ac.uk \
--to=e.fraga@ucl.ac.uk \
--cc=emacs-orgmode@gnu.org \
/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.