emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] Export to LaTeX and Beamer


From: Julien Cubizolles
Subject: Re: [O] Export to LaTeX and Beamer
Date: Mon, 15 Jul 2013 11:15:16 +0200
User-agent: Gnus/5.130008 (Ma Gnus v0.8) Emacs/24.3.50 (gnu/linux)

Suvayu Ali <address@hidden> 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.




reply via email to

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