From mboxrd@z Thu Jan 1 00:00:00 1970 From: Miguel Ruiz Subject: non-beamer :ignoreheading: does not work for html (org 8.2.5h) Date: Mon, 17 Mar 2014 03:40:11 -0800 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:34700) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WPVu2-0002Tp-GD for emacs-orgmode@gnu.org; Mon, 17 Mar 2014 07:40:27 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WPVtx-0003oh-Ot for emacs-orgmode@gnu.org; Mon, 17 Mar 2014 07:40:22 -0400 Received: from wm40.inbox.com ([64.135.83.40]:4057) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1WPVtx-0003lH-Je for emacs-orgmode@gnu.org; Mon, 17 Mar 2014 07:40:17 -0400 Received: from inbox.com (127.0.0.1:25) by inbox.com with [InBox.Com SMTP Server] id <1403170340015.WM40> for from ; Mon, 17 Mar 2014 03:40:11 -0800 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: orgmode mailing list Hi The Suvayu edited answer of Jul 26 '13 at 11:42 http://stackoverflow.com/questions/10295177/is-there-an-equivalent-of-org-m= odes-b-ignoreheading-for-non-beamer-documents =23+begin_src elisp (require 'ox) (defun sa-ignore-headline (contents backend info) =22Ignore headlines with tag =60ignoreheading'.=22 (when (and (org-export-derived-backend-p backend 'latex 'html 'ascii) (string-match =22=5C=5C=60.*ignoreheading.*=5Cn=22 (downcase contents))) (replace-match =22=22 nil nil contents))) (add-to-list 'org-export-filter-headline-functions 'sa-ignore-headline) =23+end_src elisp for me, works for latex and ascii backends but not for html. Can anyone reproduce it? Any hints? TIA Emacs 24.3, orgmode 8.2.5h-61-g39cfc3 ____________________________________________________________ FREE 3D EARTH SCREENSAVER - Watch the Earth right on your desktop=21 Check it out at http://www.inbox.com/earth