Suvayu Ali <fatkasuvayu+li...@gmail.com> writes:
> There is none, but you can use filters to achieve this. Take a look > here: > <https://github.com/suvayu/.emacs.d/blob/master/org-mode-config.el#L258> > Do note, as the comment says, I have not tested it extensively. I tried it (evaled the following) (defun jc-ignore-headline (contents backend info) "Ignore headlines with tag `ignoreheading'." (if (eq backend 'latex) (message contents) contents)) (add-to-list 'org-export-filter-headline-functions 'jc-ignore-headline) and then added the ignoreheading tag (there was already another tag) to a headline but the headline is still exported. Is there another variable to configure to ensure that the filter function is indeed runĀ ? Julien.