emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Question: export with tags but hide "export" tag


From: wry
Subject: Re: Question: export with tags but hide "export" tag
Date: Sun, 24 Nov 2019 17:38:56 -0500

On 11/24, Fraga, Eric wrote:
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.

Thanks, I'll look into it. Probably should brush up on my elisp anyway

Nick



reply via email to

[Prev in Thread] Current Thread [Next in Thread]