From: "Fraga, Eric" <e.fraga@ucl.ac.uk>
To: "wry@mm.st" <wry@mm.st>
Cc: "emacs-orgmode@gnu.org" <emacs-orgmode@gnu.org>
Subject: Re: Question: export with tags but hide "export" tag
Date: Sun, 24 Nov 2019 12:50:31 +0000 [thread overview]
Message-ID: <87lfs5e8vd.fsf@ucl.ac.uk> (raw)
In-Reply-To: <20191123165941.fql5ppt5o5fai65c@wrycode> (wry@mm.st's message of "Sat, 23 Nov 2019 11:59:42 -0500")
On Saturday, 23 Nov 2019 at 11:59, wry@mm.st wrote:
> Any ideas about how to export using this workflow without showing
> the "export" tag?
You could maybe use this hook:
,----[ C-h v org-export-before-processing-hook RET ]
| org-export-before-processing-hook is a variable defined in ‘ox.el’.
|
| Documentation:
| Hook run at the beginning of the export process.
|
| This is run before include keywords and macros are expanded and
| Babel code blocks executed, on a copy of the original buffer
| being exported. Visibility and narrowing are preserved. Point
| is at the beginning of the buffer.
|
| Every function in this hook will be called with one argument: the
| back-end currently used, as a symbol.
`----
*if* it is invoked after the tag selection is done (I'm not sure if it
is or not). You would have to write some emacs lisp to remove the
:export: tags.
--
Eric S Fraga via Emacs 27.0.50, Org release_9.2.6-552-g8c5a78
next prev parent reply other threads:[~2019-11-24 12:50 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-11-23 16:59 Question: export with tags but hide "export" tag wry
2019-11-24 12:50 ` Fraga, Eric [this message]
2019-11-24 22:38 ` wry
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=87lfs5e8vd.fsf@ucl.ac.uk \
--to=e.fraga@ucl.ac.uk \
--cc=emacs-orgmode@gnu.org \
--cc=wry@mm.st \
/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.